Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/glib: ChangeLog glib-2.28.5.ebuild glib-2.28.6.ebuild
Date: Tue, 26 Apr 2011 21:12:45
Message-Id: 20110426211233.9A88C20054@flycatcher.gentoo.org
1 eva 11/04/26 21:12:33
2
3 Modified: ChangeLog glib-2.28.5.ebuild glib-2.28.6.ebuild
4 Log:
5 Drop disable-visibility, bug #364989.
6
7 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.457 dev-libs/glib/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/ChangeLog?rev=1.457&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/ChangeLog?rev=1.457&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/ChangeLog?r1=1.456&r2=1.457
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v
19 retrieving revision 1.456
20 retrieving revision 1.457
21 diff -u -r1.456 -r1.457
22 --- ChangeLog 14 Apr 2011 07:50:19 -0000 1.456
23 +++ ChangeLog 26 Apr 2011 21:12:33 -0000 1.457
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-libs/glib
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.456 2011/04/14 07:50:19 nirbheek Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.457 2011/04/26 21:12:33 eva Exp $
29 +
30 + 26 Apr 2011; Gilles Dartiguelongue <eva@g.o> glib-2.28.5.ebuild,
31 + glib-2.28.6.ebuild:
32 + Drop disable-visibility, bug #364989.
33
34 *glib-2.28.6 (14 Apr 2011)
35
36
37
38
39 1.2 dev-libs/glib/glib-2.28.5.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/glib-2.28.5.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/glib-2.28.5.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/glib-2.28.5.ebuild?r1=1.1&r2=1.2
44
45 Index: glib-2.28.5.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.28.5.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- glib-2.28.5.ebuild 1 Apr 2011 19:33:37 -0000 1.1
52 +++ glib-2.28.5.ebuild 26 Apr 2011 21:12:33 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.28.5.ebuild,v 1.1 2011/04/01 19:33:37 nirbheek Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.28.5.ebuild,v 1.2 2011/04/26 21:12:33 eva Exp $
58
59 EAPI="3"
60 PYTHON_DEPEND="2"
61 @@ -91,8 +91,7 @@
62 # an unusable form as it disables some commonly used API. Please do not
63 # convert this to the use_enable form, as it results in a broken build.
64 # -- compnerd (3/27/06)
65 - # disable-visibility needed for reference debug, bug #274647
66 - use debug && myconf="--enable-debug --disable-visibility"
67 + use debug && myconf="--enable-debug"
68
69 # Always use internal libpcre, bug #254659
70 econf ${myconf} \
71
72
73
74 1.2 dev-libs/glib/glib-2.28.6.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/glib-2.28.6.ebuild?rev=1.2&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/glib-2.28.6.ebuild?rev=1.2&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/glib-2.28.6.ebuild?r1=1.1&r2=1.2
79
80 Index: glib-2.28.6.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.28.6.ebuild,v
83 retrieving revision 1.1
84 retrieving revision 1.2
85 diff -u -r1.1 -r1.2
86 --- glib-2.28.6.ebuild 14 Apr 2011 07:50:19 -0000 1.1
87 +++ glib-2.28.6.ebuild 26 Apr 2011 21:12:33 -0000 1.2
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2011 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.28.6.ebuild,v 1.1 2011/04/14 07:50:19 nirbheek Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.28.6.ebuild,v 1.2 2011/04/26 21:12:33 eva Exp $
93
94 EAPI="3"
95 PYTHON_DEPEND="2"
96 @@ -91,8 +91,7 @@
97 # an unusable form as it disables some commonly used API. Please do not
98 # convert this to the use_enable form, as it results in a broken build.
99 # -- compnerd (3/27/06)
100 - # disable-visibility needed for reference debug, bug #274647
101 - use debug && myconf="--enable-debug --disable-visibility"
102 + use debug && myconf="--enable-debug"
103
104 # Always use internal libpcre, bug #254659
105 econf ${myconf} \