games-action/minetest_game: version bump to 0.4.16

Closes: https://github.com/gentoo/gentoo/pull/3874
This commit is contained in:
Anth0rx
2017-08-17 21:41:56 +02:00
committed by Michał Górny
parent fa9d18d37b
commit 11c1ff4a93
2 changed files with 25 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST minetest_game-0.4.14.tar.gz 772754 SHA256 0547524c75f8649002e2280ba2e623c1af4a1abf2f5ea3c5128feaecc3e88962 SHA512 c89e9e4bc55765d36ad84c0ab30ba4a75edff7bb57f1a2890c7fd2f8ca4f1bb9d12bb6e4d5a633913cacecf510683f3b062a0a166a2856f71cc9cda91e048eaf WHIRLPOOL 6b2fd4d14a8939e963bd0d8dde54c6f9d8de9d9ca00d98e93cf1de48950a820ad95f97574119ab1269210b8709f2fcc2cf6602f4cd2c740867af9246481b9090
DIST minetest_game-0.4.16.tar.gz 1356062 SHA256 f5c63bcaaa78da98aee9ea0aeb02bcc8504bf2881b775ff58dbd7e8143cd9870 SHA512 5823be50b385327948be1d609ffd66c9c24c6eb466eba4366c67dc3287c26066c74d25f17c4a6cb27fba34a82c093b8da44b3cb3fc62c45ad9d996bde15112d1 WHIRLPOOL ab52402a4a91067cd6ed8e025fa2c0631f7b92e3757b6679aa8b177926412dfea6b6e9f27f3eedac6afe512057c98415e1f832687206d41db80cf6d5deac329e

View File

@@ -0,0 +1,24 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit vcs-snapshot
DESCRIPTION="The main game for the Minetest game engine"
HOMEPAGE="https://github.com/minetest/minetest_game"
SRC_URI="https://github.com/minetest/${PN}/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
}