]> Pileus Git - ~andy/sunrise/commitdiff
games-strategy/opendungeons-data: New Ebuild for bug 411457 thanks to mgorny
authorhasufell <julian.ospald@googlemail.com>
Tue, 10 Apr 2012 21:33:19 +0000 (23:33 +0200)
committerhasufell <julian.ospald@googlemail.com>
Tue, 10 Apr 2012 21:33:19 +0000 (23:33 +0200)
games-strategy/opendungeons-data/ChangeLog [new file with mode: 0644]
games-strategy/opendungeons-data/Manifest [new file with mode: 0644]
games-strategy/opendungeons-data/metadata.xml [new file with mode: 0644]
games-strategy/opendungeons-data/opendungeons-data-9999.ebuild [new file with mode: 0644]

diff --git a/games-strategy/opendungeons-data/ChangeLog b/games-strategy/opendungeons-data/ChangeLog
new file mode 100644 (file)
index 0000000..41ae40a
--- /dev/null
@@ -0,0 +1,10 @@
+# ChangeLog for games-strategy/opendungeons-data
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*opendungeons-data-9999 (10 Apr 2012)
+
+  10 Apr 2012; hasufell <julian.ospald@googlemail.com>
+  +opendungeons-data-9999.ebuild, +metadata.xml:
+  New Ebuild for bug 411457 thanks to mgorny
+
diff --git a/games-strategy/opendungeons-data/Manifest b/games-strategy/opendungeons-data/Manifest
new file mode 100644 (file)
index 0000000..12a7690
--- /dev/null
@@ -0,0 +1,3 @@
+EBUILD opendungeons-data-9999.ebuild 553 RMD160 57677499fff4e025971b5dd8b28b1e373cc4891f SHA1 84859b0093d1dc3368b47f617119f1102c093bfe SHA256 4abb9deac5b7b2d296120555e5c97cad522c0b045ed7a5884ea1660ada0a43c6
+MISC ChangeLog 322 RMD160 0024dc69153dbb11a9c07bd34e258b3174da83b3 SHA1 80c999aa1e603a22cc67051a42dd3cae54ab1f43 SHA256 71dcf22247cb9dd213fd79fc8c764f8e295931430645a729d25713cf2fbc32c7
+MISC metadata.xml 214 RMD160 efd8175069efb91061298ff4584218b633e44678 SHA1 d372fdbfcb7fd07a4082961d3f3527be4fca1d60 SHA256 c1f09dc7d5313cd2da7b82259c7846ed23144d62b15e59680ada90e2b6b4d154
diff --git a/games-strategy/opendungeons-data/metadata.xml b/games-strategy/opendungeons-data/metadata.xml
new file mode 100644 (file)
index 0000000..cc3fe24
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer>
+               <email>maintainer-wanted@gentoo.org</email>
+       </maintainer>
+</pkgmetadata>
diff --git a/games-strategy/opendungeons-data/opendungeons-data-9999.ebuild b/games-strategy/opendungeons-data/opendungeons-data-9999.ebuild
new file mode 100644 (file)
index 0000000..c395800
--- /dev/null
@@ -0,0 +1,29 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+inherit subversion games
+
+MY_PN=${PN%-data}
+
+DESCRIPTION="Data files for opendungeons"
+HOMEPAGE="http://opendungeons.sourceforge.net"
+ESVN_REPO_URI="https://${MY_PN}.svn.sourceforge.net/svnroot/${MY_PN}/media"
+
+LICENSE="GPL-3 CCPL-Attribution-ShareAlike-3.0"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+src_unpack() {
+       subversion_src_unpack
+}
+
+src_install() {
+       insinto "${GAMES_DATADIR}"/OpenDungeons
+       doins -r * || die
+
+       prepgamesdirs
+}