summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-06-09 08:54:53 +0200
committerMichał Górny <mgorny@gentoo.org>2017-06-09 09:38:47 +0200
commit7cad6888f72e8b892fc349806752a7edb172bcd6 (patch)
tree6668c0e73f7f31a9686123a283105400655a2c0a /x11-misc
parentmedia-video/parole: Clean old up (diff)
downloadgentoo-7cad6888f72e8b892fc349806752a7edb172bcd6.tar.gz
gentoo-7cad6888f72e8b892fc349806752a7edb172bcd6.tar.bz2
gentoo-7cad6888f72e8b892fc349806752a7edb172bcd6.zip
x11-misc/rodent: Clean old up
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/rodent/Manifest1
-rw-r--r--x11-misc/rodent/metadata.xml3
-rw-r--r--x11-misc/rodent/rodent-4.9.2.ebuild43
3 files changed, 0 insertions, 47 deletions
diff --git a/x11-misc/rodent/Manifest b/x11-misc/rodent/Manifest
index 1c1603cce557..4522f530475c 100644
--- a/x11-misc/rodent/Manifest
+++ b/x11-misc/rodent/Manifest
@@ -1,2 +1 @@
-DIST rodent-4.9.2.tar.gz 12061909 SHA256 d1e892ed22ad5eac65d915b0ac81d1c01b72699667429e7bc8847cc8c5ddc001 SHA512 776975bfff4e9e7b51e4f4b6f2d3e78c2fdeb949ed144dce66faa32b5a20f085201050500f26eb4af74ec63a354bb71ab39b8dd5eb9f95bffe289bb71bdd33a6 WHIRLPOOL 698facf1ff82b1c1a668437d7f0af253084e259f69459e00206ee4630809549187be89cc576534713376a2ab848a35b77c00881e2c5021cbeccc4e9e1fd3b40a
DIST rodent-5.3.16.3.tar.bz2 10873231 SHA256 456ffaa4ef3b60af1a94dad0a35f1e3986235d81f00b257a3204074a2275f3d6 SHA512 83c85501d3fe49e84abe9bb61a23ca4ec86fb22abb2e9a01228b3180d114380ff085ee58f51b9ac47173214ab8323e0bde7cfca6fb9b7907d4b1551ad48326f5 WHIRLPOOL 2e8707d48b879209e225c8101f2919bb5cb327794da5d872ae5fa422bf2af39c2a828f0b81d359b9e7e06c18a5d8ff77d4249980293f62ea9833711c308360e5
diff --git a/x11-misc/rodent/metadata.xml b/x11-misc/rodent/metadata.xml
index 8553118e8f53..26d67cb425c3 100644
--- a/x11-misc/rodent/metadata.xml
+++ b/x11-misc/rodent/metadata.xml
@@ -6,9 +6,6 @@
<name>XFCE Team</name>
</maintainer>
<longdescription lang="en">Rodent is fast, small and powerful file manager for the GNU operating system (but it also works in BSD). Rodent is *not* a filemanager for dummies. Emphasis is on ease of use for the advanced user, not the computer illiterate.</longdescription>
- <use>
- <flag name="experimental">Build experimental plugins (obexfs, curlftpfs, ecryptfs, cifs and samba)</flag>
- </use>
<upstream>
<remote-id type="sourceforge">xffm</remote-id>
</upstream>
diff --git a/x11-misc/rodent/rodent-4.9.2.ebuild b/x11-misc/rodent/rodent-4.9.2.ebuild
deleted file mode 100644
index 0062d599c1a4..000000000000
--- a/x11-misc/rodent/rodent-4.9.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-EAUTORECONF=yes
-inherit xfconf
-
-DESCRIPTION="A fast, small and powerful file manager and graphical shell"
-HOMEPAGE="http://rodent.xffm.org/"
-SRC_URI="mirror://sourceforge/xffm/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="experimental"
-
-COMMON_DEPEND="x11-libs/libX11
- x11-libs/libSM
- dev-libs/libxml2
- >=dev-libs/glib-2.24
- x11-libs/gtk+:3
- >=x11-libs/cairo-1.8.10
- >=gnome-base/librsvg-2.26
- >=dev-libs/libzip-0.9
- sys-apps/file"
-RDEPEND="${COMMON_DEPEND}
- gnome-base/gvfs"
-DEPEND="${COMMON_DEPEND}
- dev-util/intltool
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=( $(use_enable experimental) )
- DOCS=( ChangeLog README TODO )
- PATCHES=( "${FILESDIR}"/${P}-rupo.patch )
-}
-
-src_prepare() {
- sed -e "s:\$(bindir):\$(DESTDIR)\$(bindir):" -i Build/plugins/Makefile.am
- sed -e "/^Categories/s:Rodent:X-Rodent:" \
- -e "s/;;/;/" -i Build/*/*.desktop.in.in
- xfconf_src_prepare
-}