diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-24 22:49:02 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-24 22:49:02 +0000 |
commit | 879283b6699547de1324f23f9c2a59e3dc08189c (patch) | |
tree | 94c374cbcb85beb175ac61894fda41df101882b8 /games-fps/postal2 | |
parent | Moved cdrom_get_cds to src_unpack since binary packages don't require the ori... (diff) | |
download | gentoo-2-879283b6699547de1324f23f9c2a59e3dc08189c.tar.gz gentoo-2-879283b6699547de1324f23f9c2a59e3dc08189c.tar.bz2 gentoo-2-879283b6699547de1324f23f9c2a59e3dc08189c.zip |
Moved cdrom_get_cds to src_unpack since binary packages don't require the original media to install.
(Portage version: 2.1.2_pre3-r5)
Diffstat (limited to 'games-fps/postal2')
-rw-r--r-- | games-fps/postal2/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/postal2/postal2-1409.2.ebuild | 12 |
2 files changed, 8 insertions, 10 deletions
diff --git a/games-fps/postal2/ChangeLog b/games-fps/postal2/ChangeLog index 683478b94b5d..c1f5ee5a3f14 100644 --- a/games-fps/postal2/ChangeLog +++ b/games-fps/postal2/ChangeLog @@ -1,6 +1,10 @@ # 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.1 2006/10/03 14:59:06 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/postal2/ChangeLog,v 1.2 2006/10/24 22:49:02 wolf31o2 Exp $ + + 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 + original media to install. *postal2-1409.2 (03 Oct 2006) diff --git a/games-fps/postal2/postal2-1409.2.ebuild b/games-fps/postal2/postal2-1409.2.ebuild index 2de86f5ccf77..56d36464acb5 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 # 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.1 2006/10/03 14:59:06 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/postal2/postal2-1409.2.ebuild,v 1.2 2006/10/24 22:49:02 wolf31o2 Exp $ inherit eutils games @@ -22,20 +22,14 @@ RDEPEND="x11-libs/libXext app-emulation/emul-linux-x86-xlibs app-emulation/emul-linux-x86-soundlibs app-emulation/emul-linux-x86-sdl - app-emulation/emul-linux-x86-compat - )" + app-emulation/emul-linux-x86-compat )" S=${WORKDIR} GAMES_CHECK_LICENSE="yes" -pkg_setup() { - games_pkg_setup - - cdrom_get_cds postal2_eula.txt -} - src_unpack() { + cdrom_get_cds postal2_eula.txt mkdir ${A} local f |