Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/briquolo: briquolo-0.5.6.ebuild ChangeLog
Date: Wed, 30 Apr 2008 19:07:29
Message-Id: E1JrHeH-000543-Tz@stork.gentoo.org
1 nyhm 08/04/30 19:07:25
2
3 Modified: briquolo-0.5.6.ebuild ChangeLog
4 Log:
5 Patch to fix building with gcc-4.3 from Martin Väth, bug #218937
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.3 games-arcade/briquolo/briquolo-0.5.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/briquolo/briquolo-0.5.6.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/briquolo/briquolo-0.5.6.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/briquolo/briquolo-0.5.6.ebuild?r1=1.2&r2=1.3
14
15 Index: briquolo-0.5.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-arcade/briquolo/briquolo-0.5.6.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- briquolo-0.5.6.ebuild 29 Feb 2008 18:49:15 -0000 1.2
22 +++ briquolo-0.5.6.ebuild 30 Apr 2008 19:07:25 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/briquolo/briquolo-0.5.6.ebuild,v 1.2 2008/02/29 18:49:15 carlo Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/briquolo/briquolo-0.5.6.ebuild,v 1.3 2008/04/30 19:07:25 nyhm Exp $
28
29 inherit eutils games
30
31 @@ -25,15 +25,21 @@
32 src_unpack() {
33 unpack ${A}
34 cd "${S}"
35 + epatch "${FILESDIR}"/${P}-gcc43.patch
36 # no thanks we'll take care of it.
37 sed -i \
38 -e '/^SUBDIRS/s/desktop//' \
39 Makefile.in \
40 || die "sed Makefile.in failed"
41 sed -i \
42 - -e "/CXXFLAGS/s/-O3/${CXXFLAGS}/" \
43 + -e "/CXXFLAGS/s:-O3:${CXXFLAGS}:" \
44 + -e 's:=.*share/locale:=/usr/share/locale:' \
45 configure \
46 || die "sed configure failed"
47 + sed -i \
48 + -e 's:$(datadir)/locale:/usr/share/locale:' \
49 + po/Makefile.in.in \
50 + || die "sed Makefile.in.in failed"
51 }
52
53 src_compile() {
54 @@ -44,9 +50,9 @@
55 }
56
57 src_install() {
58 - make DESTDIR="${D}" install || die "make install failed"
59 + emake DESTDIR="${D}" install || die "emake install failed"
60 dodoc AUTHORS ChangeLog README
61 doicon desktop/briquolo.svg
62 - make_desktop_entry briquolo Briquolo briquolo
63 + make_desktop_entry briquolo Briquolo
64 prepgamesdirs
65 }
66
67
68
69 1.15 games-arcade/briquolo/ChangeLog
70
71 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/briquolo/ChangeLog?rev=1.15&view=markup
72 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/briquolo/ChangeLog?rev=1.15&content-type=text/plain
73 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/briquolo/ChangeLog?r1=1.14&r2=1.15
74
75 Index: ChangeLog
76 ===================================================================
77 RCS file: /var/cvsroot/gentoo-x86/games-arcade/briquolo/ChangeLog,v
78 retrieving revision 1.14
79 retrieving revision 1.15
80 diff -u -r1.14 -r1.15
81 --- ChangeLog 29 Feb 2008 18:49:15 -0000 1.14
82 +++ ChangeLog 30 Apr 2008 19:07:25 -0000 1.15
83 @@ -1,6 +1,10 @@
84 # ChangeLog for games-arcade/briquolo
85 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
86 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/briquolo/ChangeLog,v 1.14 2008/02/29 18:49:15 carlo Exp $
87 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/briquolo/ChangeLog,v 1.15 2008/04/30 19:07:25 nyhm Exp $
88 +
89 + 30 Apr 2008; Tristan Heaven <nyhm@g.o>
90 + +files/briquolo-0.5.6-gcc43.patch, briquolo-0.5.6.ebuild:
91 + Patch to fix building with gcc-4.3 from Martin Väth, bug #218937
92
93 29 Feb 2008; Carsten Lohrke <carlo@g.o> briquolo-0.5.6.ebuild:
94 Remove icon extension from desktop entry to match Icon Theme Specification.
95
96
97
98 --
99 gentoo-commits@l.g.o mailing list