diff options
author | Julian Ospald <hasufell@gentoo.org> | 2014-09-09 14:22:56 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2014-09-09 14:22:56 +0000 |
commit | 9e7743ea6d5f9c0cedd576d10b2da469321a16b9 (patch) | |
tree | 1d551ef078a9841c74ea446a223dbb4d77b3d42c /games-action | |
parent | games-action/minetest_survival removal (diff) | |
download | gentoo-2-9e7743ea6d5f9c0cedd576d10b2da469321a16b9.tar.gz gentoo-2-9e7743ea6d5f9c0cedd576d10b2da469321a16b9.tar.bz2 gentoo-2-9e7743ea6d5f9c0cedd576d10b2da469321a16b9.zip |
rm old
(Portage version: 2.2.12-r1/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/minetest_game/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/minetest_game/minetest_game-0.4.7.ebuild | 31 | ||||
-rw-r--r-- | games-action/minetest_game/minetest_game-0.4.8.ebuild | 31 |
3 files changed, 5 insertions, 63 deletions
diff --git a/games-action/minetest_game/ChangeLog b/games-action/minetest_game/ChangeLog index 9c37fbe1ea27..ae5b9ba058f9 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/minetest_game/ChangeLog,v 1.12 2014/07/07 13:36:09 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/minetest_game/ChangeLog,v 1.13 2014/09/09 14:22:56 hasufell Exp $ + + 09 Sep 2014; Julian Ospald <hasufell@gentoo.org> -minetest_game-0.4.7.ebuild, + -minetest_game-0.4.8.ebuild: + rm old *minetest_game-0.4.10 (07 Jul 2014) diff --git a/games-action/minetest_game/minetest_game-0.4.7.ebuild b/games-action/minetest_game/minetest_game-0.4.7.ebuild deleted file mode 100644 index 7c3238c09cd9..000000000000 --- a/games-action/minetest_game/minetest_game-0.4.7.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2013 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.7.ebuild,v 1.5 2013/12/11 20:42:07 hasufell 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 -} diff --git a/games-action/minetest_game/minetest_game-0.4.8.ebuild b/games-action/minetest_game/minetest_game-0.4.8.ebuild deleted file mode 100644 index 7c5651bc38e6..000000000000 --- a/games-action/minetest_game/minetest_game-0.4.8.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2013 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.8.ebuild,v 1.2 2013/11/29 20:43:09 hasufell 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 -} |