diff options
author | 2012-05-02 05:12:05 +0000 | |
---|---|---|
committer | 2012-05-02 05:12:05 +0000 | |
commit | 1f6d2319cfd8dc88b657935980beb9987e521e3d (patch) | |
tree | ce7e12eaf83d19bf0b41a7a9f73a1f7412c470cd /games-util/pyfa | |
parent | marked x86 per bug 414319 (diff) | |
download | gentoo-2-1f6d2319cfd8dc88b657935980beb9987e521e3d.tar.gz gentoo-2-1f6d2319cfd8dc88b657935980beb9987e521e3d.tar.bz2 gentoo-2-1f6d2319cfd8dc88b657935980beb9987e521e3d.zip |
Version bump with updates for Escalation to Inferno. Drop old.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'games-util/pyfa')
-rw-r--r-- | games-util/pyfa/ChangeLog | 8 | ||||
-rw-r--r-- | games-util/pyfa/pyfa-1.1.6.ebuild (renamed from games-util/pyfa/pyfa-1.1.4-r1.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/games-util/pyfa/ChangeLog b/games-util/pyfa/ChangeLog index 21befa6755f9..430ff708cbf8 100644 --- a/games-util/pyfa/ChangeLog +++ b/games-util/pyfa/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-util/pyfa # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/pyfa/ChangeLog,v 1.9 2012/04/03 15:40:48 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/pyfa/ChangeLog,v 1.10 2012/05/02 05:12:05 tetromino Exp $ + +*pyfa-1.1.6 (02 May 2012) + + 02 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org> + -pyfa-1.1.4-r1.ebuild, +pyfa-1.1.6.ebuild: + Version bump with updates for Escalation to Inferno. Drop old. *pyfa-1.1.5 (03 Apr 2012) diff --git a/games-util/pyfa/pyfa-1.1.4-r1.ebuild b/games-util/pyfa/pyfa-1.1.6.ebuild index df5f6a4f60b2..21583963c0da 100644 --- a/games-util/pyfa/pyfa-1.1.4-r1.ebuild +++ b/games-util/pyfa/pyfa-1.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/pyfa/pyfa-1.1.4-r1.ebuild,v 1.1 2012/03/21 22:45:57 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/pyfa/pyfa-1.1.6.ebuild,v 1.1 2012/05/02 05:12:05 tetromino Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -9,7 +9,7 @@ PYTHON_USE_WITH="sqlite threads" inherit eutils gnome2-utils python if [[ ${PV/_rc*/} == ${PV} ]] ; then - MY_PV=${PV}-crucible-src + MY_PV=${PV}-escalation-src FOLDER=stable/${PV} else MY_PV=${PV/_rc/-stable-RC}-src |