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.9.ebuild
Date: Fri, 03 Jan 2014 15:25:06
Message-Id: 20140103152503.C5BB12004C@flycatcher.gentoo.org
1 hasufell 14/01/03 15:25:03
2
3 Modified: ChangeLog
4 Added: minetest_game-0.4.9.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.9 games-action/minetest_game/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/minetest_game/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/minetest_game/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/minetest_game/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-action/minetest_game/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 11 Dec 2013 20:42:07 -0000 1.8
24 +++ ChangeLog 3 Jan 2014 15:25:03 -0000 1.9
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.8 2013/12/11 20:42:07 hasufell Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/games-action/minetest_game/ChangeLog,v 1.9 2014/01/03 15:25:03 hasufell Exp $
31 +
32 +*minetest_game-0.4.9 (03 Jan 2014)
33 +
34 + 03 Jan 2014; Julian Ospald <hasufell@g.o> +minetest_game-0.4.9.ebuild:
35 + version bump
36
37 11 Dec 2013; Julian Ospald <hasufell@g.o> minetest_game-0.4.7.ebuild:
38 fix deps wrt #492946
39
40
41
42 1.1 games-action/minetest_game/minetest_game-0.4.9.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/minetest_game/minetest_game-0.4.9.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/minetest_game/minetest_game-0.4.9.ebuild?rev=1.1&content-type=text/plain
46
47 Index: minetest_game-0.4.9.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.9.ebuild,v 1.1 2014/01/03 15:25:03 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
75
76 dodoc README.txt
77
78 prepgamesdirs
79 }