diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-10-07 13:23:10 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-10-07 13:23:10 +0000 |
commit | 47bc902428a6864bdb22ba252741fb79338105e0 (patch) | |
tree | 5ff84aa7e869ba592a80343461dfd6852b838c6e /games-fps/quake3-reaction | |
parent | stable on amd64 (diff) | |
download | gentoo-2-47bc902428a6864bdb22ba252741fb79338105e0.tar.gz gentoo-2-47bc902428a6864bdb22ba252741fb79338105e0.tar.bz2 gentoo-2-47bc902428a6864bdb22ba252741fb79338105e0.zip |
EAPI=2; fix MOD_DIR; install icon
(Portage version: 2.2_rc44/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/quake3-reaction')
-rw-r--r-- | games-fps/quake3-reaction/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/quake3-reaction/quake3-reaction-3.2.ebuild | 16 |
2 files changed, 13 insertions, 10 deletions
diff --git a/games-fps/quake3-reaction/ChangeLog b/games-fps/quake3-reaction/ChangeLog index 7404b49de695..78b45bd5359d 100644 --- a/games-fps/quake3-reaction/ChangeLog +++ b/games-fps/quake3-reaction/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/quake3-reaction -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-reaction/ChangeLog,v 1.1 2006/10/26 20:59:45 wolf31o2 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-reaction/ChangeLog,v 1.2 2009/10/07 13:23:10 nyhm Exp $ + + 07 Oct 2009; Tristan Heaven <nyhm@gentoo.org> quake3-reaction-3.2.ebuild: + EAPI=2; fix MOD_DIR; install icon *quake3-reaction-3.2 (26 Oct 2006) diff --git a/games-fps/quake3-reaction/quake3-reaction-3.2.ebuild b/games-fps/quake3-reaction/quake3-reaction-3.2.ebuild index d808063f7f32..64a9fc3af806 100644 --- a/games-fps/quake3-reaction/quake3-reaction-3.2.ebuild +++ b/games-fps/quake3-reaction/quake3-reaction-3.2.ebuild @@ -1,19 +1,19 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-reaction/quake3-reaction-3.2.ebuild,v 1.3 2009/10/01 21:46:24 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-reaction/quake3-reaction-3.2.ebuild,v 1.4 2009/10/07 13:23:10 nyhm Exp $ + +EAPI=2 MOD_DESC="port of Action Quake 2 to Quake 3: Arena" MOD_NAME="Reaction" -MOD_DIR="reaction" +MOD_DIR="rq3" +MOD_ICON="reaction-4.ico" inherit games games-mods HOMEPAGE="http://www.rq3.com/" -SRC_URI="http://www.rq3.com/ReactionQuake3-v${PV}-Full.zip - http://ftp.stu.edu.tw/FreeBSD/distfiles/ReactionQuake3-v${PV}-Full.zip - http://ftp.twaren.net/BSD/FreeBSD/distfiles/ReactionQuake3-v${PV}-Full.zip - http://ftp.giga.net.tw/OS/FreeBSD/distfiles/ReactionQuake3-v${PV}-Full.zip" +SRC_URI="http://www.rq3.com/ReactionQuake3-v${PV}-Full.zip" LICENSE="as-is" -KEYWORDS="-* ~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="dedicated opengl" |