games-fps/warsow-community-map-pack: Initial commit with ebuild and update by Dennis...
authorMichael Sterrett <mr_bones_@gentoo.org>
Wed, 27 Apr 2016 17:15:34 +0000 (13:15 -0400)
committerMichael Sterrett <mr_bones_@gentoo.org>
Wed, 27 Apr 2016 17:32:23 +0000 (13:32 -0400)
Package-Manager: portage-2.2.26

games-fps/warsow-community-map-pack/Manifest [new file with mode: 0644]
games-fps/warsow-community-map-pack/metadata.xml [new file with mode: 0644]
games-fps/warsow-community-map-pack/warsow-community-map-pack-01.ebuild [new file with mode: 0644]

diff --git a/games-fps/warsow-community-map-pack/Manifest b/games-fps/warsow-community-map-pack/Manifest
new file mode 100644 (file)
index 0000000..eee4370
--- /dev/null
@@ -0,0 +1 @@
+DIST warsow_comunity_map_pack_01.zip 130057143 SHA256 58b84b10d5fbaa22e29d59194b8c5ebbc633356fbc6545a715e44a73bdd3c7e7 SHA512 47ea38467f6b88f4a8ceb0e38e2c12b62df46cbb62d1aebf7b824e71d80de1d65b81874960834055995c50f95de5f75f91b33fbf6985ee3121d823c8a5ca8dd7 WHIRLPOOL 145d66911009f1520460354f2ce6990f83a7a913aceb9aecc835bb36d770df7aba70ff1caec6af38e13074e1f7944b98477bd6e27e821e70cba6ba06ee348b6f
diff --git a/games-fps/warsow-community-map-pack/metadata.xml b/games-fps/warsow-community-map-pack/metadata.xml
new file mode 100644 (file)
index 0000000..7e34428
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+  <email>games@gentoo.org</email>
+  <name>Gentoo Games Project</name>
+  </maintainer>
+</pkgmetadata>
diff --git a/games-fps/warsow-community-map-pack/warsow-community-map-pack-01.ebuild b/games-fps/warsow-community-map-pack/warsow-community-map-pack-01.ebuild
new file mode 100644 (file)
index 0000000..c5df288
--- /dev/null
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit games
+
+MY_P=${P//-/_}
+# They have a typo in their filename:
+MY_P=${MY_P/community/comunity}
+
+DESCRIPTION="Community Map Pack for the Warsow multiplayer FPS"
+HOMEPAGE="http://www.warsow.net/"
+SRC_URI="http://update.warsow.net/mirror/${MY_P}.zip"
+
+LICENSE="freedist"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+S=${WORKDIR}
+
+src_install() {
+       insinto "${GAMES_DATADIR}"/warsow
+       doins -r "${WORKDIR}"/{basewsw,previews}
+       dodoc "${WORKDIR}"/Readme.rtf
+       prepgamesdirs
+}