Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/glib: ChangeLog glib-2.34.0.ebuild
Date: Fri, 28 Sep 2012 18:54:55
Message-Id: 20120928185444.6DE8821600@flycatcher.gentoo.org
1 tetromino 12/09/28 18:54:44
2
3 Modified: ChangeLog glib-2.34.0.ebuild
4 Log:
5 Really disable building tests when USE=-test (bug #436508, thanks to Jeff Kowalczyk).
6
7 (Portage version: 2.2.0_alpha132/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.536 dev-libs/glib/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/ChangeLog?rev=1.536&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/ChangeLog?rev=1.536&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/ChangeLog?r1=1.535&r2=1.536
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v
19 retrieving revision 1.535
20 retrieving revision 1.536
21 diff -u -r1.535 -r1.536
22 --- ChangeLog 27 Sep 2012 03:16:29 -0000 1.535
23 +++ ChangeLog 28 Sep 2012 18:54:44 -0000 1.536
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-libs/glib
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.535 2012/09/27 03:16:29 mattst88 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.536 2012/09/28 18:54:44 tetromino Exp $
29 +
30 + 28 Sep 2012; Alexandre Rostovtsev <tetromino@g.o> glib-2.34.0.ebuild:
31 + Really disable building tests when USE=-test (bug #436508, thanks to Jeff
32 + Kowalczyk).
33
34 26 Sep 2012; Matt Turner <mattst88@g.o> glib-2.32.4.ebuild:
35 Stable on alpha, bug 427544.
36
37
38
39 1.2 dev-libs/glib/glib-2.34.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/glib-2.34.0.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/glib-2.34.0.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/glib-2.34.0.ebuild?r1=1.1&r2=1.2
44
45 Index: glib-2.34.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.34.0.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- glib-2.34.0.ebuild 25 Sep 2012 11:40:57 -0000 1.1
52 +++ glib-2.34.0.ebuild 28 Sep 2012 18:54:44 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2012 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.34.0.ebuild,v 1.1 2012/09/25 11:40:57 tetromino Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.34.0.ebuild,v 1.2 2012/09/28 18:54:44 tetromino Exp $
58
59 EAPI="4"
60 PYTHON_DEPEND="utils? 2"
61 @@ -145,6 +145,8 @@
62 # need to build tests if USE=doc for bug #387385
63 if use doc || use test; then
64 myconf="${myconf} --enable-modular-tests"
65 + else
66 + myconf="${myconf} --disable-modular-tests"
67 fi
68
69 # Always use internal libpcre, bug #254659