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: glib-2.40.0.ebuild ChangeLog
Date: Sun, 01 Jun 2014 15:16:03
Message-Id: 20140601151600.2BAB72004E@flycatcher.gentoo.org
1 pacho 14/06/01 15:16:00
2
3 Modified: glib-2.40.0.ebuild ChangeLog
4 Log:
5 Don't build tests if we are not going to run them (#512022 by kulti)
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.2 dev-libs/glib/glib-2.40.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/glib-2.40.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/glib-2.40.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/glib-2.40.0.ebuild?r1=1.1&r2=1.2
15
16 Index: glib-2.40.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.40.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- glib-2.40.0.ebuild 27 Apr 2014 16:17:10 -0000 1.1
23 +++ glib-2.40.0.ebuild 1 Jun 2014 15:15:59 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.40.0.ebuild,v 1.1 2014/04/27 16:17:10 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.40.0.ebuild,v 1.2 2014/06/01 15:15:59 pacho Exp $
29
30 EAPI="5"
31 PYTHON_COMPAT=( python2_{6,7} )
32 @@ -128,10 +128,13 @@
33
34 # Test relies on /usr/bin/true, but we have /bin/true, upstream bug #698655
35 sed -i -e "s:/usr/bin/true:/bin/true:" gio/tests/desktop-app-info.c || die
36 - fi
37
38 - # thread test fails, upstream bug #679306
39 - epatch "${FILESDIR}/${PN}-2.34.0-testsuite-skip-thread4.patch"
40 + # thread test fails, upstream bug #679306
41 + epatch "${FILESDIR}/${PN}-2.34.0-testsuite-skip-thread4.patch"
42 + else
43 + # Don't build tests, also prevents extra deps, bug #512022
44 + sed -i -e 's/ tests//' {.,gio,glib}/Makefile.am || die
45 + fi
46
47 # gdbus-codegen is a separate package
48 epatch "${FILESDIR}/${PN}-2.40.0-external-gdbus-codegen.patch"
49
50
51
52 1.609 dev-libs/glib/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/ChangeLog?rev=1.609&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/ChangeLog?rev=1.609&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/ChangeLog?r1=1.608&r2=1.609
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v
61 retrieving revision 1.608
62 retrieving revision 1.609
63 diff -u -r1.608 -r1.609
64 --- ChangeLog 27 Apr 2014 16:17:10 -0000 1.608
65 +++ ChangeLog 1 Jun 2014 15:15:59 -0000 1.609
66 @@ -1,6 +1,9 @@
67 # ChangeLog for dev-libs/glib
68 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.608 2014/04/27 16:17:10 eva Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.609 2014/06/01 15:15:59 pacho Exp $
71 +
72 + 01 Jun 2014; Pacho Ramos <pacho@g.o> glib-2.40.0.ebuild:
73 + Don't build tests if we are not going to run them (#512022 by kulti)
74
75 *glib-2.40.0 (27 Apr 2014)