Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-base/exo: ChangeLog exo-0.6.2.ebuild
Date: Fri, 06 Jan 2012 10:18:22
Message-Id: 20120106101813.144F52004B@flycatcher.gentoo.org
1 ssuominen 12/01/06 10:18:13
2
3 Modified: ChangeLog exo-0.6.2.ebuild
4 Log:
5 Empty py-compile script instead of symlinking it to /path/to/true for automake-1.11.2 compability.
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.65 xfce-base/exo/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.65&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.65&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?r1=1.64&r2=1.65
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v
19 retrieving revision 1.64
20 retrieving revision 1.65
21 diff -u -r1.64 -r1.65
22 --- ChangeLog 26 Nov 2011 17:47:07 -0000 1.64
23 +++ ChangeLog 6 Jan 2012 10:18:12 -0000 1.65
24 @@ -1,6 +1,10 @@
25 # ChangeLog for xfce-base/exo
26 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.64 2011/11/26 17:47:07 armin76 Exp $
28 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.65 2012/01/06 10:18:12 ssuominen Exp $
30 +
31 + 06 Jan 2012; Samuli Suominen <ssuominen@g.o> exo-0.6.2.ebuild:
32 + Empty py-compile script instead of symlinking it to /path/to/true for
33 + automake-1.11.2 compability.
34
35 26 Nov 2011; Raúl Porcel <armin76@g.o> exo-0.6.2.ebuild:
36 alpha/ia64/sparc stable wrt #386963
37
38
39
40 1.8 xfce-base/exo/exo-0.6.2.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.6.2.ebuild?rev=1.8&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.6.2.ebuild?rev=1.8&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.6.2.ebuild?r1=1.7&r2=1.8
45
46 Index: exo-0.6.2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.2.ebuild,v
49 retrieving revision 1.7
50 retrieving revision 1.8
51 diff -u -r1.7 -r1.8
52 --- exo-0.6.2.ebuild 26 Nov 2011 17:47:07 -0000 1.7
53 +++ exo-0.6.2.ebuild 6 Jan 2012 10:18:12 -0000 1.8
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/xfce-base/exo/exo-0.6.2.ebuild,v 1.7 2011/11/26 17:47:07 armin76 Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.2.ebuild,v 1.8 2012/01/06 10:18:12 ssuominen Exp $
60
61 EAPI=4
62 PYTHON_DEPEND="python? 2"
63 @@ -46,8 +46,7 @@
64 }
65
66 src_prepare() {
67 - rm -f py-compile
68 - ln -s $(type -P true) py-compile
69 + >py-compile
70 xfconf_src_prepare
71 }