summaryrefslogtreecommitdiff
path: root/x11-misc/rodent
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/rodent')
-rw-r--r--x11-misc/rodent/Manifest3
-rw-r--r--x11-misc/rodent/metadata.xml12
-rw-r--r--x11-misc/rodent/rodent-5.3.16.3-r1.ebuild40
3 files changed, 0 insertions, 55 deletions
diff --git a/x11-misc/rodent/Manifest b/x11-misc/rodent/Manifest
deleted file mode 100644
index ad2170e2ffc2..000000000000
--- a/x11-misc/rodent/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST rodent-5.3.16.3.tar.bz2 10873231 BLAKE2B 5eca3c69d5a0427997bfcb7af8cd187fcb9f49e98988ed16a2cb292e59686d82ca93f60f8c827669df3b168d53c1da5b956d267dc94c1b67793113ae42b98954 SHA512 83c85501d3fe49e84abe9bb61a23ca4ec86fb22abb2e9a01228b3180d114380ff085ee58f51b9ac47173214ab8323e0bde7cfca6fb9b7907d4b1551ad48326f5
-EBUILD rodent-5.3.16.3-r1.ebuild 830 BLAKE2B eecf7094f46df39247fa0dd19c508c77702722d3625eef0612b7e68e89c7f01684c13affd94f4af4f6624d12bc820bad92ff6b0a4d06be931694679c13acda44 SHA512 dc22f2bea3a7ac908ada1f1b0f189f01417dd423b176f25952b57006df75e048b1318de0ffa9079daa4366da3704af2eb4ff9b864268d2639b38bf6ca09373b8
-MISC metadata.xml 589 BLAKE2B a9137fadabba45a778e5fb30d69d0bebe64c2dfc968edd215419aad9e937b34f3c8abd06441f5f97e9c2f62280d3fe90ff2197aead93206d43b8cfc1b8c55948 SHA512 ec20562ad1fae3175a096187b34a6a391150fe3e0303da1ec1a3058ddca39444a4fbb41162c7f9e5fbd517658ad1c8d05bc6104ba74a60cdd716560d87eaaa1b
diff --git a/x11-misc/rodent/metadata.xml b/x11-misc/rodent/metadata.xml
deleted file mode 100644
index 3b88f745b655..000000000000
--- a/x11-misc/rodent/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>xfce@gentoo.org</email>
- <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>
- <upstream>
- <remote-id type="sourceforge">xffm</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/x11-misc/rodent/rodent-5.3.16.3-r1.ebuild b/x11-misc/rodent/rodent-5.3.16.3-r1.ebuild
deleted file mode 100644
index bb5422a7ceda..000000000000
--- a/x11-misc/rodent/rodent-5.3.16.3-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools gnome2-utils xdg-utils
-
-DESCRIPTION="A fast, small and powerful file manager and graphical shell"
-HOMEPAGE="http://xffm.org/"
-SRC_URI="mirror://sourceforge/xffm/${PV}/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/librfm-5.3.16.3"
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog TODO )
-
-src_prepare() {
- pushd apps/rodent-pkg >/dev/null || die
- sed -i -e "/^install-data-hook/d" \
- -e "/rm -f/d" Build/Makefile.am || die
- eautoreconf
- popd >/dev/null || die
- default
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
- xdg_desktop_database_update
-}