Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyxf86config: pyxf86config-0.3.34-r2.ebuild ChangeLog
Date: Wed, 21 Jan 2009 22:05:05
Message-Id: E1LPlC1-0008Tg-L9@stork.gentoo.org
1 aballier 09/01/21 22:05:01
2
3 Modified: pyxf86config-0.3.34-r2.ebuild ChangeLog
4 Log:
5 Fix build with make=bsd make and keyword ~x86-fbsd, bug #236775
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild?r1=1.3&r2=1.4
14
15 Index: pyxf86config-0.3.34-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- pyxf86config-0.3.34-r2.ebuild 19 Jan 2009 11:15:50 -0000 1.3
22 +++ pyxf86config-0.3.34-r2.ebuild 21 Jan 2009 22:05:01 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild,v 1.3 2009/01/19 11:15:50 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild,v 1.4 2009/01/21 22:05:01 aballier Exp $
28
29 inherit eutils python rpm autotools
30
31 @@ -17,7 +17,7 @@
32
33 LICENSE="GPL-2"
34 SLOT="0"
35 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
36 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
37 IUSE=""
38
39 RDEPEND="=dev-libs/glib-2*
40 @@ -45,6 +45,9 @@
41 # Compat with 1.5
42 epatch "${FILESDIR}"/0.3.34-remove-rgbpath.patch
43
44 + # Fails with make=bsd make
45 + epatch "${FILESDIR}"/0.3.34-bsdmake.patch
46 +
47 # (#206989) Cleaned up Makefile.am that works correctly on amd64
48 cp "${FILESDIR}"/Makefile.am "${S}"/ || die
49 eautoreconf
50
51
52
53 1.26 dev-python/pyxf86config/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/ChangeLog?rev=1.26&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/ChangeLog?rev=1.26&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/ChangeLog?r1=1.25&r2=1.26
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/ChangeLog,v
62 retrieving revision 1.25
63 retrieving revision 1.26
64 diff -u -r1.25 -r1.26
65 --- ChangeLog 19 Jan 2009 11:15:50 -0000 1.25
66 +++ ChangeLog 21 Jan 2009 22:05:01 -0000 1.26
67 @@ -1,6 +1,10 @@
68 # ChangeLog for dev-python/pyxf86config
69 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/ChangeLog,v 1.25 2009/01/19 11:15:50 armin76 Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/ChangeLog,v 1.26 2009/01/21 22:05:01 aballier Exp $
72 +
73 + 21 Jan 2009; Alexis Ballier <aballier@g.o>
74 + +files/0.3.34-bsdmake.patch, pyxf86config-0.3.34-r2.ebuild:
75 + Fix build with make=bsd make and keyword ~x86-fbsd, bug #236775
76
77 19 Jan 2009; Raúl Porcel <armin76@g.o>
78 pyxf86config-0.3.34-r2.ebuild: