summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikoli <nikoli@lavabit.com>2011-02-27 01:52:27 +0300
committerNikoli <nikoli@lavabit.com>2011-02-27 01:52:27 +0300
commit4b8bfa5ebffef477c27c107bca2076e17f1572c0 (patch)
tree631a08725a759ec50d629f11309f06b0249efbde /dev-games/netradiant/netradiant-9999.ebuild
parent[games-strategy/openxcom] Swithed to git repository. (diff)
downloadgamerlay-4b8bfa5ebffef477c27c107bca2076e17f1572c0.tar.gz
gamerlay-4b8bfa5ebffef477c27c107bca2076e17f1572c0.tar.bz2
gamerlay-4b8bfa5ebffef477c27c107bca2076e17f1572c0.zip
netradiant: update packs
Diffstat (limited to 'dev-games/netradiant/netradiant-9999.ebuild')
-rw-r--r--dev-games/netradiant/netradiant-9999.ebuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/dev-games/netradiant/netradiant-9999.ebuild b/dev-games/netradiant/netradiant-9999.ebuild
index 74ea58f..8ffbdde 100644
--- a/dev-games/netradiant/netradiant-9999.ebuild
+++ b/dev-games/netradiant/netradiant-9999.ebuild
@@ -16,6 +16,8 @@ HOMEPAGE="http://dev.alientrap.org/projects/netradiant"
EGIT_REPO_URI="git://git.xonotic.org/xonotic/netradiant.git"
BASE_ZIP_URI="http://ingar.satgnu.net/files/gtkradiant/gamepacks/"
SRC_URI="
+ osirion? ( ${BASE_ZIP_URI}/OsirionPack.zip )
+ warsow? ( ${BASE_ZIP_URI}/WarsowPack.zip )
!bindist? (
openarena? ( ${BASE_ZIP_URI}/OpenArenaPack.zip )
quake? ( ${BASE_ZIP_URI}/QuakePack.zip )
@@ -27,7 +29,7 @@ SRC_URI="
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
-RADIANT_GPL_PACKS="darkplaces nexuiz quake2world warsow +xonotic"
+RADIANT_GPL_PACKS="darkplaces nexuiz osirion quake2world warsow +xonotic"
RADIANT_NONGPL_PACKS="openarena quake quake2 quake3 tremulous ufoai"
RADIANT_TOOLS="h2data q2map q3data q3map2 qdata3"
RADIANT_PACKS="${RADIANT_GPL_PACKS} ${RADIANT_NONGPL_PACKS}"
@@ -49,8 +51,9 @@ RDEPEND="
DEPEND="${RDEPEND}
dev-util/pkgconfig
darkplaces? ( ${SUBVERSION_DEPEND} )
+ osirion? ( app-arch/unzip )
quake2world? ( ${SUBVERSION_DEPEND} )
- warsow? ( ${SUBVERSION_DEPEND} )
+ warsow? ( app-arch/unzip )
xonotic? ( net-misc/wget )
!bindist? (
openarena? ( app-arch/unzip )
@@ -104,8 +107,8 @@ src_unpack() {
"https://zerowing.idsoftware.com/svn/radiant.gamepacks/DarkPlacesPack/branches/1.5/"
radiant_svn_unpack quake2world \
"svn://jdolan.dyndns.org/quake2world/trunk/gtkradiant"
- radiant_svn_unpack warsow \
- "https://svn.bountysource.com/wswpack/trunk/netradiant/games/WarsowPack/"
+ radiant_zip_unpack Osirion
+ radiant_zip_unpack Warsow
if use nexuiz; then
cd "${WORKDIR}/packs/" || die