diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-07-12 19:56:09 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-07-12 19:56:09 +0000 |
commit | 58349b9c3ae4eee974a7b9f5a7e2a484d31f3809 (patch) | |
tree | e5480a2a37c536f7bfe4f0e595a33862ef5cb899 /games-fps/ut2004-strikeforce | |
parent | Changed DEPEND to use ~ instead of >= for glibc so we keep version sync betwe... (diff) | |
download | gentoo-2-58349b9c3ae4eee974a7b9f5a7e2a484d31f3809.tar.gz gentoo-2-58349b9c3ae4eee974a7b9f5a7e2a484d31f3809.tar.bz2 gentoo-2-58349b9c3ae4eee974a7b9f5a7e2a484d31f3809.zip |
Initial import. Ebuild by Garrett Hoxie <shoegoo@gmail.com> and submitted to bug #93654. Closing bug #93654.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'games-fps/ut2004-strikeforce')
-rw-r--r-- | games-fps/ut2004-strikeforce/ChangeLog | 11 | ||||
-rw-r--r-- | games-fps/ut2004-strikeforce/Manifest | 3 | ||||
-rw-r--r-- | games-fps/ut2004-strikeforce/files/digest-ut2004-strikeforce-3.01 | 1 | ||||
-rw-r--r-- | games-fps/ut2004-strikeforce/metadata.xml | 9 | ||||
-rw-r--r-- | games-fps/ut2004-strikeforce/ut2004-strikeforce-3.01.ebuild | 16 |
5 files changed, 40 insertions, 0 deletions
diff --git a/games-fps/ut2004-strikeforce/ChangeLog b/games-fps/ut2004-strikeforce/ChangeLog new file mode 100644 index 000000000000..c5968e67266a --- /dev/null +++ b/games-fps/ut2004-strikeforce/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for games-fps/ut2004-strikeforce +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-strikeforce/ChangeLog,v 1.1 2005/07/12 19:56:09 wolf31o2 Exp $ + +*ut2004-strikeforce-3.01 (12 Jul 2005) + + 12 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org> +metadata.xml, + +ut2004-strikeforce-3.01.ebuild: + Initial import. Ebuild by Garrett Hoxie <shoegoo@gmail.com> and submitted to + bug #93654. Closing bug #93654. + diff --git a/games-fps/ut2004-strikeforce/Manifest b/games-fps/ut2004-strikeforce/Manifest new file mode 100644 index 000000000000..eccb8eeaff1f --- /dev/null +++ b/games-fps/ut2004-strikeforce/Manifest @@ -0,0 +1,3 @@ +MD5 ac0884f8c8ae09b13e772d4696a10504 ut2004-strikeforce-3.01.ebuild 534 +MD5 11a7e1491b1ac042ac7216b26b4ad1fb metadata.xml 254 +MD5 b914b514d4bdeb03b3b97fbf46051369 files/digest-ut2004-strikeforce-3.01 77 diff --git a/games-fps/ut2004-strikeforce/files/digest-ut2004-strikeforce-3.01 b/games-fps/ut2004-strikeforce/files/digest-ut2004-strikeforce-3.01 new file mode 100644 index 000000000000..6c2168c3ed9c --- /dev/null +++ b/games-fps/ut2004-strikeforce/files/digest-ut2004-strikeforce-3.01 @@ -0,0 +1 @@ +MD5 24698759dd6237fb35df5c9ab4a26186 strike.force_3.01-english.run 334283448 diff --git a/games-fps/ut2004-strikeforce/metadata.xml b/games-fps/ut2004-strikeforce/metadata.xml new file mode 100644 index 000000000000..fe08918e6837 --- /dev/null +++ b/games-fps/ut2004-strikeforce/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-strikeforce/ut2004-strikeforce-3.01.ebuild b/games-fps/ut2004-strikeforce/ut2004-strikeforce-3.01.ebuild new file mode 100644 index 000000000000..825781dbbc69 --- /dev/null +++ b/games-fps/ut2004-strikeforce/ut2004-strikeforce-3.01.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-strikeforce/ut2004-strikeforce-3.01.ebuild,v 1.1 2005/07/12 19:56:09 wolf31o2 Exp $ + +MOD_DESC="A Terrorist vs. Strike Force mod for UT2004" +MOD_NAME="Strike Force" +MOD_BINS=strikeforce +MOD_TBZ2=strike.force +MOD_ICON=strike.force.xpm +inherit games games-ut2k4mod + +HOMEPAGE="http://www.strikeforce2004.com/" +SRC_URI="strike.force_${PV}-english.run" + +LICENSE="freedist" +IUSE="" |