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-ruinhunters/
Date: Sun, 03 Jan 2016 06:17:14
Message-Id: 1451801713.1ca0082e0cb8d764f1263442f05cc59f7a2f18bb.mr_bones_@gentoo
1 commit: 1ca0082e0cb8d764f1263442f05cc59f7a2f18bb
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 3 05:51:16 2016 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 3 06:15:13 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca0082e
7
8 games-fps/quake3-ruinhunters: EAPI=5
9
10 Package-Manager: portage-2.2.24
11
12 .../quake3-ruinhunters/quake3-ruinhunters-1.0a-r1.ebuild | 14 +++++---------
13 1 file changed, 5 insertions(+), 9 deletions(-)
14
15 diff --git a/games-fps/quake3-ruinhunters/quake3-ruinhunters-1.0a-r1.ebuild b/games-fps/quake3-ruinhunters/quake3-ruinhunters-1.0a-r1.ebuild
16 index 1ee884d..ebdde67 100644
17 --- a/games-fps/quake3-ruinhunters/quake3-ruinhunters-1.0a-r1.ebuild
18 +++ b/games-fps/quake3-ruinhunters/quake3-ruinhunters-1.0a-r1.ebuild
19 @@ -2,26 +2,22 @@
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 -EAPI=2
24 -MOD_DESC="a anime/fantasy mod with cartoonish characters and arcade-like gameplay"
25 +EAPI=5
26 +MOD_DESC="Anime mod with cartoon actors and arcade-like gameplay"
27 MOD_NAME="Ruin Hunters"
28 MOD_DIR="ruin"
29
30 inherit games games-mods
31
32 -HOMEPAGE="http://planetquake.gamespy.com/View.php?view=Quake3.Detail&id=1824"
33 +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
34 SRC_URI="
35 - mirror://quakeunity/modifications/ruinhunters/ruin_hunters_v10a_patch.zip
36 - mirror://quakeunity/modifications/ruinhunters/ruin_hunters_v10.zip"
37 + mirror://quakeunity/modifications/ruinhunters/ruin_hunters_v10.zip
38 + mirror://quakeunity/modifications/ruinhunters/ruin_hunters_v10a_patch.zip"
39
40 LICENSE="freedist"
41 KEYWORDS="amd64 ~ppc x86"
42 IUSE="dedicated opengl"
43
44 -src_unpack() {
45 - unpack ruin_hunters_{v10,v10a_patch}.zip
46 -}
47 -
48 src_prepare() {
49 rm -f *.bat
50 }