Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: ChangeLog xfe-1.32.1.ebuild
Date: Wed, 17 Feb 2010 15:27:09
Message-Id: E1Nhlnr-00012X-Pr@stork.gentoo.org
1 ssuominen 10/02/17 15:27:03
2
3 Modified: ChangeLog xfe-1.32.1.ebuild
4 Log:
5 Fix building wrt #305093 by Tom Gillespie.
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.56 x11-misc/xfe/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/ChangeLog?rev=1.56&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/ChangeLog?rev=1.56&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/ChangeLog?r1=1.55&r2=1.56
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v
18 retrieving revision 1.55
19 retrieving revision 1.56
20 diff -u -r1.55 -r1.56
21 --- ChangeLog 8 Feb 2010 11:49:04 -0000 1.55
22 +++ ChangeLog 17 Feb 2010 15:27:03 -0000 1.56
23 @@ -1,6 +1,10 @@
24 # ChangeLog for x11-misc/xfe
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.55 2010/02/08 11:49:04 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.56 2010/02/17 15:27:03 ssuominen Exp $
28 +
29 + 17 Feb 2010; Samuli Suominen <ssuominen@g.o> xfe-1.32.1.ebuild,
30 + +files/xfe-1.32.1-inline.patch:
31 + Fix building wrt #305093 by Tom Gillespie.
32
33 *xfe-1.32.1 (08 Feb 2010)
34
35
36
37
38 1.2 x11-misc/xfe/xfe-1.32.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/xfe-1.32.1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/xfe-1.32.1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/xfe-1.32.1.ebuild?r1=1.1&r2=1.2
43
44 Index: xfe-1.32.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- xfe-1.32.1.ebuild 8 Feb 2010 11:49:04 -0000 1.1
51 +++ xfe-1.32.1.ebuild 17 Feb 2010 15:27:03 -0000 1.2
52 @@ -1,8 +1,9 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.1.ebuild,v 1.1 2010/02/08 11:49:04 ssuominen Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.1.ebuild,v 1.2 2010/02/17 15:27:03 ssuominen Exp $
57
58 EAPI=2
59 +inherit eutils
60
61 DESCRIPTION="MS-Explorer-like minimalist file manager for X"
62 HOMEPAGE="http://roland65.free.fr/xfe"
63 @@ -20,6 +21,10 @@
64 DEPEND="${RDEPEND}
65 nls? ( sys-devel/gettext )"
66
67 +src_prepare() {
68 + epatch "${FILESDIR}"/${P}-inline.patch
69 +}
70 +
71 src_configure() {
72 econf \
73 --disable-dependency-tracking \