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: ChangeLog minetest-0.4.8.ebuild
Date: Fri, 29 Nov 2013 20:41:52
Message-Id: 20131129204148.BE30E2004B@flycatcher.gentoo.org
1 hasufell 13/11/29 20:41:48
2
3 Modified: ChangeLog minetest-0.4.8.ebuild
4 Log:
5 fix bug #492804 and bug #492878
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.6 games-action/minetest/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/minetest/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/minetest/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/minetest/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/minetest/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 24 Nov 2013 23:42:51 -0000 1.5
23 +++ ChangeLog 29 Nov 2013 20:41:48 -0000 1.6
24 @@ -1,6 +1,10 @@
25 # ChangeLog for games-action/minetest
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-action/minetest/ChangeLog,v 1.5 2013/11/24 23:42:51 hasufell Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/minetest/ChangeLog,v 1.6 2013/11/29 20:41:48 hasufell Exp $
29 +
30 + 29 Nov 2013; Julian Ospald <hasufell@g.o> minetest-0.4.8.ebuild,
31 + +files/minetest-0.4.8-opengles.patch:
32 + fix bug #492804 and bug #492878
33
34 *minetest-0.4.8 (24 Nov 2013)
35
36
37
38
39 1.2 games-action/minetest/minetest-0.4.8.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/minetest/minetest-0.4.8.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/minetest/minetest-0.4.8.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/minetest/minetest-0.4.8.ebuild?r1=1.1&r2=1.2
44
45 Index: minetest-0.4.8.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-action/minetest/minetest-0.4.8.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- minetest-0.4.8.ebuild 24 Nov 2013 23:42:51 -0000 1.1
52 +++ minetest-0.4.8.ebuild 29 Nov 2013 20:41:48 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/games-action/minetest/minetest-0.4.8.ebuild,v 1.1 2013/11/24 23:42:51 hasufell Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/games-action/minetest/minetest-0.4.8.ebuild,v 1.2 2013/11/29 20:41:48 hasufell Exp $
58
59 EAPI=5
60 inherit eutils cmake-utils gnome2-utils vcs-snapshot user games
61 @@ -34,7 +34,7 @@
62 )
63 leveldb? ( dev-libs/leveldb )
64 luajit? ( dev-lang/luajit:2 )
65 - !luajit? ( >=dev-lang/lua-5.1.4 )
66 + !luajit? ( >=dev-lang/lua-5.1.4[deprecated] )
67 nls? ( virtual/libintl )"
68 DEPEND="${RDEPEND}
69 nls? ( sys-devel/gettext )"
70 @@ -55,7 +55,8 @@
71 epatch \
72 "${FILESDIR}"/${P}-lua-luajit-option.patch \
73 "${FILESDIR}"/${P}-shared-irrlicht.patch \
74 - "${FILESDIR}"/${P}-as-needed.patch
75 + "${FILESDIR}"/${P}-as-needed.patch \
76 + "${FILESDIR}"/${P}-opengles.patch
77
78 # correct gettext behavior
79 if [[ -n "${LINGUAS+x}" ]] ; then
80 @@ -79,6 +80,7 @@
81
82 src_configure() {
83 local mycmakeargs=(
84 + -DENABLE_GLES2=0
85 -DRUN_IN_PLACE=0
86 -DCUSTOM_SHAREDIR="${GAMES_DATADIR}/${PN}"
87 -DCUSTOM_BINDIR="${GAMES_BINDIR}"