games-action/minetest_game: Version bump to 0.4.13 github/pr/28
authorMartin-Kevin Neumann <maddin081591@gmail.com>
Sat, 22 Aug 2015 11:02:40 +0000 (13:02 +0200)
committerMartin-Kevin Neumann <maddin081591@gmail.com>
Wed, 9 Sep 2015 16:17:59 +0000 (18:17 +0200)
games-action/minetest_game/Manifest
games-action/minetest_game/metadata.xml
games-action/minetest_game/minetest_game-0.4.13.ebuild [new file with mode: 0644]

index b3c4045cc260c7775f5b4e884bd4ba10182089b0..9c1990da44b73da8fb398a12e482b4089dc596be 100644 (file)
@@ -1 +1,2 @@
 DIST minetest_game-0.4.10.tar.gz 901448 SHA256 7624a1e64124c4438256719ccecfc44fe5139733a076394aedad1f785e50019f SHA512 eaff1fbee4e46811649293534ed2e496f40451bd1cc6527feb66da6d916ad31233b561ddae9bf631b41730ae04a17fe67c3f74ca95e527ca8eb6f45fe5dc0c86 WHIRLPOOL c9cc5b321eb6bbf7f60894f28f84d5ace5b17db34b696f0afe978bd19ee4e9b5b7202775d00b597661ec038fcc6160c0f27aa03ff1a38c559e6d3f9968c82aa7
+DIST minetest_game-0.4.13.tar.gz 1371339 SHA256 13a8b474b439da326f627290b06065f7f5adff12d8462f29114ba818653ec604 SHA512 41f48e0abda47fb45750ff21128fb8249b5f2da9bd63dfa52ce438fe482725190a1161faf76c43664e38916f61615be4b9b8914efd88cd02d6ba498b2f69dd62 WHIRLPOOL 02836d6d9a2fe9b66f49983ac2caf88825808b340033cdecfcf84b2ebaee76e772604fd9537403059208fb7bf0ced6f3533356b87e0868a73a64f6d5436cacd8
index 8c9af45126bfe2d46a7d05f80fbc8108632c9b13..6659e0aafe4b2b9a81c82be47edac35211144303 100644 (file)
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-       <herd>games</herd>
        <herd>proxy-maintainers</herd>
        <maintainer>
                <email>maddin081591@gmail.com</email>
diff --git a/games-action/minetest_game/minetest_game-0.4.13.ebuild b/games-action/minetest_game/minetest_game-0.4.13.ebuild
new file mode 100644 (file)
index 0000000..b8f5fe0
--- /dev/null
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit vcs-snapshot
+
+DESCRIPTION="The main game for the Minetest game engine"
+HOMEPAGE="http://github.com/minetest/minetest_game"
+SRC_URI="http://github.com/minetest/minetest_game/tarball/${PV} -> ${P}.tar.gz"
+
+LICENSE="GPL-2 CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=games-action/minetest-${PV}"
+
+src_install() {
+       insinto /usr/share/minetest/games/${PN}
+       doins -r mods menu
+       doins game.conf minetest.conf
+
+       dodoc README.txt game_api.txt
+}