Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/fslint/, profiles/
Date: Thu, 26 Mar 2020 23:37:11
Message-Id: 1585265627.bf5de04bb3826c7b644f21af7305d19b8b9fe931.asturm@gentoo
1 commit: bf5de04bb3826c7b644f21af7305d19b8b9fe931
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 26 23:31:40 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 26 23:33:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf5de04b
7
8 app-misc/fslint: Remove last-rited package
9
10 Closes: https://bugs.gentoo.org/708112
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-misc/fslint/Manifest | 1 -
14 app-misc/fslint/fslint-2.46.ebuild | 79 --------------------------------------
15 app-misc/fslint/metadata.xml | 8 ----
16 profiles/package.mask | 6 ---
17 4 files changed, 94 deletions(-)
18
19 diff --git a/app-misc/fslint/Manifest b/app-misc/fslint/Manifest
20 deleted file mode 100644
21 index a62613d52bb..00000000000
22 --- a/app-misc/fslint/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST fslint-2.46.tar.xz 135988 BLAKE2B e4cd1187222f9a959c23ea0606263489d6cd52ae1e2f0f4fd4ac859fc516073f3d5186e7bc77a782ab1a698db182e7082333020b25a8f5a705bd1265d99e7ba4 SHA512 7b6122b5920d37548cfb05bb986cc29a86c7de9f549375923299c23fe19cbc8c6a521feafcf6df6fe0562dae8b6a4e804f24fdf5a833ea2b68308be41a96b696
26
27 diff --git a/app-misc/fslint/fslint-2.46.ebuild b/app-misc/fslint/fslint-2.46.ebuild
28 deleted file mode 100644
29 index 6d500bd232f..00000000000
30 --- a/app-misc/fslint/fslint-2.46.ebuild
31 +++ /dev/null
32 @@ -1,79 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -PYTHON_COMPAT=( python2_7 )
39 -
40 -# The eutils eclass is still needed for doicon() and domenu().
41 -inherit eutils python-r1
42 -
43 -DESCRIPTION="A utility to find various forms of lint on a filesystem"
44 -HOMEPAGE="http://www.pixelbeat.org/fslint/"
45 -SRC_URI="http://www.pixelbeat.org/fslint/${P}.tar.xz"
46 -
47 -LICENSE="GPL-2"
48 -SLOT="0"
49 -KEYWORDS="amd64 x86"
50 -IUSE="nls"
51 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
52 -
53 -RDEPEND="${PYTHON_DEPS}
54 - dev-python/pygtk:2[${PYTHON_USEDEP}]
55 - gnome-base/libglade:2.0"
56 -
57 -DEPEND="nls? ( sys-devel/gettext:* )"
58 -
59 -src_prepare() {
60 - default
61 -
62 - # Change some paths to make ${PN}-gui run with our filesystem layout.
63 - # These commands are taken from the debian/rules file.
64 - sed -e "s:^liblocation=.*$:liblocation='${EROOT}usr/share/${PN}':" \
65 - -e "s:^locale_base=.*$:locale_base=None:" \
66 - -i "${PN}-gui" \
67 - || die "failed to fix liblocation and locale_base in ${PN}-gui"
68 -}
69 -
70 -src_install() {
71 - # The commands below roughly follow debian/rules.
72 - python_foreach_impl python_doscript "${PN}-gui"
73 -
74 - insinto "/usr/share/${PN}"
75 - doins "${PN}.glade" "${PN}_icon.png"
76 -
77 - exeinto "/usr/share/${PN}/${PN}"
78 - doexe "${PN}"/find*
79 - doexe "${PN}/${PN}"
80 - doexe "${PN}/zipdir"
81 -
82 - exeinto "/usr/share/${PN}/${PN}/fstool"
83 - doexe "${PN}/fstool/dir_size" "${PN}/fstool/edu" "${PN}/fstool/lS"
84 - python_scriptinto "/usr/share/${PN}/${PN}/fstool"
85 - python_foreach_impl python_doscript "${PN}/fstool/dupwaste"
86 -
87 - exeinto "/usr/share/${PN}/${PN}/supprt"
88 - doexe "${PN}"/supprt/get*
89 -
90 - python_scriptinto "/usr/share/${PN}/${PN}/supprt"
91 - python_foreach_impl python_doscript "${PN}/supprt/md5sum_approx"
92 -
93 - doexe "${PN}/supprt/fslver"
94 -
95 - exeinto "/usr/share/${PN}/${PN}/supprt/rmlint"
96 - doexe "${PN}"/supprt/rmlint/*.sh
97 - python_scriptinto "/usr/share/${PN}/${PN}/supprt/rmlint"
98 - python_foreach_impl python_doscript "${PN}/supprt/rmlint/fixdup"
99 - python_foreach_impl python_doscript "${PN}/supprt/rmlint/merge_hardlinks"
100 -
101 - doicon "${PN}_icon.png"
102 - domenu "${PN}.desktop"
103 -
104 - dodoc doc/{FAQ,NEWS,README,TODO}
105 - doman man/*.1
106 -
107 - if use nls; then
108 - cd po || die
109 - emake DESTDIR="${D}" install
110 - fi
111 -}
112
113 diff --git a/app-misc/fslint/metadata.xml b/app-misc/fslint/metadata.xml
114 deleted file mode 100644
115 index 6e883e5321c..00000000000
116 --- a/app-misc/fslint/metadata.xml
117 +++ /dev/null
118 @@ -1,8 +0,0 @@
119 -<?xml version="1.0" encoding="UTF-8"?>
120 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
121 -<pkgmetadata>
122 - <!-- maintainer-needed -->
123 - <upstream>
124 - <remote-id type="github">pixelb/fslint</remote-id>
125 - </upstream>
126 -</pkgmetadata>
127
128 diff --git a/profiles/package.mask b/profiles/package.mask
129 index 40ee4f09073..30d64126a6e 100644
130 --- a/profiles/package.mask
131 +++ b/profiles/package.mask
132 @@ -450,12 +450,6 @@ app-portage/euscan
133 # Last release in 2011, bug #708106, masked for removal in 30 days.
134 app-cdr/gtkcdlabel
135
136 -# Andreas Sturmlechner <asturm@g.o> (2020-02-26)
137 -# Unmaintained revdep on dev-python/pygtk blocking its removal, py2-only
138 -# No plans upstream to port away from pygtk, suggested alternative dupeguru
139 -# not packaged in Gentoo, bug #708112. Masked for removal in 30 days.
140 -app-misc/fslint
141 -
142 # Michał Górny <mgorny@g.o> (2020-02-24)
143 # app-admin/packagekit-base is Python 2 only and behind upstream.
144 # The Portage backend is unmaintained. Other packages are its reverse