commit: 10bd58293d0c18222eb2337a8eaa0d46068a16c9 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Wed Nov 8 12:39:23 2023 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Wed Nov 8 12:39:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10bd5829
x11-misc/rodent: treeclean Closes: https://bugs.gentoo.org/742782 Closes: https://bugs.gentoo.org/742809 Closes: https://bugs.gentoo.org/771858 Closes: https://bugs.gentoo.org/898326 Closes: https://bugs.gentoo.org/811393 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> profiles/package.mask | 1 - x11-misc/rodent/Manifest | 1 - x11-misc/rodent/metadata.xml | 12 ---------- x11-misc/rodent/rodent-5.3.16.3-r1.ebuild | 40 ------------------------------- 4 files changed, 54 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 5bdcedf21db2..808da410f22e 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -316,7 +316,6 @@ x11-misc/sselp # #898314, #898322, #898324, #898326. dev-libs/libtubo x11-libs/librfm -x11-misc/rodent # Sam James <[email protected]> (2023-10-06) # Breaks building scipy: https://github.com/cython/cython/issues/5748 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>[email protected]</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 -}
