diff options
Diffstat (limited to 'games-fps/ut2004-bonuspack-cbp1')
-rw-r--r-- | games-fps/ut2004-bonuspack-cbp1/Manifest | 1 | ||||
-rw-r--r-- | games-fps/ut2004-bonuspack-cbp1/metadata.xml | 5 | ||||
-rw-r--r-- | games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r2.ebuild | 18 |
3 files changed, 24 insertions, 0 deletions
diff --git a/games-fps/ut2004-bonuspack-cbp1/Manifest b/games-fps/ut2004-bonuspack-cbp1/Manifest new file mode 100644 index 000000000000..5f53de3d9051 --- /dev/null +++ b/games-fps/ut2004-bonuspack-cbp1/Manifest @@ -0,0 +1 @@ +DIST cbp1.zip 144163647 SHA256 c952dbd5a0fbe986b77bd56a57218733ff26ce8f5d074feb557a69c44ec1e863 SHA512 e2ead75796fd68b3f0d6ea50b4ed9988fef043730c6b81487d34c45aa26f63cac7b6a43991b673fbd6315f1496d2eecc52a5845c12f244411cd71fedab93c6fd WHIRLPOOL 9ee46970dc69b32b77ccc8707d1b2879aaa49ee98edf5b64f26097353eaa878e49bd4daa54aafe8a89b6034e8a73e63d1508482d9dd9632295eb65acb0cd0d26 diff --git a/games-fps/ut2004-bonuspack-cbp1/metadata.xml b/games-fps/ut2004-bonuspack-cbp1/metadata.xml new file mode 100644 index 000000000000..d3c2cc926f0b --- /dev/null +++ b/games-fps/ut2004-bonuspack-cbp1/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>games</herd> +</pkgmetadata> diff --git a/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r2.ebuild b/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r2.ebuild new file mode 100644 index 000000000000..0c0aa365ee0e --- /dev/null +++ b/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=2 + +MOD_DESC="UT2003 Community Bonus Pack repacked for UT2004" +MOD_NAME="Community Bonus Pack Volume 1" + +inherit games games-mods + +HOMEPAGE="http://liandri.beyondunreal.com/Unreal_Tournament_2004" +SRC_URI="http://downloads.unrealadmin.org/UT2004/BonusPack/cbp1.zip + http://files.volved.com/qsr/ut2004_map_packs/cbp1.zip" + +LICENSE="freedist" +KEYWORDS="amd64 x86" +IUSE="" |