diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-03-16 02:02:20 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-03-16 02:02:20 +0000 |
commit | 0023cdce06ffd5300143dd1744dca0af1117c25b (patch) | |
tree | df5cf5cf0419a69ff883452c50e9d6909e251935 /games-fps/ut2004-bonuspack-cbp1 | |
parent | Fixing digest and closing bug #83391. (diff) | |
download | gentoo-2-0023cdce06ffd5300143dd1744dca0af1117c25b.tar.gz gentoo-2-0023cdce06ffd5300143dd1744dca0af1117c25b.tar.bz2 gentoo-2-0023cdce06ffd5300143dd1744dca0af1117c25b.zip |
Initial import. Ebuild by me. Closing bug #52553.
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-fps/ut2004-bonuspack-cbp1')
5 files changed, 37 insertions, 0 deletions
diff --git a/games-fps/ut2004-bonuspack-cbp1/ChangeLog b/games-fps/ut2004-bonuspack-cbp1/ChangeLog new file mode 100644 index 000000000000..5e418a09a0f6 --- /dev/null +++ b/games-fps/ut2004-bonuspack-cbp1/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for games-fps/ut2004-bonuspack-cbp1 +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-cbp1/ChangeLog,v 1.1 2005/03/16 02:00:04 wolf31o2 Exp $ + +*ut2004-bonuspack-cbp1-1 (15 Mar 2005) + + 15 Mar 2005; Chris Gianelloni <wolf31o2@gentoo.org> +metadata.xml, + +ut2004-bonuspack-cbp1-1.ebuild: + Initial import. Ebuild by me. Closing bug #52553. + diff --git a/games-fps/ut2004-bonuspack-cbp1/Manifest b/games-fps/ut2004-bonuspack-cbp1/Manifest new file mode 100644 index 000000000000..fe9c8ebf0ab5 --- /dev/null +++ b/games-fps/ut2004-bonuspack-cbp1/Manifest @@ -0,0 +1,2 @@ +MD5 2d2b1f80f2a2b6e8002ce84c2c325d3b ut2004-bonuspack-cbp1-1.ebuild 503 +MD5 4a5dd48d2e04ef75fae789d6076cd632 files/digest-ut2004-bonuspack-cbp1-1 80 diff --git a/games-fps/ut2004-bonuspack-cbp1/files/digest-ut2004-bonuspack-cbp1-1 b/games-fps/ut2004-bonuspack-cbp1/files/digest-ut2004-bonuspack-cbp1-1 new file mode 100644 index 000000000000..9c081a562d01 --- /dev/null +++ b/games-fps/ut2004-bonuspack-cbp1/files/digest-ut2004-bonuspack-cbp1-1 @@ -0,0 +1 @@ +MD5 5b2feafdb8cfe79546a42ebb2bdd2a34 cbp1_volume1-multilanguage-2.run 135550048 diff --git a/games-fps/ut2004-bonuspack-cbp1/metadata.xml b/games-fps/ut2004-bonuspack-cbp1/metadata.xml new file mode 100644 index 000000000000..fe08918e6837 --- /dev/null +++ b/games-fps/ut2004-bonuspack-cbp1/metadata.xml @@ -0,0 +1,9 @@ +<?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> +</pkgmetadata> diff --git a/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1.ebuild b/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1.ebuild new file mode 100644 index 000000000000..1e40930d2860 --- /dev/null +++ b/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1.ebuild,v 1.1 2005/03/16 02:00:04 wolf31o2 Exp $ + +MOD_DESC="Original Community Bonus Pack for UT2003 repacked for UT2004" +MOD_NAME=cbp1_volume1 +MOD_TBZ2=cbp1_volume1 + +inherit games games-ut2k4mod + +HOMEPAGE="http://www.planetunreal.com/cbp/" +SRC_URI="cbp1_volume1-multilanguage-2.run" + +LICENSE="freedist" +IUSE="" |