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/rodent: rodent-4.7.4.ebuild ChangeLog
Date: Mon, 20 Feb 2012 11:42:24
Message-Id: 20120220114215.032572004B@flycatcher.gentoo.org
1 ssuominen 12/02/20 11:42:14
2
3 Modified: ChangeLog
4 Added: rodent-4.7.4.ebuild
5 Log:
6 Version bump wrt #403927 by Edscott Wilson
7
8 (Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.6 x11-misc/rodent/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rodent/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rodent/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rodent/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/rodent/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 31 May 2011 14:30:27 -0000 1.5
24 +++ ChangeLog 20 Feb 2012 11:42:14 -0000 1.6
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-misc/rodent
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rodent/ChangeLog,v 1.5 2011/05/31 14:30:27 angelos Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rodent/ChangeLog,v 1.6 2012/02/20 11:42:14 ssuominen Exp $
31 +
32 +*rodent-4.7.4 (20 Feb 2012)
33 +
34 + 20 Feb 2012; Samuli Suominen <ssuominen@g.o> +rodent-4.7.4.ebuild:
35 + Version bump wrt #403927 by Edscott Wilson
36
37 31 May 2011; Christoph Mende <angelos@g.o> rodent-4.6.4.ebuild:
38 Update dependencies
39
40
41
42 1.1 x11-misc/rodent/rodent-4.7.4.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rodent/rodent-4.7.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rodent/rodent-4.7.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: rodent-4.7.4.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-misc/rodent/rodent-4.7.4.ebuild,v 1.1 2012/02/20 11:42:14 ssuominen Exp $
52
53 EAPI=4
54 inherit xfconf
55
56 DESCRIPTION="A fast, small and powerful file manager and graphical shell"
57 HOMEPAGE="http://rodent.xffm.org/"
58 SRC_URI="mirror://sourceforge/xffm/${P}.tar.bz2"
59
60 LICENSE="GPL-3"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 COMMON_DEPEND=">=dev-libs/glib-2.20.5
66 dev-libs/libxml2
67 >=dev-libs/libzip-0.9
68 >=gnome-base/librsvg-2.26
69 sys-apps/file
70 >=x11-libs/cairo-1.8.10
71 >=x11-libs/gtk+-2.20:2
72 x11-libs/libX11
73 x11-libs/libSM"
74 RDEPEND="${COMMON_DEPEND}
75 gnome-base/gvfs"
76 DEPEND="${COMMON_DEPEND}
77 dev-util/intltool
78 dev-util/pkgconfig"
79
80 pkg_setup() {
81 DOCS=( ChangeLog README TODO )
82 }
83
84 src_install() {
85 # Build/share/Makefile.am:docdir = $(datadir)/doc/@PLUGIN_DIR@
86 xfconf_src_install docdir=/usr/share/doc/${PF}
87 }