diff options
author | 2012-04-13 19:23:51 +0000 | |
---|---|---|
committer | 2012-04-13 19:23:51 +0000 | |
commit | ad38c20f54cbc9b09557a107862ef6d0b77623ac (patch) | |
tree | 97c075ae2fd361e1096e36bef7c90920f5bc9c74 /games-rpg | |
parent | Move EAPI assignment to top of ebuild, bug 411875. (diff) | |
download | historical-ad38c20f54cbc9b09557a107862ef6d0b77623ac.tar.gz historical-ad38c20f54cbc9b09557a107862ef6d0b77623ac.tar.bz2 historical-ad38c20f54cbc9b09557a107862ef6d0b77623ac.zip |
Move EAPI assignment to top of ebuild, bug 411875.
Package-Manager: portage-2.1.10.56/cvs/Linux x86_64
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/adonthell/ChangeLog | 7 | ||||
-rw-r--r-- | games-rpg/adonthell/adonthell-0.3.5.ebuild | 8 | ||||
-rw-r--r-- | games-rpg/wastesedge/ChangeLog | 7 | ||||
-rw-r--r-- | games-rpg/wastesedge/wastesedge-0.3.4.ebuild | 8 |
4 files changed, 20 insertions, 10 deletions
diff --git a/games-rpg/adonthell/ChangeLog b/games-rpg/adonthell/ChangeLog index c4bf1c628d84..c14b7b7c852c 100644 --- a/games-rpg/adonthell/ChangeLog +++ b/games-rpg/adonthell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-rpg/adonthell -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/adonthell/ChangeLog,v 1.22 2011/04/18 07:16:37 tupone Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/adonthell/ChangeLog,v 1.23 2012/04/13 19:22:44 ulm Exp $ + + 13 Apr 2012; Ulrich Müller <ulm@gentoo.org> adonthell-0.3.5.ebuild: + Move EAPI assignment to top of ebuild, bug 411875. 18 Apr 2011; Tupone Alfredo <tupone@gentoo.org> adonthell-0.3.5.ebuild, +files/adonthell-0.3.5-gcc46.patch: diff --git a/games-rpg/adonthell/adonthell-0.3.5.ebuild b/games-rpg/adonthell/adonthell-0.3.5.ebuild index 12f0e7c1779a..2a8c5b7f80fd 100644 --- a/games-rpg/adonthell/adonthell-0.3.5.ebuild +++ b/games-rpg/adonthell/adonthell-0.3.5.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/adonthell/adonthell-0.3.5.ebuild,v 1.6 2011/04/18 07:16:37 tupone Exp $ -PYTHON_DEPEND="2" +# $Header: /var/cvsroot/gentoo-x86/games-rpg/adonthell/adonthell-0.3.5.ebuild,v 1.7 2012/04/13 19:22:44 ulm Exp $ + EAPI=2 +PYTHON_DEPEND="2" + inherit autotools eutils python games DESCRIPTION="roleplaying game engine" diff --git a/games-rpg/wastesedge/ChangeLog b/games-rpg/wastesedge/ChangeLog index cb01248a7dbb..8a9e7f1a0d85 100644 --- a/games-rpg/wastesedge/ChangeLog +++ b/games-rpg/wastesedge/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-rpg/wastesedge -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/wastesedge/ChangeLog,v 1.15 2010/05/05 05:16:20 tupone Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/wastesedge/ChangeLog,v 1.16 2012/04/13 19:23:51 ulm Exp $ + + 13 Apr 2012; Ulrich Müller <ulm@gentoo.org> wastesedge-0.3.4.ebuild: + Move EAPI assignment to top of ebuild, bug 411875. 05 May 2010; Tupone Alfredo <tupone@gentoo.org> wastesedge-0.3.4.ebuild: Force python2 fixing bug #312279 by arfrever@gentoo.org diff --git a/games-rpg/wastesedge/wastesedge-0.3.4.ebuild b/games-rpg/wastesedge/wastesedge-0.3.4.ebuild index 7800488b00fc..581c7e67e047 100644 --- a/games-rpg/wastesedge/wastesedge-0.3.4.ebuild +++ b/games-rpg/wastesedge/wastesedge-0.3.4.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/wastesedge/wastesedge-0.3.4.ebuild,v 1.9 2010/05/05 05:16:19 tupone Exp $ -PYTHON_DEPEND="2" +# $Header: /var/cvsroot/gentoo-x86/games-rpg/wastesedge/wastesedge-0.3.4.ebuild,v 1.10 2012/04/13 19:23:51 ulm Exp $ + EAPI=2 +PYTHON_DEPEND="2" + inherit eutils python games DESCRIPTION="role playing game to showcase the adonthell engine" |