summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-07-03 02:22:45 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-07-03 02:22:45 +0000
commit5c0bd7114c67b48881ca6b93c6148140de803489 (patch)
treeddae6fe727636795d254a64a81e6ef8894d388b8 /games-fps
parentadded ~amd64 KEYWORD since michael (see below) tested it on that architecture (diff)
downloadhistorical-5c0bd7114c67b48881ca6b93c6148140de803489.tar.gz
historical-5c0bd7114c67b48881ca6b93c6148140de803489.tar.bz2
historical-5c0bd7114c67b48881ca6b93c6148140de803489.zip
IUSE; tidy
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/ut2003-bonuspack-de/Manifest2
-rw-r--r--games-fps/ut2003-bonuspack-de/ut2003-bonuspack-de-1.ebuild12
2 files changed, 7 insertions, 7 deletions
diff --git a/games-fps/ut2003-bonuspack-de/Manifest b/games-fps/ut2003-bonuspack-de/Manifest
index 01d1c8ebbba3..82854213da55 100644
--- a/games-fps/ut2003-bonuspack-de/Manifest
+++ b/games-fps/ut2003-bonuspack-de/Manifest
@@ -1,4 +1,4 @@
-MD5 a67fcbbf5fa956fff7868128a9631d5f ut2003-bonuspack-de-1.ebuild 996
MD5 fc1612349acde79a85251d19f14b2e33 ChangeLog 543
MD5 4b63cb7e7f6443366fdd4f62f588d62a metadata.xml 776
+MD5 80bd280e27fb5ae8dd912a613656273d ut2003-bonuspack-de-1.ebuild 969
MD5 6fbf914fece4dfa7d544f0d0bac713b0 files/digest-ut2003-bonuspack-de-1 65
diff --git a/games-fps/ut2003-bonuspack-de/ut2003-bonuspack-de-1.ebuild b/games-fps/ut2003-bonuspack-de/ut2003-bonuspack-de-1.ebuild
index 34f9c9b05ec1..8b9d1053f1c3 100644
--- a/games-fps/ut2003-bonuspack-de/ut2003-bonuspack-de-1.ebuild
+++ b/games-fps/ut2003-bonuspack-de/ut2003-bonuspack-de-1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-de/ut2003-bonuspack-de-1.ebuild,v 1.3 2004/06/26 17:31:49 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-de/ut2003-bonuspack-de-1.ebuild,v 1.4 2004/07/03 02:22:45 mr_bones_ Exp $
inherit games
@@ -14,23 +14,23 @@ SRC_URI="mirror://3dgamers/pub/3dgamers5/games/unrealtourn2/Missions/${MY_P}
LICENSE="ut2003"
SLOT="1"
KEYWORDS="x86"
+IUSE=""
RESTRICT="nostrip nomirror"
DEPEND="app-arch/unzip"
RDEPEND="games-fps/ut2003"
-S=${WORKDIR}
+S="${WORKDIR}"
-dir=${GAMES_PREFIX_OPT}/ut2003
-Ddir=${D}/${dir}
+dir="${GAMES_PREFIX_OPT}/ut2003"
+Ddir="${D}/${dir}"
src_unpack() {
unzip ${DISTDIR}/${A} || die "unpacking"
}
src_install() {
- mkdir -p ${Ddir}/System ${Ddir}/Maps ${Ddir}/StaticMeshes ${Ddir}/Textures \
- ${Ddir}/Music ${Ddir}/Help
+ mkdir -p ${Ddir}/{System,Maps,StaticMeshes,Textures,Music,Help}
games_umod_unpack DEBonus.ut2mod
prepgamesdirs
}