summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-10-24 22:52:46 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-10-24 22:52:46 +0000
commitcba90f03b78d36bdc4473220ece7cb53821ff3ba (patch)
tree2ab398617e86dc607bfa4292abd7660cbdc30851 /games-fps/quake3-teamarena
parentMoved cdrom_get_cds to src_unpack since binary packages don't require the ori... (diff)
downloadgentoo-2-cba90f03b78d36bdc4473220ece7cb53821ff3ba.tar.gz
gentoo-2-cba90f03b78d36bdc4473220ece7cb53821ff3ba.tar.bz2
gentoo-2-cba90f03b78d36bdc4473220ece7cb53821ff3ba.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/quake3-teamarena')
-rw-r--r--games-fps/quake3-teamarena/ChangeLog7
-rw-r--r--games-fps/quake3-teamarena/quake3-teamarena-1.32b.ebuild8
2 files changed, 8 insertions, 7 deletions
diff --git a/games-fps/quake3-teamarena/ChangeLog b/games-fps/quake3-teamarena/ChangeLog
index aaf6fc384569..fc5913252894 100644
--- a/games-fps/quake3-teamarena/ChangeLog
+++ b/games-fps/quake3-teamarena/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-fps/quake3-teamarena
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-teamarena/ChangeLog,v 1.4 2006/05/24 23:25:59 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-teamarena/ChangeLog,v 1.5 2006/10/24 22:52:46 wolf31o2 Exp $
+
+ 24 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ quake3-teamarena-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-teamarena-1.32b.ebuild:
diff --git a/games-fps/quake3-teamarena/quake3-teamarena-1.32b.ebuild b/games-fps/quake3-teamarena/quake3-teamarena-1.32b.ebuild
index 7afcb6d825f6..508b3ecd13d4 100644
--- a/games-fps/quake3-teamarena/quake3-teamarena-1.32b.ebuild
+++ b/games-fps/quake3-teamarena/quake3-teamarena-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-teamarena/quake3-teamarena-1.32b.ebuild,v 1.4 2006/05/24 23:25:59 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-teamarena/quake3-teamarena-1.32b.ebuild,v 1.5 2006/10/24 22:52:46 wolf31o2 Exp $
inherit eutils games
@@ -19,12 +19,8 @@ RDEPEND="|| (
S=${WORKDIR}
-pkg_setup() {
- games_pkg_setup
- use cdinstall && cdrom_get_cds Setup/missionpack/PAK0.PK3
-}
-
src_unpack() {
+ use cdinstall && cdrom_get_cds Setup/missionpack/PAK0.PK3
unpack_makeself
}