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: minetest_game-0.4.8.ebuild ChangeLog
Date: Sun, 24 Nov 2013 23:44:04
Message-Id: 20131124234401.3CFB82004B@flycatcher.gentoo.org
1 hasufell 13/11/24 23:44:01
2
3 Modified: ChangeLog
4 Added: minetest_game-0.4.8.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
9
10 Revision Changes Path
11 1.5 games-action/minetest_game/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/minetest_game/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/minetest_game/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/minetest_game/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-action/minetest_game/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 27 Oct 2013 10:36:10 -0000 1.4
24 +++ ChangeLog 24 Nov 2013 23:44:01 -0000 1.5
25 @@ -1,6 +1,11 @@
26 # ChangeLog for games-action/minetest_game
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-action/minetest_game/ChangeLog,v 1.4 2013/10/27 10:36:10 hasufell Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-action/minetest_game/ChangeLog,v 1.5 2013/11/24 23:44:01 hasufell Exp $
30 +
31 +*minetest_game-0.4.8 (24 Nov 2013)
32 +
33 + 24 Nov 2013; Julian Ospald <hasufell@g.o> +minetest_game-0.4.8.ebuild:
34 + version bump
35
36 27 Oct 2013; Julian Ospald <hasufell@g.o> minetest_game-0.4.7.ebuild:
37 stable for x86 wrt #486228
38
39
40
41 1.1 games-action/minetest_game/minetest_game-0.4.8.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/minetest_game/minetest_game-0.4.8.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/minetest_game/minetest_game-0.4.8.ebuild?rev=1.1&content-type=text/plain
45
46 Index: minetest_game-0.4.8.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $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 $
51
52 EAPI=5
53 inherit vcs-snapshot games
54
55 DESCRIPTION="The main game for the Minetest game engine"
56 HOMEPAGE="http://github.com/minetest/minetest_game"
57 SRC_URI="http://github.com/minetest/minetest_game/tarball/${PV} -> ${P}.tar.gz"
58
59 LICENSE="GPL-2 CC-BY-SA-3.0"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 RDEPEND="~games-action/minetest-${PV}[-dedicated]
65 >=games-action/minetest_common-0.4.6"
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
75
76 dodoc README.txt
77
78 prepgamesdirs
79 }