diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-04-09 22:12:49 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-04-09 22:12:49 +0000 |
commit | 08a074fa56fbfdd3d3586ce6afab34d52998d293 (patch) | |
tree | d083f25ce0276effedae9ddad65c7cf0625da90b /games-fps/ut2003-bonuspack-de | |
parent | Made a slight modification to games_umod_unpack. (diff) | |
download | gentoo-2-08a074fa56fbfdd3d3586ce6afab34d52998d293.tar.gz gentoo-2-08a074fa56fbfdd3d3586ce6afab34d52998d293.tar.bz2 gentoo-2-08a074fa56fbfdd3d3586ce6afab34d52998d293.zip |
Initial import. Closing bug #31974.
Diffstat (limited to 'games-fps/ut2003-bonuspack-de')
-rw-r--r-- | games-fps/ut2003-bonuspack-de/ChangeLog | 10 | ||||
-rw-r--r-- | games-fps/ut2003-bonuspack-de/Manifest | 3 | ||||
-rw-r--r-- | games-fps/ut2003-bonuspack-de/files/digest-ut2003-bonuspack-de-1 | 1 | ||||
-rw-r--r-- | games-fps/ut2003-bonuspack-de/metadata.xml | 12 | ||||
-rw-r--r-- | games-fps/ut2003-bonuspack-de/ut2003-bonuspack-de-1.ebuild | 35 |
5 files changed, 61 insertions, 0 deletions
diff --git a/games-fps/ut2003-bonuspack-de/ChangeLog b/games-fps/ut2003-bonuspack-de/ChangeLog new file mode 100644 index 000000000000..9d15c43cadce --- /dev/null +++ b/games-fps/ut2003-bonuspack-de/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for games-fps/ut2003-bonuspack-de +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-de/ChangeLog,v 1.1 2004/04/09 22:12:49 wolf31o2 Exp $ + +*ut2003-bonuspack-de-1 (09 Apr 2004) + + 09 Apr 2004; Chris Gianelloni <wolf31o2@gentoo.org> metadata.xml, + ut2003-bonuspack-de-1.ebuild: + Initial import. Closing bug #31974. + diff --git a/games-fps/ut2003-bonuspack-de/Manifest b/games-fps/ut2003-bonuspack-de/Manifest new file mode 100644 index 000000000000..fcd1f6108166 --- /dev/null +++ b/games-fps/ut2003-bonuspack-de/Manifest @@ -0,0 +1,3 @@ +MD5 17fd17d0ea0ad392b89cebd335906d3b ut2003-bonuspack-de-1.ebuild 978 +MD5 4b63cb7e7f6443366fdd4f62f588d62a metadata.xml 776 +MD5 6fbf914fece4dfa7d544f0d0bac713b0 files/digest-ut2003-bonuspack-de-1 65 diff --git a/games-fps/ut2003-bonuspack-de/files/digest-ut2003-bonuspack-de-1 b/games-fps/ut2003-bonuspack-de/files/digest-ut2003-bonuspack-de-1 new file mode 100644 index 000000000000..4a0341ea04d5 --- /dev/null +++ b/games-fps/ut2003-bonuspack-de/files/digest-ut2003-bonuspack-de-1 @@ -0,0 +1 @@ +MD5 6ccfec7f89cf63eb7a7c4159f9146340 debonus.ut2mod.zip 74977458 diff --git a/games-fps/ut2003-bonuspack-de/metadata.xml b/games-fps/ut2003-bonuspack-de/metadata.xml new file mode 100644 index 000000000000..1dd95fa16097 --- /dev/null +++ b/games-fps/ut2003-bonuspack-de/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>games</herd> +<maintainer> + <email>wolf31o2@gentoo.org</email> + <name>Chris Gianelloni</name> +</maintainer> +<longdescription> +Unreal Tounament 2003 is a first-person 3-D shooter and sequel to the 1999 Game of the Year, Unreal Tournament. The game was ported to Linux by Ryan "icculus" Gordon under contract from Epic Games and the Linux installer was released in the retail box. This game is commercial software and requires data from the original retail discs to play. If you're interested in checking out the technology behind Unreal Tournament 2003, you can "emerge ut2003-demo" to get the playable demo. +</longdescription> +</pkgmetadata> diff --git a/games-fps/ut2003-bonuspack-de/ut2003-bonuspack-de-1.ebuild b/games-fps/ut2003-bonuspack-de/ut2003-bonuspack-de-1.ebuild new file mode 100644 index 000000000000..025c90dd887a --- /dev/null +++ b/games-fps/ut2003-bonuspack-de/ut2003-bonuspack-de-1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# 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.1 2004/04/09 22:12:49 wolf31o2 Exp $ + +inherit games + +IUSE="" +DESCRIPTION="Digital Extremes Bonus Pack for UT2003" +HOMEPAGE="http://www.unrealtournament2003.com/" +SRC_URI="ftp://3dgamers.in-span.net/pub/3dgamers4/games/unrealtourn2/Missions/debonus.ut2mod.zip + http://ftp1.gamesweb.com/kh1g6w2z/debonus.ut2mod.zip" + +LICENSE="ut2003" +SLOT="1" +KEYWORDS="x86" +RESTRICT="nostrip nomirror" + +DEPEND="app-arch/unzip" +RDEPEND="games-fps/ut2003" + +S=${WORKDIR} + +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 + games_umod_unpack DEBonus.ut2mod + prepgamesdirs +} |