diff options
author | William Breathitt Gray <vilhelm.gray@gmail.com> | 2018-06-07 17:08:29 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-09 14:24:49 -0400 |
commit | 316dae6053099f6a4328f8f7f2b994776f7f1c99 (patch) | |
tree | 676a25db8fe3dccbf25e7139011ed316a16d17a4 /games-action | |
parent | www-servers/tornado: 4.5.3 and 5.0.2 bups (diff) | |
download | gentoo-316dae6053099f6a4328f8f7f2b994776f7f1c99.tar.gz gentoo-316dae6053099f6a4328f8f7f2b994776f7f1c99.tar.bz2 gentoo-316dae6053099f6a4328f8f7f2b994776f7f1c99.zip |
games-action/minetest_game: version bump to 0.4.17
Closes: https://bugs.gentoo.org/657534
Closes: https://github.com/gentoo/gentoo/pull/8750
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/minetest_game/Manifest | 1 | ||||
-rw-r--r-- | games-action/minetest_game/minetest_game-0.4.17.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/games-action/minetest_game/Manifest b/games-action/minetest_game/Manifest index da0ebfa8dc86..3074cfe4959e 100644 --- a/games-action/minetest_game/Manifest +++ b/games-action/minetest_game/Manifest @@ -1 +1,2 @@ DIST minetest_game-0.4.16.tar.gz 1356062 BLAKE2B 5a5481a56484b486848c762f53000fad3359076938767726d1c629ae3ce5c273306adda38672333137df314f83eb67c58633a58a82ba9c556c8d0f8df03b0f8a SHA512 5823be50b385327948be1d609ffd66c9c24c6eb466eba4366c67dc3287c26066c74d25f17c4a6cb27fba34a82c093b8da44b3cb3fc62c45ad9d996bde15112d1 +DIST minetest_game-0.4.17.tar.gz 1356784 BLAKE2B 4cbae279edc24c7ebe8460fd3d805d3ab0f6deaf5ab303818b025b454fee8e67097a980e22f1eff39306b1ef545eae3becbbc6cfcbcad34af96b01d46e865df0 SHA512 3ed6c8419a11fe38e311b319c2af8b1f2793e40cf4bcd96b3d61748ec56a930278bace992b4142a394279c0c0308d5783a0121a9224126da9df7bdb7536b9294 diff --git a/games-action/minetest_game/minetest_game-0.4.17.ebuild b/games-action/minetest_game/minetest_game-0.4.17.ebuild new file mode 100644 index 000000000000..cba98c5a4067 --- /dev/null +++ b/games-action/minetest_game/minetest_game-0.4.17.ebuild @@ -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}/archive/${PV}.tar.gz -> ${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 +} |