diff options
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/rodent/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/rodent/metadata.xml | 12 | ||||
-rw-r--r-- | x11-misc/rodent/rodent-5.3.16.3-r1.ebuild | 40 |
3 files changed, 0 insertions, 53 deletions
diff --git a/x11-misc/rodent/Manifest b/x11-misc/rodent/Manifest deleted file mode 100644 index d3ae1e0e2d18..000000000000 --- a/x11-misc/rodent/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST rodent-5.3.16.3.tar.bz2 10873231 BLAKE2B 5eca3c69d5a0427997bfcb7af8cd187fcb9f49e98988ed16a2cb292e59686d82ca93f60f8c827669df3b168d53c1da5b956d267dc94c1b67793113ae42b98954 SHA512 83c85501d3fe49e84abe9bb61a23ca4ec86fb22abb2e9a01228b3180d114380ff085ee58f51b9ac47173214ab8323e0bde7cfca6fb9b7907d4b1551ad48326f5 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 -} |