diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-11-25 00:20:21 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-11-25 00:20:21 +0000 |
commit | 35e7834e3204e2794c46dcf90b40b820abe5f0be (patch) | |
tree | f772491e697c80ba88a8c5ff3cddef53f036e5ff /games-fps | |
parent | Initial import. Ebuild by me. Closing bug #54529. (diff) | |
download | historical-35e7834e3204e2794c46dcf90b40b820abe5f0be.tar.gz historical-35e7834e3204e2794c46dcf90b40b820abe5f0be.tar.bz2 historical-35e7834e3204e2794c46dcf90b40b820abe5f0be.zip |
Initial import. Ebuild by me. Closing bug #30962.
Diffstat (limited to 'games-fps')
4 files changed, 35 insertions, 0 deletions
diff --git a/games-fps/ut2004-redorchestra/ChangeLog b/games-fps/ut2004-redorchestra/ChangeLog new file mode 100644 index 000000000000..04a00c4c4e8c --- /dev/null +++ b/games-fps/ut2004-redorchestra/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for games-fps/ut2004-redorchestra +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-redorchestra/ChangeLog,v 1.1 2004/11/25 00:20:21 wolf31o2 Exp $ + +*ut2004-redorchestra-3.1 (24 Nov 2004) + + 24 Nov 2004; Chris Gianelloni <wolf31o2@gentoo.org> +metadata.xml, + +ut2004-redorchestra-3.1.ebuild: + Initial import. Ebuild by me. Closing bug #30962. + diff --git a/games-fps/ut2004-redorchestra/files/digest-ut2004-redorchestra-3.1 b/games-fps/ut2004-redorchestra/files/digest-ut2004-redorchestra-3.1 new file mode 100644 index 000000000000..3a9cffa0ee84 --- /dev/null +++ b/games-fps/ut2004-redorchestra/files/digest-ut2004-redorchestra-3.1 @@ -0,0 +1 @@ +MD5 615d37cab4b5ffab4fc253b184f023b1 red.orchestra_3.1-english-1.run 581190061 diff --git a/games-fps/ut2004-redorchestra/metadata.xml b/games-fps/ut2004-redorchestra/metadata.xml new file mode 100644 index 000000000000..fe08918e6837 --- /dev/null +++ b/games-fps/ut2004-redorchestra/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-redorchestra/ut2004-redorchestra-3.1.ebuild b/games-fps/ut2004-redorchestra/ut2004-redorchestra-3.1.ebuild new file mode 100644 index 000000000000..393ff11b2226 --- /dev/null +++ b/games-fps/ut2004-redorchestra/ut2004-redorchestra-3.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-redorchestra/ut2004-redorchestra-3.1.ebuild,v 1.1 2004/11/25 00:20:21 wolf31o2 Exp $ + +MOD_DESC="Red Orchestra is a World War II mod" +MOD_NAME="Red Orchestra" +MOD_BINS=redorchestra +MOD_TBZ2=red.orchestra +MOD_ICON=RedOrchestra.png +inherit games games-ut2k4mod + +HOMEPAGE="http://redorchestramod.gameservers.net/" +SRC_URI="red.orchestra_${PV}-english-1.run" + +LICENSE="freedist" |