diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-05-13 19:48:59 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-05-13 19:48:59 +0000 |
commit | 83df48a563ce395161bb96264c0ac4099ed6eb41 (patch) | |
tree | c64024bd4149c338cea21e828e7d0f1b4f3d50e3 /games-fps/quake3-nsco | |
parent | don't use deprecated ? : use syntax (Manifest recommit) (diff) | |
download | gentoo-2-83df48a563ce395161bb96264c0ac4099ed6eb41.tar.gz gentoo-2-83df48a563ce395161bb96264c0ac4099ed6eb41.tar.bz2 gentoo-2-83df48a563ce395161bb96264c0ac4099ed6eb41.zip |
Adding new version for x86 and closing bug #46837.
Diffstat (limited to 'games-fps/quake3-nsco')
-rw-r--r-- | games-fps/quake3-nsco/ChangeLog | 10 | ||||
-rw-r--r-- | games-fps/quake3-nsco/files/digest-quake3-nsco-1.91a | 3 | ||||
-rw-r--r-- | games-fps/quake3-nsco/quake3-nsco-1.91a.ebuild | 22 |
3 files changed, 33 insertions, 2 deletions
diff --git a/games-fps/quake3-nsco/ChangeLog b/games-fps/quake3-nsco/ChangeLog index 803c587bc4ad..3a375e6771bd 100644 --- a/games-fps/quake3-nsco/ChangeLog +++ b/games-fps/quake3-nsco/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-fps/quake3-nsco -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-nsco/ChangeLog,v 1.6 2004/02/28 21:08:35 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-nsco/ChangeLog,v 1.7 2004/05/13 19:48:59 wolf31o2 Exp $ + +*quake3-nsco-1.91a (13 May 2004) + + 13 May 2004; Chris Gianelloni <wolf31o2@gentoo.org> + +quake3-nsco-1.91a.ebuild: + Adding new version for x86 and closing bug #46837. *quake3-nsco-1.91 (28 Feb 2004) diff --git a/games-fps/quake3-nsco/files/digest-quake3-nsco-1.91a b/games-fps/quake3-nsco/files/digest-quake3-nsco-1.91a new file mode 100644 index 000000000000..8745e4fdd871 --- /dev/null +++ b/games-fps/quake3-nsco/files/digest-quake3-nsco-1.91a @@ -0,0 +1,3 @@ +MD5 33e9feeb03568997b8685253b4bb66fb nsco_beta19.zip 314224296 +MD5 0ec7e46ed0f7b3e13ab410500e402ad8 nsco_beta191upd.zip 60111230 +MD5 4c5501508919fbc3f2c165ab242ef4ae nsco_beta191aupd.zip 14381477 diff --git a/games-fps/quake3-nsco/quake3-nsco-1.91a.ebuild b/games-fps/quake3-nsco/quake3-nsco-1.91a.ebuild new file mode 100644 index 000000000000..106e405eddf0 --- /dev/null +++ b/games-fps/quake3-nsco/quake3-nsco-1.91a.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-nsco/quake3-nsco-1.91a.ebuild,v 1.1 2004/05/13 19:48:59 wolf31o2 Exp $ + +MOD_DESC="Navy Seals : Covert Operations" +MOD_NAME=seals +MOD_BINS=nsco +inherit games games-q3mod + +HOMEPAGE="http://ns-co.net/" +SRC_URI="nsco_beta19.zip + nsco_beta191upd.zip + nsco_beta191aupd.zip" + + +LICENSE="Q3AEULA" +RESTRICT="fetch" + +pkg_nofetch() { + einfo "Please goto ${HOMEPAGE}" + einfo "and download ${A} into ${DISTDIR}" +} |