diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-11-24 23:44:01 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-11-24 23:44:01 +0000 |
commit | c17e8765ffb66ed7243a42d4d3293ba044fc8264 (patch) | |
tree | dd02b8bfb9ca7843f81d4da5ad62a7c49d19c910 /games-action | |
parent | version bump (diff) | |
download | gentoo-2-c17e8765ffb66ed7243a42d4d3293ba044fc8264.tar.gz gentoo-2-c17e8765ffb66ed7243a42d4d3293ba044fc8264.tar.bz2 gentoo-2-c17e8765ffb66ed7243a42d4d3293ba044fc8264.zip |
version bump
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/minetest_game/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/minetest_game/minetest_game-0.4.8.ebuild | 32 |
2 files changed, 38 insertions, 1 deletions
diff --git a/games-action/minetest_game/ChangeLog b/games-action/minetest_game/ChangeLog index aa6ee76f1fe3..4b791b441f4c 100644 --- a/games-action/minetest_game/ChangeLog +++ b/games-action/minetest_game/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-action/minetest_game # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/minetest_game/ChangeLog,v 1.4 2013/10/27 10:36:10 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/minetest_game/ChangeLog,v 1.5 2013/11/24 23:44:01 hasufell Exp $ + +*minetest_game-0.4.8 (24 Nov 2013) + + 24 Nov 2013; Julian Ospald <hasufell@gentoo.org> +minetest_game-0.4.8.ebuild: + version bump 27 Oct 2013; Julian Ospald <hasufell@gentoo.org> minetest_game-0.4.7.ebuild: stable for x86 wrt #486228 diff --git a/games-action/minetest_game/minetest_game-0.4.8.ebuild b/games-action/minetest_game/minetest_game-0.4.8.ebuild new file mode 100644 index 000000000000..6e237bd24515 --- /dev/null +++ b/games-action/minetest_game/minetest_game-0.4.8.ebuild @@ -0,0 +1,32 @@ +# 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.1 2013/11/24 23:44:01 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] + >=games-action/minetest_common-0.4.6" + +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 +} |