From: Andreas Sturmlechner Date: Thu, 26 Mar 2020 23:31:40 +0000 (+0100) Subject: app-misc/fslint: Remove last-rited package X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bf5de04bb3826c7b644f21af7305d19b8b9fe931;p=gentoo.git app-misc/fslint: Remove last-rited package Closes: https://bugs.gentoo.org/708112 Signed-off-by: Andreas Sturmlechner --- diff --git a/app-misc/fslint/Manifest b/app-misc/fslint/Manifest deleted file mode 100644 index a62613d52bbb..000000000000 --- a/app-misc/fslint/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST fslint-2.46.tar.xz 135988 BLAKE2B e4cd1187222f9a959c23ea0606263489d6cd52ae1e2f0f4fd4ac859fc516073f3d5186e7bc77a782ab1a698db182e7082333020b25a8f5a705bd1265d99e7ba4 SHA512 7b6122b5920d37548cfb05bb986cc29a86c7de9f549375923299c23fe19cbc8c6a521feafcf6df6fe0562dae8b6a4e804f24fdf5a833ea2b68308be41a96b696 diff --git a/app-misc/fslint/fslint-2.46.ebuild b/app-misc/fslint/fslint-2.46.ebuild deleted file mode 100644 index 6d500bd232fc..000000000000 --- a/app-misc/fslint/fslint-2.46.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -# The eutils eclass is still needed for doicon() and domenu(). -inherit eutils python-r1 - -DESCRIPTION="A utility to find various forms of lint on a filesystem" -HOMEPAGE="http://www.pixelbeat.org/fslint/" -SRC_URI="http://www.pixelbeat.org/fslint/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="nls" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - dev-python/pygtk:2[${PYTHON_USEDEP}] - gnome-base/libglade:2.0" - -DEPEND="nls? ( sys-devel/gettext:* )" - -src_prepare() { - default - - # Change some paths to make ${PN}-gui run with our filesystem layout. - # These commands are taken from the debian/rules file. - sed -e "s:^liblocation=.*$:liblocation='${EROOT}usr/share/${PN}':" \ - -e "s:^locale_base=.*$:locale_base=None:" \ - -i "${PN}-gui" \ - || die "failed to fix liblocation and locale_base in ${PN}-gui" -} - -src_install() { - # The commands below roughly follow debian/rules. - python_foreach_impl python_doscript "${PN}-gui" - - insinto "/usr/share/${PN}" - doins "${PN}.glade" "${PN}_icon.png" - - exeinto "/usr/share/${PN}/${PN}" - doexe "${PN}"/find* - doexe "${PN}/${PN}" - doexe "${PN}/zipdir" - - exeinto "/usr/share/${PN}/${PN}/fstool" - doexe "${PN}/fstool/dir_size" "${PN}/fstool/edu" "${PN}/fstool/lS" - python_scriptinto "/usr/share/${PN}/${PN}/fstool" - python_foreach_impl python_doscript "${PN}/fstool/dupwaste" - - exeinto "/usr/share/${PN}/${PN}/supprt" - doexe "${PN}"/supprt/get* - - python_scriptinto "/usr/share/${PN}/${PN}/supprt" - python_foreach_impl python_doscript "${PN}/supprt/md5sum_approx" - - doexe "${PN}/supprt/fslver" - - exeinto "/usr/share/${PN}/${PN}/supprt/rmlint" - doexe "${PN}"/supprt/rmlint/*.sh - python_scriptinto "/usr/share/${PN}/${PN}/supprt/rmlint" - python_foreach_impl python_doscript "${PN}/supprt/rmlint/fixdup" - python_foreach_impl python_doscript "${PN}/supprt/rmlint/merge_hardlinks" - - doicon "${PN}_icon.png" - domenu "${PN}.desktop" - - dodoc doc/{FAQ,NEWS,README,TODO} - doman man/*.1 - - if use nls; then - cd po || die - emake DESTDIR="${D}" install - fi -} diff --git a/app-misc/fslint/metadata.xml b/app-misc/fslint/metadata.xml deleted file mode 100644 index 6e883e5321c1..000000000000 --- a/app-misc/fslint/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - pixelb/fslint - - diff --git a/profiles/package.mask b/profiles/package.mask index 40ee4f09073e..30d64126a6e1 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -450,12 +450,6 @@ app-portage/euscan # Last release in 2011, bug #708106, masked for removal in 30 days. app-cdr/gtkcdlabel -# Andreas Sturmlechner (2020-02-26) -# Unmaintained revdep on dev-python/pygtk blocking its removal, py2-only -# No plans upstream to port away from pygtk, suggested alternative dupeguru -# not packaged in Gentoo, bug #708112. Masked for removal in 30 days. -app-misc/fslint - # Michał Górny (2020-02-24) # app-admin/packagekit-base is Python 2 only and behind upstream. # The Portage backend is unmaintained. Other packages are its reverse