Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libfm: libfm-0.1.12.ebuild ChangeLog
Date: Sat, 29 May 2010 11:10:32
Message-Id: 20100529111022.219C22CF37@corvid.gentoo.org
1 hwoarang 10/05/29 11:10:21
2
3 Modified: ChangeLog
4 Added: libfm-0.1.12.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 x11-libs/libfm/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 2 May 2010 20:46:39 -0000 1.6
23 +++ ChangeLog 29 May 2010 11:10:21 -0000 1.7
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.6 2010/05/02 20:46:39 vostorga Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.7 2010/05/29 11:10:21 hwoarang Exp $
29 +
30 +*libfm-0.1.12 (29 May 2010)
31 +
32 + 29 May 2010; Markos Chandras <hwoarang@g.o> +libfm-0.1.12.ebuild:
33 + Version bump
34
35 *libfm-0.1.11 (02 May 2010)
36
37
38
39
40 1.1 x11-libs/libfm/libfm-0.1.12.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-0.1.12.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-0.1.12.ebuild?rev=1.1&content-type=text/plain
44
45 Index: libfm-0.1.12.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.12.ebuild,v 1.1 2010/05/29 11:10:21 hwoarang 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 }