Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/glib: ChangeLog glib-2.26.1-r1.ebuild
Date: Thu, 03 Feb 2011 10:17:20
Message-Id: 20110203101709.52CD220054@flycatcher.gentoo.org
1 pacho 11/02/03 10:17:09
2
3 Modified: ChangeLog glib-2.26.1-r1.ebuild
4 Log:
5 Disable dtrace and systemtap supports until bug #351931 is solved instead of letting them be automagic.
6
7 (Portage version: 2.1.9.35/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.441 dev-libs/glib/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/ChangeLog?rev=1.441&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/ChangeLog?rev=1.441&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/ChangeLog?r1=1.440&r2=1.441
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v
19 retrieving revision 1.440
20 retrieving revision 1.441
21 diff -u -r1.440 -r1.441
22 --- ChangeLog 30 Jan 2011 18:00:12 -0000 1.440
23 +++ ChangeLog 3 Feb 2011 10:17:09 -0000 1.441
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.440 2011/01/30 18:00:12 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.441 2011/02/03 10:17:09 pacho Exp $
29 +
30 + 03 Feb 2011; Pacho Ramos <pacho@g.o> glib-2.26.1-r1.ebuild:
31 + Disable dtrace and systemtap supports until bug #351931 is solved instead of
32 + letting them be automagic.
33
34 30 Jan 2011; Raúl Porcel <armin76@g.o> glib-2.24.2.ebuild:
35 alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #348987
36
37
38
39 1.3 dev-libs/glib/glib-2.26.1-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/glib-2.26.1-r1.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/glib-2.26.1-r1.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/glib-2.26.1-r1.ebuild?r1=1.2&r2=1.3
44
45 Index: glib-2.26.1-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.26.1-r1.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- glib-2.26.1-r1.ebuild 24 Jan 2011 13:55:17 -0000 1.2
52 +++ glib-2.26.1-r1.ebuild 3 Feb 2011 10:17:09 -0000 1.3
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.26.1-r1.ebuild,v 1.2 2011/01/24 13:55:17 pacho Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.26.1-r1.ebuild,v 1.3 2011/02/03 10:17:09 pacho Exp $
58
59 EAPI="3"
60
61 @@ -115,15 +115,17 @@
62
63 # Always use internal libpcre, bug #254659
64 econf ${myconf} \
65 - $(use_enable xattr) \
66 - $(use_enable doc man) \
67 - $(use_enable doc gtk-doc) \
68 - $(use_enable fam) \
69 - $(use_enable selinux) \
70 - $(use_enable static-libs static) \
71 - --enable-regex \
72 - --with-pcre=internal \
73 - --with-threads=posix
74 + $(use_enable xattr) \
75 + $(use_enable doc man) \
76 + $(use_enable doc gtk-doc) \
77 + $(use_enable fam) \
78 + $(use_enable selinux) \
79 + $(use_enable static-libs static) \
80 + --enable-regex \
81 + --with-pcre=internal \
82 + --with-threads=posix \
83 + --disable-dtrace \
84 + --disable-systemtap
85 }
86
87 src_install() {