summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-04-20 20:14:24 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-04-20 20:14:24 +0000
commit1ae54e18cb1c3c4a2db743906799d3fa2879927a (patch)
tree4498c3bc0333ca1a021471cf4bbb149d2b8cc849 /games-action
parentDrop old (diff)
downloadgentoo-2-1ae54e18cb1c3c4a2db743906799d3fa2879927a.tar.gz
gentoo-2-1ae54e18cb1c3c4a2db743906799d3fa2879927a.tar.bz2
gentoo-2-1ae54e18cb1c3c4a2db743906799d3fa2879927a.zip
old
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/minetest_game/ChangeLog6
-rw-r--r--games-action/minetest_game/minetest_game-0.4.9.ebuild31
2 files changed, 5 insertions, 32 deletions
diff --git a/games-action/minetest_game/ChangeLog b/games-action/minetest_game/ChangeLog
index 53c40d9315cd..3bbeb2ad130e 100644
--- a/games-action/minetest_game/ChangeLog
+++ b/games-action/minetest_game/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-action/minetest_game
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/minetest_game/ChangeLog,v 1.16 2015/04/19 06:59:01 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/minetest_game/ChangeLog,v 1.17 2015/04/20 20:14:24 mr_bones_ Exp $
+
+ 20 Apr 2015; Michael Sterrett <mr_bones_@gentoo.org>
+ -minetest_game-0.4.9.ebuild:
+ old
19 Apr 2015; Pacho Ramos <pacho@gentoo.org> minetest_game-0.4.10.ebuild:
x86 stable wrt bug #522906
diff --git a/games-action/minetest_game/minetest_game-0.4.9.ebuild b/games-action/minetest_game/minetest_game-0.4.9.ebuild
deleted file mode 100644
index bac1b394ed6e..000000000000
--- a/games-action/minetest_game/minetest_game-0.4.9.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/minetest_game/minetest_game-0.4.9.ebuild,v 1.3 2014/04/05 11:11:08 ago Exp $
-
-EAPI=5
-inherit vcs-snapshot games
-
-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}[-dedicated]"
-
-src_unpack() {
- vcs-snapshot_src_unpack
-}
-
-src_install() {
- insinto "${GAMES_DATADIR}"/minetest/games/${PN}
- doins -r mods menu
- doins game.conf
-
- dodoc README.txt
-
- prepgamesdirs
-}