summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-02-20 11:42:14 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-02-20 11:42:14 +0000
commit7c6c21fa98e75a0b7b92f460055c05ff3791d5de (patch)
tree43ccb497388a4626af28570b9cf51e7425f16859 /x11-misc
parentcleanup; bump, handle svdrpsend/svdrsend.pl in all vdr versions (diff)
downloadgentoo-2-7c6c21fa98e75a0b7b92f460055c05ff3791d5de.tar.gz
gentoo-2-7c6c21fa98e75a0b7b92f460055c05ff3791d5de.tar.bz2
gentoo-2-7c6c21fa98e75a0b7b92f460055c05ff3791d5de.zip
Version bump wrt #403927 by Edscott Wilson
(Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/rodent/ChangeLog9
-rw-r--r--x11-misc/rodent/rodent-4.7.4.ebuild39
2 files changed, 46 insertions, 2 deletions
diff --git a/x11-misc/rodent/ChangeLog b/x11-misc/rodent/ChangeLog
index 8cb88500d9df..42e2981adb23 100644
--- a/x11-misc/rodent/ChangeLog
+++ b/x11-misc/rodent/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/rodent
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/rodent/ChangeLog,v 1.5 2011/05/31 14:30:27 angelos Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rodent/ChangeLog,v 1.6 2012/02/20 11:42:14 ssuominen Exp $
+
+*rodent-4.7.4 (20 Feb 2012)
+
+ 20 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> +rodent-4.7.4.ebuild:
+ Version bump wrt #403927 by Edscott Wilson
31 May 2011; Christoph Mende <angelos@gentoo.org> rodent-4.6.4.ebuild:
Update dependencies
diff --git a/x11-misc/rodent/rodent-4.7.4.ebuild b/x11-misc/rodent/rodent-4.7.4.ebuild
new file mode 100644
index 000000000000..46d27bfcf0c5
--- /dev/null
+++ b/x11-misc/rodent/rodent-4.7.4.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rodent/rodent-4.7.4.ebuild,v 1.1 2012/02/20 11:42:14 ssuominen Exp $
+
+EAPI=4
+inherit xfconf
+
+DESCRIPTION="A fast, small and powerful file manager and graphical shell"
+HOMEPAGE="http://rodent.xffm.org/"
+SRC_URI="mirror://sourceforge/xffm/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND=">=dev-libs/glib-2.20.5
+ dev-libs/libxml2
+ >=dev-libs/libzip-0.9
+ >=gnome-base/librsvg-2.26
+ sys-apps/file
+ >=x11-libs/cairo-1.8.10
+ >=x11-libs/gtk+-2.20:2
+ x11-libs/libX11
+ x11-libs/libSM"
+RDEPEND="${COMMON_DEPEND}
+ gnome-base/gvfs"
+DEPEND="${COMMON_DEPEND}
+ dev-util/intltool
+ dev-util/pkgconfig"
+
+pkg_setup() {
+ DOCS=( ChangeLog README TODO )
+}
+
+src_install() {
+ # Build/share/Makefile.am:docdir = $(datadir)/doc/@PLUGIN_DIR@
+ xfconf_src_install docdir=/usr/share/doc/${PF}
+}