Gentoo Archives: gentoo-commits

From: "Victor Ostorga (vostorga)" <vostorga@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libfm: libfm-0.1.11.ebuild ChangeLog
Date: Sun, 02 May 2010 20:46:45
Message-Id: 20100502204639.7FD0A2C273@corvid.gentoo.org
1 vostorga 10/05/02 20:46:39
2
3 Modified: ChangeLog
4 Added: libfm-0.1.11.ebuild
5 Log:
6 Version bump to 0.1.11 , fixing RDEPEND versions, keywording ~x86
7 (Portage version: 2.1.8.3/cvs/Linux i686)
8
9 Revision Changes Path
10 1.6 x11-libs/libfm/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libfm/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 18 Mar 2010 17:15:57 -0000 1.5
23 +++ ChangeLog 2 May 2010 20:46:39 -0000 1.6
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-libs/libfm
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.5 2010/03/18 17:15:57 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.6 2010/05/02 20:46:39 vostorga Exp $
29 +
30 +*libfm-0.1.11 (02 May 2010)
31 +
32 + 02 May 2010; VĂ­ctor Ostorga <vostorga@g.o> +libfm-0.1.11.ebuild:
33 + Version bump to 0.1.11 , fixing RDEPEND versions, keywording ~x86
34
35 *libfm-0.1.9 (18 Mar 2010)
36
37
38
39
40 1.1 x11-libs/libfm/libfm-0.1.11.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libfm/libfm-0.1.11.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libfm/libfm-0.1.11.ebuild?rev=1.1&content-type=text/plain
44
45 Index: libfm-0.1.11.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-0.1.11.ebuild,v 1.1 2010/05/02 20:46:39 vostorga Exp $
50
51 EAPI="2"
52 inherit eutils
53
54 DESCRIPTION="Library for file management"
55 HOMEPAGE="http://pcmanfm.sourceforge.net/"
56 SRC_URI="mirror://sourceforge/pcmanfm/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE="debug demo"
62
63 RDEPEND=">=dev-libs/glib-2.18:2
64 >=x11-libs/gtk+-2.16:2
65 >=lxde-base/menu-cache-0.3.2"
66 DEPEND="${RDEPEND}
67 >=dev-util/intltool-0.40
68 dev-util/pkgconfig
69 sys-devel/gettext"
70
71 src_configure() {
72 strip-linguas -i "${S}/po"
73 econf --sysconfdir=/etc $(use_enable debug) $(use_enable demo)
74 }
75
76 src_install() {
77 emake DESTDIR="${D}" install || die
78 dodoc AUTHORS TODO || die
79 }