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-alliance/
Date: Sun, 03 Jan 2016 06:17:00
Message-Id: 1451801700.9f46a8e2d89fc823db60b349ed9a0591f97e2694.mr_bones_@gentoo
1 commit: 9f46a8e2d89fc823db60b349ed9a0591f97e2694
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 3 05:28:16 2016 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 3 06:15:00 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f46a8e2
7
8 games-fps/quake3-alliance: EAPI=5
9
10 Package-Manager: portage-2.2.24
11
12 games-fps/quake3-alliance/quake3-alliance-3.3-r1.ebuild | 9 ++-------
13 1 file changed, 2 insertions(+), 7 deletions(-)
14
15 diff --git a/games-fps/quake3-alliance/quake3-alliance-3.3-r1.ebuild b/games-fps/quake3-alliance/quake3-alliance-3.3-r1.ebuild
16 index 897e5cd..5af3a09 100644
17 --- a/games-fps/quake3-alliance/quake3-alliance-3.3-r1.ebuild
18 +++ b/games-fps/quake3-alliance/quake3-alliance-3.3-r1.ebuild
19 @@ -2,28 +2,23 @@
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 -EAPI=2
24 -
25 +EAPI=5
26 MOD_DESC="fast paced, off-handed grapple mod"
27 MOD_NAME="Alliance"
28 MOD_DIR="alliance"
29
30 inherit games games-mods
31
32 +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
33 SRC_URI="mirror://quakeunity/modifications/alliance/alliance30.zip
34 http://www.superkeff.net/mods/mods/alliance/alliance30.zip
35 mirror://quakeunity/modifications/alliance/alliance30-33.zip
36 http://www.superkeff.net/mods/mods/alliance/alliance30-33.zip"
37 -HOMEPAGE="http://www.planetquake.com/alliance/"
38
39 LICENSE="freedist"
40 KEYWORDS="amd64 ~ppc x86"
41 IUSE="dedicated opengl"
42
43 -src_unpack() {
44 - unpack alliance30.zip alliance30-33.zip
45 -}
46 -
47 src_prepare() {
48 rm -f *.exe
49 }