diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-24 22:54:40 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-24 22:54:40 +0000 |
commit | 406a1e4d0a4dfaa0badd42299de82678b069033b (patch) | |
tree | c5577e0f203b335babc0ae8bd0845ee22879bae3 /games-fps/ut2004-data | |
parent | Moved cdrom_get_cds to src_unpack since binary packages don't require the ori... (diff) | |
download | gentoo-2-406a1e4d0a4dfaa0badd42299de82678b069033b.tar.gz gentoo-2-406a1e4d0a4dfaa0badd42299de82678b069033b.tar.bz2 gentoo-2-406a1e4d0a4dfaa0badd42299de82678b069033b.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/ut2004-data')
-rw-r--r-- | games-fps/ut2004-data/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/ut2004-data/files/digest-ut2004-data-3186-r3 | 1 | ||||
-rw-r--r-- | games-fps/ut2004-data/ut2004-data-3186-r3.ebuild | 8 |
3 files changed, 10 insertions, 6 deletions
diff --git a/games-fps/ut2004-data/ChangeLog b/games-fps/ut2004-data/ChangeLog index 44a392c1e3fb..b9b8b095e85f 100644 --- a/games-fps/ut2004-data/ChangeLog +++ b/games-fps/ut2004-data/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-fps/ut2004-data # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-data/ChangeLog,v 1.18 2006/09/27 22:26:34 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-data/ChangeLog,v 1.19 2006/10/24 22:54:40 wolf31o2 Exp $ + + 24 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> + ut2004-data-3186-r3.ebuild: + Moved cdrom_get_cds to src_unpack since binary packages don't require the + original media to install. 27 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org> ut2004-data-3186-r3.ebuild: diff --git a/games-fps/ut2004-data/files/digest-ut2004-data-3186-r3 b/games-fps/ut2004-data/files/digest-ut2004-data-3186-r3 index 8b137891791f..e69de29bb2d1 100644 --- a/games-fps/ut2004-data/files/digest-ut2004-data-3186-r3 +++ b/games-fps/ut2004-data/files/digest-ut2004-data-3186-r3 @@ -1 +0,0 @@ - diff --git a/games-fps/ut2004-data/ut2004-data-3186-r3.ebuild b/games-fps/ut2004-data/ut2004-data-3186-r3.ebuild index 0a58a06bb626..a2cc4c25f03d 100644 --- a/games-fps/ut2004-data/ut2004-data-3186-r3.ebuild +++ b/games-fps/ut2004-data/ut2004-data-3186-r3.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/ut2004-data/ut2004-data-3186-r3.ebuild,v 1.9 2006/09/28 21:23:28 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-data/ut2004-data-3186-r3.ebuild,v 1.10 2006/10/24 22:54:40 wolf31o2 Exp $ inherit eutils games games-ut2k4mod @@ -42,6 +42,9 @@ pkg_setup() { ewarn "This is a huge package. If you do not have at least 7GB of free" ewarn "disk space in ${PORTAGE_TMPDIR} and also in ${GAMES_PREFIX_OPT} then" ewarn "you should abort this installation now and free up some space." +} + +src_unpack() { check_dvd if [[ "${USE_DVD}" -eq 1 ]] @@ -76,9 +79,6 @@ pkg_setup() { Speech/ons.xml \ Sounds/TauntPack.det_uax.uz2 fi -} - -src_unpack() { unpack_makeself "${CDROM_ROOT}"/linux-installer.sh \ || die "unpacking linux installer" use x86 && unpack ./linux-x86.tar |