diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-02-14 08:17:14 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-02-14 08:17:14 +0000 |
commit | 0ccef793f0fdf68d343ae00c56c47f158441e787 (patch) | |
tree | c76cddca5f506d42f25bec3c74563d08e5a59eb6 /games-fps | |
parent | Added ~ppc64 (diff) | |
download | gentoo-2-0ccef793f0fdf68d343ae00c56c47f158441e787.tar.gz gentoo-2-0ccef793f0fdf68d343ae00c56c47f158441e787.tar.bz2 gentoo-2-0ccef793f0fdf68d343ae00c56c47f158441e787.zip |
Stable on x86
(Portage version: 2.1.2-r9)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/postal2/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/postal2/postal2-1409.2.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/games-fps/postal2/ChangeLog b/games-fps/postal2/ChangeLog index c1f5ee5a3f14..6544a294c433 100644 --- a/games-fps/postal2/ChangeLog +++ b/games-fps/postal2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/postal2 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/postal2/ChangeLog,v 1.2 2006/10/24 22:49:02 wolf31o2 Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/postal2/ChangeLog,v 1.3 2007/02/14 08:17:14 nyhm Exp $ + + 14 Feb 2007; Tristan Heaven <nyhm@gentoo.org> postal2-1409.2.ebuild: + Stable on x86 24 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> postal2-1409.2.ebuild: Moved cdrom_get_cds to src_unpack since binary packages don't require the diff --git a/games-fps/postal2/postal2-1409.2.ebuild b/games-fps/postal2/postal2-1409.2.ebuild index 56d36464acb5..c8d9e88102fc 100644 --- a/games-fps/postal2/postal2-1409.2.ebuild +++ b/games-fps/postal2/postal2-1409.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/postal2/postal2-1409.2.ebuild,v 1.2 2006/10/24 22:49:02 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/postal2/postal2-1409.2.ebuild,v 1.3 2007/02/14 08:17:14 nyhm Exp $ inherit eutils games @@ -11,7 +11,7 @@ SRC_URI="http://updatefiles.linuxgamepublishing.com/${PN}/${P/%?/1}.run LICENSE="postal2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" RESTRICT="strip" @@ -29,7 +29,7 @@ S=${WORKDIR} GAMES_CHECK_LICENSE="yes" src_unpack() { - cdrom_get_cds postal2_eula.txt + cdrom_get_cds .installation_data/linux-specific.tar.bz2 mkdir ${A} local f |