Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/quake3-bfp/
Date: Sun, 03 Jan 2016 06:17:05
Message-Id: 1451801702.9364953a5d4b1880e9e713798bb7df1da6ffa71f.mr_bones_@gentoo
1 commit: 9364953a5d4b1880e9e713798bb7df1da6ffa71f
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 3 05:43:10 2016 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 3 06:15:02 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9364953a
7
8 games-fps/quake3-bfp: EAPI=5
9
10 Package-Manager: portage-2.2.24
11
12 games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild | 7 +++----
13 1 file changed, 3 insertions(+), 4 deletions(-)
14
15 diff --git a/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild b/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild
16 index 19b6a70..fb1820d 100644
17 --- a/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild
18 +++ b/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild
19 @@ -2,16 +2,15 @@
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 -EAPI=2
24 -
25 -MOD_DESC="take control of Ki-powered superheros and battle in a mostly aerial fight"
26 +EAPI=5
27 +MOD_DESC="Control Ki-powered superheros and battle in the air"
28 MOD_NAME="Bid For Power"
29 MOD_DIR="bfpq3"
30 MOD_ICON="bfp.ico"
31
32 inherit games games-mods
33
34 -HOMEPAGE="http://www.planetquake.com/bidforpower/"
35 +HOMEPAGE="http://www.moddb.com/mods/bid-for-power"
36 SRC_URI="mirror://quakeunity/modifications/bidforpower/bidforpower${PV/./-}.zip"
37
38 LICENSE="freedist"