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-engines/gargoyle: gargoyle-2011.1.ebuild ChangeLog
Date: Tue, 21 Aug 2012 19:19:09
Message-Id: 20120821191849.66FFB2026E@flycatcher.gentoo.org
1 hasufell 12/08/21 19:18:49
2
3 Modified: gargoyle-2011.1.ebuild ChangeLog
4 Log:
5 make build output verbose, fix build wrt #432178, fix desktop file wrt #432222
6
7 (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 games-engines/gargoyle/gargoyle-2011.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild?r1=1.3&r2=1.4
15
16 Index: gargoyle-2011.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- gargoyle-2011.1.ebuild 15 Jun 2012 15:40:37 -0000 1.3
23 +++ gargoyle-2011.1.ebuild 21 Aug 2012 19:18:49 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild,v 1.3 2012/06/15 15:40:37 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild,v 1.4 2012/08/21 19:18:49 hasufell Exp $
29
30 # Regarding licenses: libgarglk is licensed under the GPLv2. Bundled
31 # interpreters are licensed under GPLv2, BSD or MIT license, except:
32 @@ -10,7 +10,7 @@
33 # don't apply. (Fonts are installed through dependencies instead.)
34
35 EAPI=3
36 -inherit eutils multiprocessing games
37 +inherit eutils multiprocessing toolchain-funcs games
38
39 DESCRIPTION="An Interactive Fiction (IF) player supporting all major formats"
40 HOMEPAGE="http://ccxvii.net/gargoyle/"
41 @@ -33,7 +33,8 @@
42
43 DEPEND="${RDEPEND}
44 app-arch/unzip
45 - dev-util/ftjam"
46 + dev-util/ftjam
47 + virtual/pkgconfig"
48
49 src_prepare() {
50 # Substitute custom CFLAGS/LDFLAGS.
51 @@ -52,13 +53,17 @@
52
53 # The font name of Linux Libertine changed in version 5.
54 sed -i -e 's/Linux Libertine O/Linux Libertine/g' garglk/garglk.ini
55 +
56 + epatch "${FILESDIR}"/${P}-desktopfile.patch
57 }
58
59 src_compile() {
60 jam \
61 + -sAR="$(tc-getAR) cru" \
62 -sGARGLKINI="${GAMES_SYSCONFDIR}/garglk.ini" \
63 -sUSESDL=yes \
64 -sBUNDLEFONTS=no \
65 + -dx \
66 -j$(makeopts_jobs) || die
67 }
68
69
70
71
72 1.19 games-engines/gargoyle/ChangeLog
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/gargoyle/ChangeLog?rev=1.19&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/gargoyle/ChangeLog?rev=1.19&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/gargoyle/ChangeLog?r1=1.18&r2=1.19
77
78 Index: ChangeLog
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v
81 retrieving revision 1.18
82 retrieving revision 1.19
83 diff -u -r1.18 -r1.19
84 --- ChangeLog 15 Jun 2012 15:40:37 -0000 1.18
85 +++ ChangeLog 21 Aug 2012 19:18:49 -0000 1.19
86 @@ -1,6 +1,11 @@
87 # ChangeLog for games-engines/gargoyle
88 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
89 -# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v 1.18 2012/06/15 15:40:37 mr_bones_ Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v 1.19 2012/08/21 19:18:49 hasufell Exp $
91 +
92 + 21 Aug 2012; Julian Ospald <hasufell@g.o> gargoyle-2011.1.ebuild,
93 + +files/gargoyle-2011.1-desktopfile.patch:
94 + make build output verbose, fix build wrt #432178, fix desktop file wrt
95 + #432222
96
97 15 Jun 2012; Michael Sterrett <mr_bones_@g.o> gargoyle-2011.1.ebuild:
98 games goes last on inherit line