diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:11:16 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:11:16 +0000 |
commit | 9a163c7c829675338da385873c68ac4055e144ed (patch) | |
tree | 43c410118bb9ef1ba718398502ac4dfae2ae0207 /games-mud | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-9a163c7c829675338da385873c68ac4055e144ed.tar.gz gentoo-2-9a163c7c829675338da385873c68ac4055e144ed.tar.bz2 gentoo-2-9a163c7c829675338da385873c68ac4055e144ed.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'games-mud')
-rw-r--r-- | games-mud/lyntin/ChangeLog | 7 | ||||
-rw-r--r-- | games-mud/lyntin/lyntin-4.2-r1.ebuild | 6 | ||||
-rw-r--r-- | games-mud/wxmud/ChangeLog | 7 | ||||
-rw-r--r-- | games-mud/wxmud/wxmud-9999.ebuild | 6 |
4 files changed, 16 insertions, 10 deletions
diff --git a/games-mud/lyntin/ChangeLog b/games-mud/lyntin/ChangeLog index d8085459253b..dc7d549e346c 100644 --- a/games-mud/lyntin/ChangeLog +++ b/games-mud/lyntin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-mud/lyntin -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v 1.22 2014/08/28 07:47:57 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v 1.23 2015/04/08 18:11:16 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> lyntin-4.2-r1.ebuild: + Drop old Python implementations 28 Aug 2014; Michael Sterrett <mr_bones_@gentoo.org> -lyntin-4.2.ebuild: old diff --git a/games-mud/lyntin/lyntin-4.2-r1.ebuild b/games-mud/lyntin/lyntin-4.2-r1.ebuild index 07a7ebcde28c..51336b8f943b 100644 --- a/games-mud/lyntin/lyntin-4.2-r1.ebuild +++ b/games-mud/lyntin/lyntin-4.2-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/lyntin-4.2-r1.ebuild,v 1.5 2013/09/05 19:44:52 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/lyntin-4.2-r1.ebuild,v 1.6 2015/04/08 18:11:16 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python2_6 python2_7 ) +PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="tk?" inherit distutils-r1 games diff --git a/games-mud/wxmud/ChangeLog b/games-mud/wxmud/ChangeLog index 1b6a4f6ba724..5d27b4f82e19 100644 --- a/games-mud/wxmud/ChangeLog +++ b/games-mud/wxmud/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-mud/wxmud -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/wxmud/ChangeLog,v 1.8 2014/08/17 01:19:00 leio Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-mud/wxmud/ChangeLog,v 1.9 2015/04/08 18:11:16 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> wxmud-9999.ebuild: + Drop old Python implementations 17 Aug 2014; Mart Raudsepp <leio@gentoo.org> metadata.xml: Remove games herd from maintainership. diff --git a/games-mud/wxmud/wxmud-9999.ebuild b/games-mud/wxmud/wxmud-9999.ebuild index 1250dc9e48cd..677a8215f5f6 100644 --- a/games-mud/wxmud/wxmud-9999.ebuild +++ b/games-mud/wxmud/wxmud-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/wxmud/wxmud-9999.ebuild,v 1.7 2013/09/05 19:44:54 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/wxmud/wxmud-9999.ebuild,v 1.8 2015/04/08 18:11:16 mgorny Exp $ EAPI=5 WX_GTK_VER=2.8 -PYTHON_COMPAT=( python2_{6,7} ) +PYTHON_COMPAT=( python2_7 ) inherit flag-o-matic subversion wxwidgets autotools python-single-r1 games DESCRIPTION="Cross-platform MUD client" |