diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-27 00:31:40 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-27 00:33:47 +0100 |
commit | bf5de04bb3826c7b644f21af7305d19b8b9fe931 (patch) | |
tree | 1098286351bd01eee17736c8d282d678b92780a3 /app-misc | |
parent | app-text/keepnote: Remove last-rited package (diff) | |
download | gentoo-bf5de04bb3826c7b644f21af7305d19b8b9fe931.tar.gz gentoo-bf5de04bb3826c7b644f21af7305d19b8b9fe931.tar.bz2 gentoo-bf5de04bb3826c7b644f21af7305d19b8b9fe931.zip |
app-misc/fslint: Remove last-rited package
Closes: https://bugs.gentoo.org/708112
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/fslint/Manifest | 1 | ||||
-rw-r--r-- | app-misc/fslint/fslint-2.46.ebuild | 79 | ||||
-rw-r--r-- | app-misc/fslint/metadata.xml | 8 |
3 files changed, 0 insertions, 88 deletions
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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">pixelb/fslint</remote-id> - </upstream> -</pkgmetadata> |