Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-applets: gnome-applets-3.2.1.ebuild ChangeLog gnome-applets-2.32.1.1.ebuild
Date: Sun, 01 Jan 2012 00:33:31
Message-Id: 20120101003320.EDE5F2004B@flycatcher.gentoo.org
1 tetromino 12/01/01 00:33:20
2
3 Modified: gnome-applets-3.2.1.ebuild ChangeLog
4 gnome-applets-2.32.1.1.ebuild
5 Log:
6 Fix py-compile idiom for automake-1.11.2 compatibility (bug #396585).
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 gnome-base/gnome-applets/gnome-applets-3.2.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-applets/gnome-applets-3.2.1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-applets/gnome-applets-3.2.1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-applets/gnome-applets-3.2.1.ebuild?r1=1.1&r2=1.2
16
17 Index: gnome-applets-3.2.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-3.2.1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- gnome-applets-3.2.1.ebuild 6 Nov 2011 02:05:58 -0000 1.1
24 +++ gnome-applets-3.2.1.ebuild 1 Jan 2012 00:33:20 -0000 1.2
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2011 Gentoo Foundation
27 +# Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-3.2.1.ebuild,v 1.1 2011/11/06 02:05:58 tetromino Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-3.2.1.ebuild,v 1.2 2012/01/01 00:33:20 tetromino Exp $
31
32 EAPI="4"
33 GCONF_DEBUG="no"
34 @@ -84,8 +84,7 @@
35 gnome2_src_prepare
36
37 # disable pyc compiling
38 - mv py-compile py-compile.orig
39 - ln -s $(type -P true) py-compile
40 + echo '#!/bin/sh' > py-compile
41
42 # Invest applet tests need gconf/proxy/...
43 # Note: for now, invest tests are commented out by upstream
44
45
46
47 1.347 gnome-base/gnome-applets/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-applets/ChangeLog?rev=1.347&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-applets/ChangeLog?rev=1.347&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-applets/ChangeLog?r1=1.346&r2=1.347
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/ChangeLog,v
56 retrieving revision 1.346
57 retrieving revision 1.347
58 diff -u -r1.346 -r1.347
59 --- ChangeLog 7 Dec 2011 07:32:41 -0000 1.346
60 +++ ChangeLog 1 Jan 2012 00:33:20 -0000 1.347
61 @@ -1,6 +1,10 @@
62 # ChangeLog for gnome-base/gnome-applets
63 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/ChangeLog,v 1.346 2011/12/07 07:32:41 tetromino Exp $
65 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
66 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/ChangeLog,v 1.347 2012/01/01 00:33:20 tetromino Exp $
67 +
68 + 01 Jan 2012; Alexandre Rostovtsev <tetromino@g.o>
69 + gnome-applets-2.32.1.1.ebuild, gnome-applets-3.2.1.ebuild:
70 + Fix py-compile idiom for automake-1.11.2 compatibility (bug #396585).
71
72 07 Dec 2011; Alexandre Rostovtsev <tetromino@g.o>
73 gnome-applets-2.32.1.1.ebuild:
74
75
76
77 1.17 gnome-base/gnome-applets/gnome-applets-2.32.1.1.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.32.1.1.ebuild?rev=1.17&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.32.1.1.ebuild?rev=1.17&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.32.1.1.ebuild?r1=1.16&r2=1.17
82
83 Index: gnome-applets-2.32.1.1.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.32.1.1.ebuild,v
86 retrieving revision 1.16
87 retrieving revision 1.17
88 diff -u -r1.16 -r1.17
89 --- gnome-applets-2.32.1.1.ebuild 7 Dec 2011 07:32:41 -0000 1.16
90 +++ gnome-applets-2.32.1.1.ebuild 1 Jan 2012 00:33:20 -0000 1.17
91 @@ -1,6 +1,6 @@
92 -# Copyright 1999-2011 Gentoo Foundation
93 +# Copyright 1999-2012 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.32.1.1.ebuild,v 1.16 2011/12/07 07:32:41 tetromino Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.32.1.1.ebuild,v 1.17 2012/01/01 00:33:20 tetromino Exp $
97
98 EAPI="3"
99 GCONF_DEBUG="no"
100 @@ -90,8 +90,7 @@
101 epatch "${FILESDIR}"/${P}-dbus-fix.patch
102
103 # disable pyc compiling
104 - mv py-compile py-compile.orig
105 - ln -s $(type -P true) py-compile
106 + echo '#!/bin/sh' > py-compile
107
108 # Invest applet tests need gconf/proxy/...
109 sed 's/^TESTS.*/TESTS=/g' -i invest-applet/invest/Makefile.am \