Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xfe: ChangeLog xfe-1.32.5.ebuild
Date: Sat, 12 May 2012 23:38:29
Message-Id: 20120512233817.9F2202004B@flycatcher.gentoo.org
1 xmw 12/05/12 23:38:17
2
3 Modified: ChangeLog
4 Added: xfe-1.32.5.ebuild
5 Log:
6 Version bump (thanks df, bug 415639)
7
8 (Portage version: 2.1.10.49/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.74 x11-misc/xfe/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/ChangeLog?rev=1.74&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/ChangeLog?rev=1.74&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/ChangeLog?r1=1.73&r2=1.74
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v
20 retrieving revision 1.73
21 retrieving revision 1.74
22 diff -u -r1.73 -r1.74
23 --- ChangeLog 2 Mar 2012 19:45:29 -0000 1.73
24 +++ ChangeLog 12 May 2012 23:38:17 -0000 1.74
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-misc/xfe
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.73 2012/03/02 19:45:29 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.74 2012/05/12 23:38:17 xmw Exp $
30 +
31 +*xfe-1.32.5 (12 May 2012)
32 +
33 + 12 May 2012; Michael Weber <xmw@g.o> +xfe-1.32.5.ebuild:
34 + Version bump (thanks df, bug 415639)
35
36 02 Mar 2012; Samuli Suominen <ssuominen@g.o> -xfe-1.32.1.ebuild,
37 -files/xfe-1.32.1-inline.patch, -xfe-1.32.3.ebuild:
38
39
40
41 1.1 x11-misc/xfe/xfe-1.32.5.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/xfe-1.32.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/xfe-1.32.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xfe-1.32.5.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.5.ebuild,v 1.1 2012/05/12 23:38:17 xmw Exp $
51
52 EAPI=4
53
54 inherit base
55
56 DESCRIPTION="MS-Explorer-like minimalist file manager for X"
57 HOMEPAGE="http://roland65.free.fr/xfe"
58 SRC_URI="mirror://sourceforge/${PN}/${PN}/${PV}/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
63 IUSE="debug nls startup-notification"
64
65 RDEPEND="
66 media-libs/libpng:0
67 startup-notification? ( x11-libs/startup-notification )
68 x11-libs/fox:1.6[truetype,png]
69 x11-libs/libX11
70 x11-libs/libXft
71 "
72 DEPEND="
73 ${RDEPEND}
74 nls? ( sys-devel/gettext )
75 "
76
77 DOCS=( AUTHORS BUGS ChangeLog NEWS README TODO )
78 PATCHES=( "${FILESDIR}"/${PN}-1.32.2-missing_Xlib_h.patch )
79
80 src_prepare() {
81 base_src_prepare
82 cat >po/POTFILES.skip <<-EOF
83 src/icons.cpp
84 xfe.desktop.in.in
85 xfi.desktop.in.in
86 xfp.desktop.in.in
87 xfv.desktop.in.in
88 xfw.desktop.in.in
89 EOF
90 }
91
92 src_configure() {
93 econf \
94 $(use_enable nls) \
95 $(use_enable startup-notification sn) \
96 $(use_enable debug)
97 }