games-action/minetest_game: Remove old

Package-Manager: Portage-2.3.16, Repoman-2.3.6
This commit is contained in:
David Seifert
2017-12-20 22:30:09 +01:00
parent 2b70445919
commit 32e9629659
2 changed files with 0 additions and 25 deletions

View File

@@ -1,2 +1 @@
DIST minetest_game-0.4.14.tar.gz 772754 BLAKE2B c6d519fa81915977968e2816930470ccf790ae5d2d82e0b9cf4070f2f345d6e30876855023235317315ba7b504c7dcc281381c9a9c4fa624ce926b1debd53e5b SHA512 c89e9e4bc55765d36ad84c0ab30ba4a75edff7bb57f1a2890c7fd2f8ca4f1bb9d12bb6e4d5a633913cacecf510683f3b062a0a166a2856f71cc9cda91e048eaf
DIST minetest_game-0.4.16.tar.gz 1356062 BLAKE2B 5a5481a56484b486848c762f53000fad3359076938767726d1c629ae3ce5c273306adda38672333137df314f83eb67c58633a58a82ba9c556c8d0f8df03b0f8a SHA512 5823be50b385327948be1d609ffd66c9c24c6eb466eba4366c67dc3287c26066c74d25f17c4a6cb27fba34a82c093b8da44b3cb3fc62c45ad9d996bde15112d1

View File

@@ -1,24 +0,0 @@
# Copyright 1999-2016 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
}