public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-fps/warsow-community-map-pack/
@ 2016-04-27 17:32 Michael Sterrett
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett @ 2016-04-27 17:32 UTC (permalink / raw
  To: gentoo-commits

commit:     a4ee5631567cc49e680f7162eed17a1881526c9c
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 17:15:34 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 17:32:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4ee5631

games-fps/warsow-community-map-pack: Initial commit with ebuild and update by Dennis Schridde and Wojciech Myrda via bug #349755

Package-Manager: portage-2.2.26

 games-fps/warsow-community-map-pack/Manifest       |  1 +
 games-fps/warsow-community-map-pack/metadata.xml   |  8 ++++++
 .../warsow-community-map-pack-01.ebuild            | 31 ++++++++++++++++++++++
 3 files changed, 40 insertions(+)

diff --git a/games-fps/warsow-community-map-pack/Manifest b/games-fps/warsow-community-map-pack/Manifest
new file mode 100644
index 0000000..eee4370
--- /dev/null
+++ b/games-fps/warsow-community-map-pack/Manifest
@@ -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
index 0000000..7e34428
--- /dev/null
+++ b/games-fps/warsow-community-map-pack/metadata.xml
@@ -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
index 0000000..c5df288
--- /dev/null
+++ b/games-fps/warsow-community-map-pack/warsow-community-map-pack-01.ebuild
@@ -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
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-fps/warsow-community-map-pack/
@ 2016-06-06 14:31 Agostino Sarubbo
  0 siblings, 0 replies; 2+ messages in thread
From: Agostino Sarubbo @ 2016-06-06 14:31 UTC (permalink / raw
  To: gentoo-commits

commit:     f6d9ef7cd8655ab0389bb43785eec9bfaa0ea956
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  6 14:29:50 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jun  6 14:29:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6d9ef7c

games-fps/warsow-community-map-pack: amd64 stable wrt bug #584368

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 games-fps/warsow-community-map-pack/warsow-community-map-pack-01.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index c5df288..abf0ed1 100644
--- 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
@@ -15,7 +15,7 @@ SRC_URI="http://update.warsow.net/mirror/${MY_P}.zip"
 
 LICENSE="freedist"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND=""


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-06 14:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-06 14:31 [gentoo-commits] repo/gentoo:master commit in: games-fps/warsow-community-map-pack/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2016-04-27 17:32 Michael Sterrett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox