Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-games/clanlib: clanlib-0.8.0.ebuild ChangeLog clanlib-0.7.8-r2.ebuild
Date: Mon, 29 Oct 2007 22:07:54
Message-Id: E1Imclr-00009M-TL@stork.gentoo.org
1 mr_bones_ 07/10/29 22:07:43
2
3 Modified: clanlib-0.8.0.ebuild ChangeLog
4 clanlib-0.7.8-r2.ebuild
5 Log:
6 add patch to build with -DNDEBUG from Guenther Brunthaler (bug #154513)
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.4 dev-games/clanlib/clanlib-0.8.0.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/clanlib/clanlib-0.8.0.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/clanlib/clanlib-0.8.0.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/clanlib/clanlib-0.8.0.ebuild?r1=1.3&r2=1.4
15
16 Index: clanlib-0.8.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-0.8.0.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- clanlib-0.8.0.ebuild 10 Jul 2007 03:23:50 -0000 1.3
23 +++ clanlib-0.8.0.ebuild 29 Oct 2007 22:07:43 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-0.8.0.ebuild,v 1.3 2007/07/10 03:23:50 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-0.8.0.ebuild,v 1.4 2007/10/29 22:07:43 mr_bones_ Exp $
29
30 inherit flag-o-matic eutils
31
32 @@ -36,7 +36,9 @@
33 src_unpack() {
34 unpack ${A}
35 cd "${S}"
36 - epatch "${FILESDIR}"/${P}-gcc42.patch
37 + epatch \
38 + "${FILESDIR}"/${P}-gcc42.patch \
39 + "${FILESDIR}"/${P}-ndebug.patch
40 }
41
42 src_compile() {
43
44
45
46 1.40 dev-games/clanlib/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/clanlib/ChangeLog?rev=1.40&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/clanlib/ChangeLog?rev=1.40&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/clanlib/ChangeLog?r1=1.39&r2=1.40
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-games/clanlib/ChangeLog,v
55 retrieving revision 1.39
56 retrieving revision 1.40
57 diff -u -r1.39 -r1.40
58 --- ChangeLog 22 Jul 2007 09:50:49 -0000 1.39
59 +++ ChangeLog 29 Oct 2007 22:07:43 -0000 1.40
60 @@ -1,6 +1,11 @@
61 # ChangeLog for dev-games/clanlib
62 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/ChangeLog,v 1.39 2007/07/22 09:50:49 graaff Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/ChangeLog,v 1.40 2007/10/29 22:07:43 mr_bones_ Exp $
65 +
66 + 29 Oct 2007; Michael Sterrett <mr_bones_@g.o>
67 + +files/clanlib-0.7.8-ndebug.patch, +files/clanlib-0.8.0-ndebug.patch,
68 + clanlib-0.7.8-r2.ebuild, clanlib-0.8.0.ebuild:
69 + add patch to build with -DNDEBUG from Guenther Brunthaler (bug #154513)
70
71 22 Jul 2007; Hans de Graaff <graaff@g.o> clanlib-0.6.5-r4.ebuild,
72 clanlib-0.7.8-r2.ebuild:
73
74
75
76 1.4 dev-games/clanlib/clanlib-0.7.8-r2.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/clanlib/clanlib-0.7.8-r2.ebuild?rev=1.4&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/clanlib/clanlib-0.7.8-r2.ebuild?rev=1.4&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/clanlib/clanlib-0.7.8-r2.ebuild?r1=1.3&r2=1.4
81
82 Index: clanlib-0.7.8-r2.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-0.7.8-r2.ebuild,v
85 retrieving revision 1.3
86 retrieving revision 1.4
87 diff -u -r1.3 -r1.4
88 --- clanlib-0.7.8-r2.ebuild 22 Jul 2007 09:50:49 -0000 1.3
89 +++ clanlib-0.7.8-r2.ebuild 29 Oct 2007 22:07:43 -0000 1.4
90 @@ -1,6 +1,6 @@
91 # Copyright 1999-2007 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-0.7.8-r2.ebuild,v 1.3 2007/07/22 09:50:49 graaff Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-0.7.8-r2.ebuild,v 1.4 2007/10/29 22:07:43 mr_bones_ Exp $
95
96 inherit flag-o-matic eutils
97
98 @@ -40,7 +40,8 @@
99 epatch "${FILESDIR}"/${PV}-port.patch \
100 "${FILESDIR}"/${PV}-install-opengl-wrap.patch \
101 "${FILESDIR}"/${P}-gcc41.patch \
102 - "${FILESDIR}"/${P}-refreshfix.patch
103 + "${FILESDIR}"/${P}-refreshfix.patch \
104 + "${FILESDIR}"/${P}-ndebug.patch
105
106 if ! use doc ; then
107 sed -i \
108
109
110
111 --
112 gentoo-commits@g.o mailing list