diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-01-16 19:47:16 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-01-16 19:47:16 +0000 |
commit | 773bdd96c44e981b7d64674b59f945017892801e (patch) | |
tree | 0eb3f7838462a39c47f8dc7747c79f56a4a5ada0 /games-strategy/x2 | |
parent | Migrate to cdrom.eclass, bug 398809. (diff) | |
download | gentoo-2-773bdd96c44e981b7d64674b59f945017892801e.tar.gz gentoo-2-773bdd96c44e981b7d64674b59f945017892801e.tar.bz2 gentoo-2-773bdd96c44e981b7d64674b59f945017892801e.zip |
Migrate to cdrom.eclass, bug 398809.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'games-strategy/x2')
-rw-r--r-- | games-strategy/x2/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/x2/x2-1.4.05.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-strategy/x2/ChangeLog b/games-strategy/x2/ChangeLog index dc9b1c6ad8f8..6133480ce316 100644 --- a/games-strategy/x2/ChangeLog +++ b/games-strategy/x2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/x2 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/x2/ChangeLog,v 1.6 2011/10/19 21:43:56 mr_bones_ Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/x2/ChangeLog,v 1.7 2012/01/16 19:47:16 ulm Exp $ + + 16 Jan 2012; Ulrich Müller <ulm@gentoo.org> x2-1.4.05.ebuild: + Migrate to cdrom.eclass, bug 398809. 19 Oct 2011; Michael Sterrett <mr_bones_@gentoo.org> x2-1.4.05.ebuild: EAPI=2 diff --git a/games-strategy/x2/x2-1.4.05.ebuild b/games-strategy/x2/x2-1.4.05.ebuild index 7e8a04ed48d4..643c31e92f2c 100644 --- a/games-strategy/x2/x2-1.4.05.ebuild +++ b/games-strategy/x2/x2-1.4.05.ebuild @@ -1,9 +1,9 @@ -# 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-strategy/x2/x2-1.4.05.ebuild,v 1.4 2011/10/19 21:43:56 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/x2/x2-1.4.05.ebuild,v 1.5 2012/01/16 19:47:16 ulm Exp $ EAPI=2 -inherit eutils games +inherit eutils cdrom games MY_PV="1.4.04-${PV}" MY_UPD="http://updatefiles.linuxgamepublishing.com/${PN}" |