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-plugins/fsviewer: ChangeLog fsviewer-0.2.6.ebuild
Date: Sat, 26 Jun 2010 23:42:36
Message-Id: 20100626234232.DA4F42CF84@corvid.gentoo.org
1 ssuominen 10/06/26 23:42:32
2
3 Modified: ChangeLog
4 Added: fsviewer-0.2.6.ebuild
5 Log:
6 Version bump wrt #292835 by Mr. Anderson.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.17 x11-plugins/fsviewer/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/fsviewer/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/fsviewer/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/fsviewer/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/fsviewer/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 3 Mar 2010 19:07:57 -0000 1.16
23 +++ ChangeLog 26 Jun 2010 23:42:32 -0000 1.17
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-plugins/fsviewer
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/fsviewer/ChangeLog,v 1.16 2010/03/03 19:07:57 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/fsviewer/ChangeLog,v 1.17 2010/06/26 23:42:32 ssuominen Exp $
29 +
30 +*fsviewer-0.2.6 (26 Jun 2010)
31 +
32 + 26 Jun 2010; Samuli Suominen <ssuominen@g.o>
33 + +fsviewer-0.2.6.ebuild:
34 + Version bump wrt #292835 by Mr. Anderson.
35
36 03 Mar 2010; Samuli Suominen <ssuominen@g.o> fsviewer-0.2.5.ebuild:
37 List media-libs/libpng only once in DEPEND wrt #258534.
38
39
40
41 1.1 x11-plugins/fsviewer/fsviewer-0.2.6.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/fsviewer/fsviewer-0.2.6.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/fsviewer/fsviewer-0.2.6.ebuild?rev=1.1&content-type=text/plain
45
46 Index: fsviewer-0.2.6.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/fsviewer/fsviewer-0.2.6.ebuild,v 1.1 2010/06/26 23:42:32 ssuominen Exp $
51
52 EAPI=2
53 inherit multilib
54
55 MY_P=${PN}-app-${PV}
56
57 DESCRIPTION="A file system viewer for Window Maker"
58 HOMEPAGE="http://www.bayernline.de/~gscholz/linux/fsviewer/"
59 SRC_URI="http://www.bayernline.de/~gscholz/linux/${PN}/${MY_P}.tar.bz2"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~x86"
64 IUSE="nls"
65
66 RDEPEND="x11-wm/windowmaker
67 x11-libs/libXft
68 x11-libs/libXpm
69 x11-libs/libX11"
70 DEPEND="${RDEPEND}
71 x11-proto/xproto
72 nls? ( sys-devel/gettext )"
73
74 S=${WORKDIR}/${MY_P}
75
76 src_configure() {
77 econf \
78 --disable-dependency-tracking \
79 $(use_enable nls) \
80 --with-appspath=/usr/$(get_libdir)/GNUstep
81 }
82
83 src_install() {
84 emake DESTDIR="${D}" install || die
85 dodoc AUTHORS ChangeLog NEWS README
86 }