diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-10-13 19:09:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-10-13 19:09:52 +0000 |
commit | 749d345ba7f70adc18a44c743b421ce185919f38 (patch) | |
tree | be58485a82ec795ed3476f8d63cef2d355912c46 /games-fps/quake3-urbanterror | |
parent | version bump. (diff) | |
download | historical-749d345ba7f70adc18a44c743b421ce185919f38.tar.gz historical-749d345ba7f70adc18a44c743b421ce185919f38.tar.bz2 historical-749d345ba7f70adc18a44c743b421ce185919f38.zip |
ver bump
Diffstat (limited to 'games-fps/quake3-urbanterror')
-rw-r--r-- | games-fps/quake3-urbanterror/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/quake3-urbanterror/files/digest-quake3-urbanterror-3.1 | 1 | ||||
-rw-r--r-- | games-fps/quake3-urbanterror/quake3-urbanterror-3.1.ebuild | 20 |
3 files changed, 27 insertions, 1 deletions
diff --git a/games-fps/quake3-urbanterror/ChangeLog b/games-fps/quake3-urbanterror/ChangeLog index 7d4eefe8bdda..7baa02851c3d 100644 --- a/games-fps/quake3-urbanterror/ChangeLog +++ b/games-fps/quake3-urbanterror/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-fps/quake3-urbanterror # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-urbanterror/ChangeLog,v 1.4 2003/10/05 02:35:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-urbanterror/ChangeLog,v 1.5 2003/10/13 19:09:52 vapier Exp $ + +*quake3-urbanterror-3.1 (13 Oct 2003) + + 13 Oct 2003; Mike Frysinger <vapier@gentoo.org> : + Version bump from mjc. *quake3-urbanterror-3 (17 Aug 2003) diff --git a/games-fps/quake3-urbanterror/files/digest-quake3-urbanterror-3.1 b/games-fps/quake3-urbanterror/files/digest-quake3-urbanterror-3.1 new file mode 100644 index 000000000000..efa3bb8a6086 --- /dev/null +++ b/games-fps/quake3-urbanterror/files/digest-quake3-urbanterror-3.1 @@ -0,0 +1 @@ +MD5 556c1166c6fda7c82b937612ac73c0c5 UrbanTerror31.zip 38042661 diff --git a/games-fps/quake3-urbanterror/quake3-urbanterror-3.1.ebuild b/games-fps/quake3-urbanterror/quake3-urbanterror-3.1.ebuild new file mode 100644 index 000000000000..902484bcc339 --- /dev/null +++ b/games-fps/quake3-urbanterror/quake3-urbanterror-3.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-urbanterror/quake3-urbanterror-3.1.ebuild,v 1.1 2003/10/13 19:09:52 vapier Exp $ + +MOD_DESC="total transformation realism based MOD" +MOD_NAME=q3ut3 +MOD_BINS=ut3 +inherit games games-q3mod + +SRC_URI="UrbanTerror31.zip" +HOMEPAGE="http://www.urbanterror.net/" + +SLOT="3" +LICENSE="freedist" +RESTRICT="fetch" + +pkg_nofetch() { + einfo "Please goto ${HOMEPAGE}" + einfo "and download ${A} into ${DISTDIR}" +} |