Gentoo Archives: gentoo-commits

From: Nikoli <nikoli@×××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: dev-games/netradiant/
Date: Sat, 26 Feb 2011 22:53:03
Message-Id: 4b8bfa5ebffef477c27c107bca2076e17f1572c0.nikoli@gentoo
1 commit: 4b8bfa5ebffef477c27c107bca2076e17f1572c0
2 Author: Nikoli <nikoli <AT> lavabit <DOT> com>
3 AuthorDate: Sat Feb 26 22:52:27 2011 +0000
4 Commit: Nikoli <nikoli <AT> lavabit <DOT> com>
5 CommitDate: Sat Feb 26 22:52:27 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=4b8bfa5e
7
8 netradiant: update packs
9
10 ---
11 dev-games/netradiant/ChangeLog | 4 ++++
12 dev-games/netradiant/metadata.xml | 1 +
13 dev-games/netradiant/netradiant-9999.ebuild | 11 +++++++----
14 3 files changed, 12 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-games/netradiant/ChangeLog b/dev-games/netradiant/ChangeLog
17 index 5571cdd..d5bc4ec 100644
18 --- a/dev-games/netradiant/ChangeLog
19 +++ b/dev-games/netradiant/ChangeLog
20 @@ -2,6 +2,10 @@
21 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
22 # $Header: $
23
24 + 26 Feb 2011; Nikoli <nikoli@×××××××.com> netradiant-9999.ebuild,
25 + metadata.xml:
26 + update packs
27 +
28 *netradiant-1.5.0_p20110127 (27 Jan 2011)
29
30 27 Jan 2011; Nikoli <nikoli@×××××××.com>
31
32 diff --git a/dev-games/netradiant/metadata.xml b/dev-games/netradiant/metadata.xml
33 index 9646529..754a3d2 100644
34 --- a/dev-games/netradiant/metadata.xml
35 +++ b/dev-games/netradiant/metadata.xml
36 @@ -15,6 +15,7 @@
37 <flag name='darkplaces'>Install DarkPlaces pack</flag>
38 <flag name='nexuiz'>Install Nexuiz pack</flag>
39 <flag name='openarena'>Install OpenArena non GPL pack</flag>
40 + <flag name='osirion'>Install Osirion pack</flag>
41 <flag name='quake'>Install Quake non GPL pack</flag>
42 <flag name='quake2'>Install Quake2 non GPL pack</flag>
43 <flag name='quake2world'>Install Quake2World pack</flag>
44
45 diff --git a/dev-games/netradiant/netradiant-9999.ebuild b/dev-games/netradiant/netradiant-9999.ebuild
46 index 74ea58f..8ffbdde 100644
47 --- a/dev-games/netradiant/netradiant-9999.ebuild
48 +++ b/dev-games/netradiant/netradiant-9999.ebuild
49 @@ -16,6 +16,8 @@ HOMEPAGE="http://dev.alientrap.org/projects/netradiant"
50 EGIT_REPO_URI="git://git.xonotic.org/xonotic/netradiant.git"
51 BASE_ZIP_URI="http://ingar.satgnu.net/files/gtkradiant/gamepacks/"
52 SRC_URI="
53 + osirion? ( ${BASE_ZIP_URI}/OsirionPack.zip )
54 + warsow? ( ${BASE_ZIP_URI}/WarsowPack.zip )
55 !bindist? (
56 openarena? ( ${BASE_ZIP_URI}/OpenArenaPack.zip )
57 quake? ( ${BASE_ZIP_URI}/QuakePack.zip )
58 @@ -27,7 +29,7 @@ SRC_URI="
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS=""
62 -RADIANT_GPL_PACKS="darkplaces nexuiz quake2world warsow +xonotic"
63 +RADIANT_GPL_PACKS="darkplaces nexuiz osirion quake2world warsow +xonotic"
64 RADIANT_NONGPL_PACKS="openarena quake quake2 quake3 tremulous ufoai"
65 RADIANT_TOOLS="h2data q2map q3data q3map2 qdata3"
66 RADIANT_PACKS="${RADIANT_GPL_PACKS} ${RADIANT_NONGPL_PACKS}"
67 @@ -49,8 +51,9 @@ RDEPEND="
68 DEPEND="${RDEPEND}
69 dev-util/pkgconfig
70 darkplaces? ( ${SUBVERSION_DEPEND} )
71 + osirion? ( app-arch/unzip )
72 quake2world? ( ${SUBVERSION_DEPEND} )
73 - warsow? ( ${SUBVERSION_DEPEND} )
74 + warsow? ( app-arch/unzip )
75 xonotic? ( net-misc/wget )
76 !bindist? (
77 openarena? ( app-arch/unzip )
78 @@ -104,8 +107,8 @@ src_unpack() {
79 "https://zerowing.idsoftware.com/svn/radiant.gamepacks/DarkPlacesPack/branches/1.5/"
80 radiant_svn_unpack quake2world \
81 "svn://jdolan.dyndns.org/quake2world/trunk/gtkradiant"
82 - radiant_svn_unpack warsow \
83 - "https://svn.bountysource.com/wswpack/trunk/netradiant/games/WarsowPack/"
84 + radiant_zip_unpack Osirion
85 + radiant_zip_unpack Warsow
86
87 if use nexuiz; then
88 cd "${WORKDIR}/packs/" || die