diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-10-06 22:47:01 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-10-06 22:47:01 +0000 |
commit | 4f71ed69b4e05a1a401c9c66409af7b3910d1925 (patch) | |
tree | c51f028469134bde59aadc6967ad6b1c32bf8811 /games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild | |
parent | stable x86, security bug 285434 (diff) | |
download | gentoo-2-4f71ed69b4e05a1a401c9c66409af7b3910d1925.tar.gz gentoo-2-4f71ed69b4e05a1a401c9c66409af7b3910d1925.tar.bz2 gentoo-2-4f71ed69b4e05a1a401c9c66409af7b3910d1925.zip |
EAPI=2; install icon
(Portage version: 2.2_rc44/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild')
-rw-r--r-- | games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild b/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild index 0688fd7f471a..2d1238d2b195 100644 --- a/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild +++ b/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild @@ -1,11 +1,13 @@ -# Copyright 1999-2008 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-bfp/quake3-bfp-1.2-r1.ebuild,v 1.4 2009/10/01 21:17:55 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild,v 1.5 2009/10/06 22:47:01 nyhm Exp $ + +EAPI=2 MOD_DESC="take control of Ki-powered superheros and battle in a mostly aerial fight" MOD_NAME="Bid For Power" MOD_DIR="bfpq3" -MOD_BINS="bfp" +MOD_ICON="bfp.ico" inherit games games-mods @@ -13,5 +15,5 @@ HOMEPAGE="http://www.planetquake.com/bidforpower/" SRC_URI="http://games.mirrors.tds.net/pub/planetquake3/modifications/bidforpower/bidforpower${PV/./-}.zip" LICENSE="freedist" -KEYWORDS="-* ~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="dedicated opengl" |