summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-10-24 23:04:38 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-10-24 23:04:38 +0000
commit60e3b5b4b846ad7caedfd4f5b383ef126e66adc0 (patch)
treee5dcae5e0de63de2bd193e5b24d9a34e092cb5d9 /games-fps/quake3-data
parentAdded quake3-urbanterror to the games-mods quake3 mask. (diff)
downloadhistorical-60e3b5b4b846ad7caedfd4f5b383ef126e66adc0.tar.gz
historical-60e3b5b4b846ad7caedfd4f5b383ef126e66adc0.tar.bz2
historical-60e3b5b4b846ad7caedfd4f5b383ef126e66adc0.zip
Moved cdrom_get_cds to src_unpack since binary packages don't require the original media to install.
Package-Manager: portage-2.1.2_pre3-r5
Diffstat (limited to 'games-fps/quake3-data')
-rw-r--r--games-fps/quake3-data/ChangeLog7
-rw-r--r--games-fps/quake3-data/quake3-data-1.32b.ebuild8
2 files changed, 8 insertions, 7 deletions
diff --git a/games-fps/quake3-data/ChangeLog b/games-fps/quake3-data/ChangeLog
index ed144ec72c44..37b5dd92f8dc 100644
--- a/games-fps/quake3-data/ChangeLog
+++ b/games-fps/quake3-data/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-fps/quake3-data
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-data/ChangeLog,v 1.7 2006/05/24 23:26:40 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-data/ChangeLog,v 1.8 2006/10/24 23:03:58 wolf31o2 Exp $
+
+ 24 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ quake3-data-1.32b.ebuild:
+ Moved cdrom_get_cds to src_unpack since binary packages don't require the
+ original media to install.
24 May 2006; Diego Pettenò <flameeyes@gentoo.org>
quake3-data-1.32b.ebuild:
diff --git a/games-fps/quake3-data/quake3-data-1.32b.ebuild b/games-fps/quake3-data/quake3-data-1.32b.ebuild
index 388b5825452b..b8b25c2bcbf8 100644
--- a/games-fps/quake3-data/quake3-data-1.32b.ebuild
+++ b/games-fps/quake3-data/quake3-data-1.32b.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/quake3-data/quake3-data-1.32b.ebuild,v 1.10 2006/05/24 23:26:40 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-data/quake3-data-1.32b.ebuild,v 1.11 2006/10/24 23:03:58 wolf31o2 Exp $
inherit eutils games
@@ -18,12 +18,8 @@ RDEPEND=""
S=${WORKDIR}
dir=${GAMES_DATADIR}/quake3
-pkg_setup() {
- games_pkg_setup
- use cdinstall && cdrom_get_cds baseq3/pak0.pk3:Quake3/baseq3/pak0.pk3
-}
-
src_unpack() {
+ use cdinstall && cdrom_get_cds baseq3/pak0.pk3:Quake3/baseq3/pak0.pk3
unpack_makeself
}