Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/libgsf: ChangeLog libgsf-1.14.21.ebuild
Date: Wed, 29 Feb 2012 06:14:50
Message-Id: 20120229061440.124FD2004B@flycatcher.gentoo.org
1 ssuominen 12/02/29 06:14:40
2
3 Modified: ChangeLog libgsf-1.14.21.ebuild
4 Log:
5 Empty py-compile script instead of symlinking it to /path/to/true. This is required for compability with recent automake.
6
7 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.191 gnome-extra/libgsf/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgsf/ChangeLog?rev=1.191&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgsf/ChangeLog?rev=1.191&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgsf/ChangeLog?r1=1.190&r2=1.191
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v
19 retrieving revision 1.190
20 retrieving revision 1.191
21 diff -u -r1.190 -r1.191
22 --- ChangeLog 31 Dec 2011 19:33:05 -0000 1.190
23 +++ ChangeLog 29 Feb 2012 06:14:39 -0000 1.191
24 @@ -1,6 +1,10 @@
25 # ChangeLog for gnome-extra/libgsf
26 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v 1.190 2011/12/31 19:33:05 pacho Exp $
28 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v 1.191 2012/02/29 06:14:39 ssuominen Exp $
30 +
31 + 29 Feb 2012; Samuli Suominen <ssuominen@g.o> libgsf-1.14.21.ebuild:
32 + Empty py-compile script instead of symlinking it to /path/to/true. This is
33 + required for compability with recent automake.
34
35 *libgsf-1.14.22 (31 Dec 2011)
36
37
38
39
40 1.9 gnome-extra/libgsf/libgsf-1.14.21.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.21.ebuild?rev=1.9&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.21.ebuild?rev=1.9&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.21.ebuild?r1=1.8&r2=1.9
45
46 Index: libgsf-1.14.21.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.21.ebuild,v
49 retrieving revision 1.8
50 retrieving revision 1.9
51 diff -u -r1.8 -r1.9
52 --- libgsf-1.14.21.ebuild 30 Oct 2011 16:25:12 -0000 1.8
53 +++ libgsf-1.14.21.ebuild 29 Feb 2012 06:14:39 -0000 1.9
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2011 Gentoo Foundation
56 +# Copyright 1999-2012 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.21.ebuild,v 1.8 2011/10/30 16:25:12 armin76 Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.21.ebuild,v 1.9 2012/02/29 06:14:39 ssuominen Exp $
60
61 EAPI="3"
62 GCONF_DEBUG="no"
63 @@ -73,8 +73,7 @@
64 eautoreconf
65
66 # disable pyc compiling
67 - mv py-compile py-compile.orig
68 - ln -s $(type -P true) py-compile
69 + >py-compile
70 }
71
72 src_compile() {