diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-10-06 22:19:05 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-10-06 22:19:05 +0000 |
commit | 96a5416dd6277b662ee11e47378b72a54f5bfddd (patch) | |
tree | 0cfe4154839dec82fc358de504aff4f2dac4ba22 /games-fps/quake3-alternatefire | |
parent | whitespace (diff) | |
download | gentoo-2-96a5416dd6277b662ee11e47378b72a54f5bfddd.tar.gz gentoo-2-96a5416dd6277b662ee11e47378b72a54f5bfddd.tar.bz2 gentoo-2-96a5416dd6277b662ee11e47378b72a54f5bfddd.zip |
EAPI=2
(Portage version: 2.2_rc44/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/quake3-alternatefire')
-rw-r--r-- | games-fps/quake3-alternatefire/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/quake3-alternatefire/quake3-alternatefire-2.0-r1.ebuild | 10 |
2 files changed, 12 insertions, 6 deletions
diff --git a/games-fps/quake3-alternatefire/ChangeLog b/games-fps/quake3-alternatefire/ChangeLog index 60f5cf6ad807..b5df3d8a4ce8 100644 --- a/games-fps/quake3-alternatefire/ChangeLog +++ b/games-fps/quake3-alternatefire/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/quake3-alternatefire -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-alternatefire/ChangeLog,v 1.7 2006/10/23 21:05:28 wolf31o2 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-alternatefire/ChangeLog,v 1.8 2009/10/06 22:19:05 nyhm Exp $ + + 06 Oct 2009; Tristan Heaven <nyhm@gentoo.org> + quake3-alternatefire-2.0-r1.ebuild: + EAPI=2 23 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> quake3-alternatefire-2.0-r1.ebuild: diff --git a/games-fps/quake3-alternatefire/quake3-alternatefire-2.0-r1.ebuild b/games-fps/quake3-alternatefire/quake3-alternatefire-2.0-r1.ebuild index 10b6a62e559b..4cbcd36606ca 100644 --- a/games-fps/quake3-alternatefire/quake3-alternatefire-2.0-r1.ebuild +++ b/games-fps/quake3-alternatefire/quake3-alternatefire-2.0-r1.ebuild @@ -1,6 +1,8 @@ -# 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-alternatefire/quake3-alternatefire-2.0-r1.ebuild,v 1.3 2009/10/01 21:16:48 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-alternatefire/quake3-alternatefire-2.0-r1.ebuild,v 1.4 2009/10/06 22:19:05 nyhm Exp $ + +EAPI=2 MOD_DESC="adds unique new secondary attacks to weapons" MOD_NAME="Alternate Fire" @@ -8,11 +10,11 @@ MOD_DIR="alternatefire" inherit games games-mods +HOMEPAGE="http://www.planetquake.com/alternatefire/" SRC_URI="http://network3.filefront.com/planetquake3/alternatefire-${PV}.zip http://games.mirrors.tds.net/pub/planetquake3/modifications/alternatefire/alternatefire-${PV}.zip" -HOMEPAGE="http://www.planetquake.com/alternatefire/" LICENSE="freedist" -KEYWORDS="-* ~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="dedicated opengl" |