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: glib-2.30.1-r2.ebuild ChangeLog glib-2.30.2.ebuild
Date: Sat, 31 Dec 2011 21:27:08
Message-Id: 20111231212659.7D1CF2004B@flycatcher.gentoo.org
1 tetromino 11/12/31 21:26:59
2
3 Modified: glib-2.30.1-r2.ebuild ChangeLog glib-2.30.2.ebuild
4 Log:
5 Fix py-compile idiom for automake-1.11.2 compatibility (bug #396585).
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-libs/glib/glib-2.30.1-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/glib-2.30.1-r2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/glib-2.30.1-r2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/glib-2.30.1-r2.ebuild?r1=1.1&r2=1.2
15
16 Index: glib-2.30.1-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.30.1-r2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- glib-2.30.1-r2.ebuild 11 Nov 2011 17:35:20 -0000 1.1
23 +++ glib-2.30.1-r2.ebuild 31 Dec 2011 21:26:59 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 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.30.1-r2.ebuild,v 1.1 2011/11/11 17:35:20 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.30.1-r2.ebuild,v 1.2 2011/12/31 21:26:59 tetromino Exp $
29
30 EAPI="4"
31 PYTHON_DEPEND="utils? 2"
32 @@ -115,7 +115,7 @@
33 sed -i -e '/g_file_get_contents/s:/var/lib/dbus/machine-id:/etc/machine-id:' gio/gdbusprivate.c || die
34
35 # disable pyc compiling
36 - ln -sfn $(type -P true) py-compile
37 + echo '#!/bin/sh' > py-compile
38
39 # Needed for the punt-python-check patch, disabling timeout test
40 # Also needed to prevent croscompile failures, see bug #267603
41
42
43
44 1.496 dev-libs/glib/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/ChangeLog?rev=1.496&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/ChangeLog?rev=1.496&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/ChangeLog?r1=1.495&r2=1.496
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v
53 retrieving revision 1.495
54 retrieving revision 1.496
55 diff -u -r1.495 -r1.496
56 --- ChangeLog 29 Dec 2011 17:24:35 -0000 1.495
57 +++ ChangeLog 31 Dec 2011 21:26:59 -0000 1.496
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-libs/glib
60 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.495 2011/12/29 17:24:35 pacho Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.496 2011/12/31 21:26:59 tetromino Exp $
63 +
64 + 31 Dec 2011; Alexandre Rostovtsev <tetromino@g.o>
65 + glib-2.30.1-r2.ebuild, glib-2.30.2.ebuild:
66 + Fix py-compile idiom for automake-1.11.2 compatibility (bug #396585).
67
68 29 Dec 2011; Pacho Ramos <pacho@g.o> glib-2.30.2.ebuild:
69 amd64 stable, bug 393007
70
71
72
73 1.5 dev-libs/glib/glib-2.30.2.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/glib-2.30.2.ebuild?rev=1.5&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/glib-2.30.2.ebuild?rev=1.5&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/glib/glib-2.30.2.ebuild?r1=1.4&r2=1.5
78
79 Index: glib-2.30.2.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.30.2.ebuild,v
82 retrieving revision 1.4
83 retrieving revision 1.5
84 diff -u -r1.4 -r1.5
85 --- glib-2.30.2.ebuild 29 Dec 2011 17:24:35 -0000 1.4
86 +++ glib-2.30.2.ebuild 31 Dec 2011 21:26:59 -0000 1.5
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2011 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.30.2.ebuild,v 1.4 2011/12/29 17:24:35 pacho Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.30.2.ebuild,v 1.5 2011/12/31 21:26:59 tetromino Exp $
92
93 EAPI="4"
94 PYTHON_DEPEND="utils? 2"
95 @@ -116,7 +116,7 @@
96 epatch "${FILESDIR}/${PN}-2.30.2-machine-id.patch"
97
98 # disable pyc compiling
99 - ln -sfn $(type -P true) py-compile
100 + echo '#!/bin/sh' > py-compile
101
102 # Needed for the punt-python-check patch, disabling timeout test
103 # Also needed to prevent croscompile failures, see bug #267603