Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-action/minetest_game: ChangeLog minetest_game-0.4.10.ebuild
Date: Mon, 07 Jul 2014 13:36:12
Message-Id: 20140707133609.D26922004F@flycatcher.gentoo.org
1 hasufell 14/07/07 13:36:09
2
3 Modified: ChangeLog
4 Added: minetest_game-0.4.10.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
9
10 Revision Changes Path
11 1.12 games-action/minetest_game/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/minetest_game/ChangeLog?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/minetest_game/ChangeLog?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/minetest_game/ChangeLog?r1=1.11&r2=1.12
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-action/minetest_game/ChangeLog,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- ChangeLog 5 Apr 2014 11:11:08 -0000 1.11
24 +++ ChangeLog 7 Jul 2014 13:36:09 -0000 1.12
25 @@ -1,6 +1,12 @@
26 # ChangeLog for games-action/minetest_game
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-action/minetest_game/ChangeLog,v 1.11 2014/04/05 11:11:08 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-action/minetest_game/ChangeLog,v 1.12 2014/07/07 13:36:09 hasufell Exp $
30 +
31 +*minetest_game-0.4.10 (07 Jul 2014)
32 +
33 + 07 Jul 2014; Julian Ospald <hasufell@g.o>
34 + +minetest_game-0.4.10.ebuild:
35 + version bump
36
37 05 Apr 2014; Agostino Sarubbo <ago@g.o> minetest_game-0.4.9.ebuild:
38 Stable for x86, wrt bug #504358
39
40
41
42 1.1 games-action/minetest_game/minetest_game-0.4.10.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/minetest_game/minetest_game-0.4.10.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/minetest_game/minetest_game-0.4.10.ebuild?rev=1.1&content-type=text/plain
46
47 Index: minetest_game-0.4.10.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $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 $
52
53 EAPI=5
54 inherit vcs-snapshot games
55
56 DESCRIPTION="The main game for the Minetest game engine"
57 HOMEPAGE="http://github.com/minetest/minetest_game"
58 SRC_URI="http://github.com/minetest/minetest_game/tarball/${PV} -> ${P}.tar.gz"
59
60 LICENSE="GPL-2 CC-BY-SA-3.0"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 RDEPEND="~games-action/minetest-${PV}[-dedicated]"
66
67 src_unpack() {
68 vcs-snapshot_src_unpack
69 }
70
71 src_install() {
72 insinto "${GAMES_DATADIR}"/minetest/games/${PN}
73 doins -r mods menu
74 doins game.conf minetest.conf
75
76 dodoc README.txt game_api.txt
77
78 prepgamesdirs
79 }