summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-03-31 03:41:40 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-03-31 03:41:40 +0000
commitf1d0c8b4d32b32ab12bfb2a656cf293a6ae57313 (patch)
treee8d62da3f12d3dcee2b4707bac9769123f264442 /games-fps/quake3-bin
parentAdded a new revision which installs the Summer Offensive map pack. Since eve... (diff)
downloadgentoo-2-f1d0c8b4d32b32ab12bfb2a656cf293a6ae57313.tar.gz
gentoo-2-f1d0c8b4d32b32ab12bfb2a656cf293a6ae57313.tar.bz2
gentoo-2-f1d0c8b4d32b32ab12bfb2a656cf293a6ae57313.zip
Cleaned up the ebuild some more for USE=-cdinstall users as installing games-fps/quake3-data was pointless for them. This closes bug #124189.
(Portage version: 2.1_pre7-r2)
Diffstat (limited to 'games-fps/quake3-bin')
-rw-r--r--games-fps/quake3-bin/ChangeLog9
-rw-r--r--games-fps/quake3-bin/files/digest-quake3-bin-1.32b-r7 (renamed from games-fps/quake3-bin/files/digest-quake3-bin-1.32b-r6)0
-rw-r--r--games-fps/quake3-bin/quake3-bin-1.32b-r7.ebuild (renamed from games-fps/quake3-bin/quake3-bin-1.32b-r6.ebuild)17
3 files changed, 14 insertions, 12 deletions
diff --git a/games-fps/quake3-bin/ChangeLog b/games-fps/quake3-bin/ChangeLog
index d45192240e81..5de6a429a374 100644
--- a/games-fps/quake3-bin/ChangeLog
+++ b/games-fps/quake3-bin/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for games-fps/quake3-bin
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/ChangeLog,v 1.11 2006/03/31 00:55:35 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/ChangeLog,v 1.12 2006/03/31 03:41:40 wolf31o2 Exp $
+
+*quake3-bin-1.32b-r7 (31 Mar 2006)
+
+ 31 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ -quake3-bin-1.32b-r6.ebuild, +quake3-bin-1.32b-r7.ebuild:
+ Cleaned up the ebuild some more for USE=-cdinstall users as installing
+ games-fps/quake3-data was pointless for them. This closes bug #124189.
*quake3-bin-1.32b-r6 (31 Mar 2006)
diff --git a/games-fps/quake3-bin/files/digest-quake3-bin-1.32b-r6 b/games-fps/quake3-bin/files/digest-quake3-bin-1.32b-r7
index 91e5b5d96a21..91e5b5d96a21 100644
--- a/games-fps/quake3-bin/files/digest-quake3-bin-1.32b-r6
+++ b/games-fps/quake3-bin/files/digest-quake3-bin-1.32b-r7
diff --git a/games-fps/quake3-bin/quake3-bin-1.32b-r6.ebuild b/games-fps/quake3-bin/quake3-bin-1.32b-r7.ebuild
index 005a1e2fa20f..cd7dd7a3a48a 100644
--- a/games-fps/quake3-bin/quake3-bin-1.32b-r6.ebuild
+++ b/games-fps/quake3-bin/quake3-bin-1.32b-r7.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-bin/quake3-bin-1.32b-r6.ebuild,v 1.1 2006/03/31 00:55:35 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/quake3-bin-1.32b-r7.ebuild,v 1.1 2006/03/31 03:41:40 wolf31o2 Exp $
inherit eutils games
@@ -57,20 +57,15 @@ src_unpack() {
}
src_install() {
+ dodir ${dir}/{baseq3,missionpack}
if use cdinstall ; then
- dodir ${dir}/{baseq3,missionpack}
- for pk3 in baseq3/*.pk3 missionpack/*.pk3 ; do
- dosym ${GAMES_DATADIR}/quake3/${pk3} ${dir}/${pk3}
- done
dosym ${GAMES_DATADIR}/quake3/baseq3/pak0.pk3 ${dir}/baseq3/pak0.pk3
use teamarena && dosym ${GAMES_DATADIR}/quake3/missionpack/pak0.pk3 \
${dir}/missionpack/pak0.pk3
- else
- insinto ${dir}/baseq3
- doins baseq3/*.pk3 || die "ins baseq3"
- insinto ${dir}/missionpack
- doins missionpack/*.pk3 || die "ins missionpack"
fi
+ for pk3 in baseq3/*.pk3 missionpack/*.pk3 ; do
+ dosym ${GAMES_DATADIR}/quake3/${pk3} ${dir}/${pk3}
+ done
insinto ${dir}
doins -r Docs pb || die "ins docs/pb"
@@ -89,7 +84,7 @@ src_install() {
games_make_wrapper ${PN}-teamarena \
"./quake3.x86 +set fs_game missionpack" "${dir}" "${dir}"
make_desktop_entry ${PN}-teamarena \
- "Quake III Team Arena" quake3-bin.xpm
+ "Quake III Team Arena (binary)" quake3-bin.xpm
fi
fi
if use dedicated