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.28.8.ebuild
Date: Fri, 01 Jul 2011 16:10:29
Message-Id: 20110701160955.6222F2004B@flycatcher.gentoo.org
1 pacho 11/07/01 16:09:55
2
3 Modified: ChangeLog glib-2.28.8.ebuild
4 Log:
5 Really skip tests when unneeded (bug #373069 by Matt Turner).
6
7 (Portage version: 2.1.10.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.472 dev-libs/glib/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/ChangeLog?rev=1.472&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/ChangeLog?rev=1.472&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/ChangeLog?r1=1.471&r2=1.472
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v
19 retrieving revision 1.471
20 retrieving revision 1.472
21 diff -u -r1.471 -r1.472
22 --- ChangeLog 11 Jun 2011 15:04:18 -0000 1.471
23 +++ ChangeLog 1 Jul 2011 16:09:55 -0000 1.472
24 @@ -1,6 +1,9 @@
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.471 2011/06/11 15:04:18 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.472 2011/07/01 16:09:55 pacho Exp $
29 +
30 + 01 Jul 2011; Pacho Ramos <pacho@g.o> glib-2.28.8.ebuild:
31 + Really skip tests when unneeded (bug #373069 by Matt Turner).
32
33 11 Jun 2011; Pacho Ramos <pacho@g.o>
34 -files/glib-2.25-skip-tests-with-dbus-keyring.patch, -glib-2.26.1-r1.ebuild,
35
36
37
38 1.4 dev-libs/glib/glib-2.28.8.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/glib-2.28.8.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/glib-2.28.8.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/glib-2.28.8.ebuild?r1=1.3&r2=1.4
43
44 Index: glib-2.28.8.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.28.8.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- glib-2.28.8.ebuild 11 Jun 2011 03:05:04 -0000 1.3
51 +++ glib-2.28.8.ebuild 1 Jul 2011 16:09:55 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.28.8.ebuild,v 1.3 2011/06/11 03:05:04 nirbheek Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.28.8.ebuild,v 1.4 2011/07/01 16:09:55 pacho Exp $
57
58 EAPI="3"
59 GNOME_TARBALL_SUFFIX="xz"
60 @@ -100,8 +100,7 @@
61
62 if ! use test; then
63 # don't waste time building tests
64 - sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am Makefile.in \
65 - || die "sed failed"
66 + sed 's/^\(.*\SUBDIRS .*\=.*\)tests\(.*\)$/\1\2/' -i $(find -name Makefile.am -o -name Makefile.in) || die
67 fi
68
69 # Needed for the punt-python-check patch, disabling timeout test