diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-02-05 06:25:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-02-05 06:25:47 +0000 |
commit | f99d4d4cd8c285cb71b7913734a46072674f7884 (patch) | |
tree | 0c21381bee8e80c06f8e67857bf2c12bbaf6f476 /games-strategy | |
parent | Move to new unpacker eclass for unpack_makeself. (diff) | |
download | gentoo-2-f99d4d4cd8c285cb71b7913734a46072674f7884.tar.gz gentoo-2-f99d4d4cd8c285cb71b7913734a46072674f7884.tar.bz2 gentoo-2-f99d4d4cd8c285cb71b7913734a46072674f7884.zip |
Move to new unpacker eclass for unpack_makeself.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/x2/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/x2/x2-1.4.05.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/x2/ChangeLog b/games-strategy/x2/ChangeLog index 6133480ce316..480e862f89fa 100644 --- a/games-strategy/x2/ChangeLog +++ b/games-strategy/x2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/x2 # 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 $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/x2/ChangeLog,v 1.8 2012/02/05 06:25:47 vapier Exp $ + + 05 Feb 2012; Mike Frysinger <vapier@gentoo.org> x2-1.4.05.ebuild: + Move to new unpacker eclass for unpack_makeself. 16 Jan 2012; Ulrich Müller <ulm@gentoo.org> x2-1.4.05.ebuild: Migrate to cdrom.eclass, bug 398809. diff --git a/games-strategy/x2/x2-1.4.05.ebuild b/games-strategy/x2/x2-1.4.05.ebuild index 643c31e92f2c..3beec58526e6 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-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.5 2012/01/16 19:47:16 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/x2/x2-1.4.05.ebuild,v 1.6 2012/02/05 06:25:47 vapier Exp $ EAPI=2 -inherit eutils cdrom games +inherit eutils unpacker cdrom games MY_PV="1.4.04-${PV}" MY_UPD="http://updatefiles.linuxgamepublishing.com/${PN}" |