diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-08-18 22:27:48 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-08-18 22:27:48 +0000 |
commit | 8cb87d4b60cdc4dfc55cc6966cb456d603051a54 (patch) | |
tree | cf7a16cbd1bac72807b2f6cc9369ff36de2eec28 /games-fps/quake3-ra3 | |
parent | Closing #60153 (Manifest recommit) (diff) | |
download | gentoo-2-8cb87d4b60cdc4dfc55cc6966cb456d603051a54.tar.gz gentoo-2-8cb87d4b60cdc4dfc55cc6966cb456d603051a54.tar.bz2 gentoo-2-8cb87d4b60cdc4dfc55cc6966cb456d603051a54.zip |
Added ebuild for version 1.76 and closing bug #54855.
Diffstat (limited to 'games-fps/quake3-ra3')
-rw-r--r-- | games-fps/quake3-ra3/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/quake3-ra3/files/digest-quake3-ra3-1.76 | 1 | ||||
-rw-r--r-- | games-fps/quake3-ra3/quake3-ra3-1.76.ebuild | 23 |
3 files changed, 30 insertions, 1 deletions
diff --git a/games-fps/quake3-ra3/ChangeLog b/games-fps/quake3-ra3/ChangeLog index cdc4c649f7b3..5ed6563f58d8 100644 --- a/games-fps/quake3-ra3/ChangeLog +++ b/games-fps/quake3-ra3/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-fps/quake3-ra3 # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-ra3/ChangeLog,v 1.5 2004/06/24 22:45:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-ra3/ChangeLog,v 1.6 2004/08/18 22:27:48 wolf31o2 Exp $ + +*quake3-ra3-1.76 (18 Aug 2004) + + 18 Aug 2004; Chris Gianelloni <wolf31o2@gentoo.org> +quake3-ra3-1.76.ebuild: + Added ebuild for version 1.76 and closing bug #54855. *quake3-ra3-1.7 (02 Sep 2003) diff --git a/games-fps/quake3-ra3/files/digest-quake3-ra3-1.76 b/games-fps/quake3-ra3/files/digest-quake3-ra3-1.76 new file mode 100644 index 000000000000..215e1c9c5947 --- /dev/null +++ b/games-fps/quake3-ra3/files/digest-quake3-ra3-1.76 @@ -0,0 +1 @@ +MD5 a055f7608e49b4ebddaed09d2f89d58d ra3176.zip 138018848 diff --git a/games-fps/quake3-ra3/quake3-ra3-1.76.ebuild b/games-fps/quake3-ra3/quake3-ra3-1.76.ebuild new file mode 100644 index 000000000000..d922db7eaa6a --- /dev/null +++ b/games-fps/quake3-ra3/quake3-ra3-1.76.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-ra3/quake3-ra3-1.76.ebuild,v 1.1 2004/08/18 22:27:48 wolf31o2 Exp $ + +MOD_DESC="Rocket Arena 3" +MOD_NAME=arena +MOD_BINS=ra3 +inherit games games-q3mod + +SRC_URI="ra3176.zip" +HOMEPAGE="http://www.planetquake.com/servers/arena/" + +LICENSE="Q3AEULA" +RESTRICT="fetch" + +pkg_nofetch() { + einfo "Download the following files from FilePlanet and put them in" + einfo "${DISTDIR}" + einfo + for f in ${A} ; do + einfo "http://www.fileplanet.com/dl.aspx?servers/arena/${f}" + done +} |