summaryrefslogtreecommitdiff
path: root/app-misc/fslint
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-misc/fslint
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-misc/fslint')
-rw-r--r--app-misc/fslint/Manifest3
-rw-r--r--app-misc/fslint/fslint-2.46.ebuild79
-rw-r--r--app-misc/fslint/metadata.xml8
3 files changed, 0 insertions, 90 deletions
diff --git a/app-misc/fslint/Manifest b/app-misc/fslint/Manifest
deleted file mode 100644
index deba3163ea2c..000000000000
--- a/app-misc/fslint/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST fslint-2.46.tar.xz 135988 BLAKE2B e4cd1187222f9a959c23ea0606263489d6cd52ae1e2f0f4fd4ac859fc516073f3d5186e7bc77a782ab1a698db182e7082333020b25a8f5a705bd1265d99e7ba4 SHA512 7b6122b5920d37548cfb05bb986cc29a86c7de9f549375923299c23fe19cbc8c6a521feafcf6df6fe0562dae8b6a4e804f24fdf5a833ea2b68308be41a96b696
-EBUILD fslint-2.46.ebuild 2137 BLAKE2B 5dbf48e8c1d655c5d8d6b40b18657fabe18e7e36bd9e6e44ca75c08313fff06198ec43c55da82280fa158bb188e017a5daee6cf6932fd31f21082cac1fc2fe80 SHA512 b8244fbd2c91a810bca8b29a63d0a3fbfe9eec21934682d89989b1d7569338cf2b9ff8f266808b2bf7bdd4d0ebf23a416b1ffa9bd1c1a4066fd72790f68f7902
-MISC metadata.xml 250 BLAKE2B 4e66f9af5f8e38f419fa14400bb846409e25a994b97c5ea4576b86ae5b601776c81fccbea03201d3414f9eb32cd0d12afee9babdb5e864338b1a86bfdbfa5cce SHA512 aba0ad6bb553b7f17cc5865b37e6ab4d7cb932b9384937bd8e2c8b254f9ba39afa3b1df70b83974c58076339fbf62b60f26d69f789e349f02b1d89dea299ce3a
diff --git a/app-misc/fslint/fslint-2.46.ebuild b/app-misc/fslint/fslint-2.46.ebuild
deleted file mode 100644
index 6e119a86e0a1..000000000000
--- a/app-misc/fslint/fslint-2.46.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# 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="${HOMEPAGE}${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>