diff options
author | Julian Ospald <hasufell@gentoo.org> | 2014-07-07 13:36:09 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2014-07-07 13:36:09 +0000 |
commit | 14ae8f6577165a45c39d472eca551705a6573dc7 (patch) | |
tree | 3cb0288986c5137568fe9a4b5e063da230a02062 /games-action/minetest_game | |
parent | version bump (diff) | |
download | gentoo-2-14ae8f6577165a45c39d472eca551705a6573dc7.tar.gz gentoo-2-14ae8f6577165a45c39d472eca551705a6573dc7.tar.bz2 gentoo-2-14ae8f6577165a45c39d472eca551705a6573dc7.zip |
version bump
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Diffstat (limited to 'games-action/minetest_game')
-rw-r--r-- | games-action/minetest_game/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/minetest_game/minetest_game-0.4.10.ebuild | 31 |
2 files changed, 38 insertions, 1 deletions
diff --git a/games-action/minetest_game/ChangeLog b/games-action/minetest_game/ChangeLog index fcc75a58b559..9c37fbe1ea27 100644 --- a/games-action/minetest_game/ChangeLog +++ b/games-action/minetest_game/ChangeLog @@ -1,6 +1,12 @@ # 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.11 2014/04/05 11:11:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/minetest_game/ChangeLog,v 1.12 2014/07/07 13:36:09 hasufell Exp $ + +*minetest_game-0.4.10 (07 Jul 2014) + + 07 Jul 2014; Julian Ospald <hasufell@gentoo.org> + +minetest_game-0.4.10.ebuild: + version bump 05 Apr 2014; Agostino Sarubbo <ago@gentoo.org> minetest_game-0.4.9.ebuild: Stable for x86, wrt bug #504358 diff --git a/games-action/minetest_game/minetest_game-0.4.10.ebuild b/games-action/minetest_game/minetest_game-0.4.10.ebuild new file mode 100644 index 000000000000..74b66ee7d90f --- /dev/null +++ b/games-action/minetest_game/minetest_game-0.4.10.ebuild @@ -0,0 +1,31 @@ +# 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.10.ebuild,v 1.1 2014/07/07 13:36: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 minetest.conf + + dodoc README.txt game_api.txt + + prepgamesdirs +} |