summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-10-24 23:03:58 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-10-24 23:03:58 +0000
commit6abdb9442011787fc8d79234ddab9ed00bed4ce0 (patch)
tree72142fea20bbb9d998961d30dc4b57add49af908 /games-fps/quake3-data/quake3-data-1.32b.ebuild
parentMoved cdrom_get_cds to src_install since binary packages don't require the or... (diff)
downloadgentoo-2-6abdb9442011787fc8d79234ddab9ed00bed4ce0.tar.gz
gentoo-2-6abdb9442011787fc8d79234ddab9ed00bed4ce0.tar.bz2
gentoo-2-6abdb9442011787fc8d79234ddab9ed00bed4ce0.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-data/quake3-data-1.32b.ebuild')
-rw-r--r--games-fps/quake3-data/quake3-data-1.32b.ebuild8
1 files changed, 2 insertions, 6 deletions
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
}