Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/findutils/
Date: Mon, 02 May 2016 18:28:53
Message-Id: 1462213716.dda20c71df35e61402bd0cd2125b66c66f0ee2ae.vapier@gentoo
1 commit: dda20c71df35e61402bd0cd2125b66c66f0ee2ae
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 2 18:28:21 2016 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Mon May 2 18:28:36 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dda20c71
7
8 sys-apps/findutils: drop some old versions
9
10 sys-apps/findutils/Manifest | 2 -
11 sys-apps/findutils/findutils-4.4.2-r1.ebuild | 54 ------------------------
12 sys-apps/findutils/findutils-4.5.16.ebuild | 63 ----------------------------
13 sys-apps/findutils/findutils-4.5.17.ebuild | 63 ----------------------------
14 4 files changed, 182 deletions(-)
15
16 diff --git a/sys-apps/findutils/Manifest b/sys-apps/findutils/Manifest
17 index de8b9f8..bd3e493 100644
18 --- a/sys-apps/findutils/Manifest
19 +++ b/sys-apps/findutils/Manifest
20 @@ -1,5 +1,3 @@
21 DIST findutils-4.4.2.tar.gz 2149838 SHA256 434f32d171cbc0a5e72cfc5372c6fc4cb0e681f8dce566a0de5b6fccd702b62a SHA512 262d0a8301158e6541b9f24e4e043d8d8c1b196b18dbe59c3bedcf17b50c95708e33ab23a07e3bfb947ad495faafffdca3c296fb525794ca60f2dfd682f228c1 WHIRLPOOL 2af1467403ece2f290be6b9f69db013d386427ab553efcf750ce36bf608fab0d37708209c22bf61b8a82f41aa13bf25a247c62f78dc95446290b7a4bd35d3393
22 -DIST findutils-4.5.16.tar.gz 3869606 SHA256 d116b48cf2a90a457726f58e24842bfa6078447d0c53be0fd1593f2555f7caae SHA512 d03100ea0708448ac714e86b6bc8ae4d9667f46df1cf0d29e1cfad6f52656254a47a2dd7ef88aaa68f94f399e848cd9d0977e25eda3781cfcd20819dc9fa76d6 WHIRLPOOL d42c7028eccdb38229aa725fade1a6aa2b2a57a65f317ccff83cf3da5594463f7810c17cc10fa5ced89a4213780133a57fd61948dc5d03b300a57f927e103eb2
23 -DIST findutils-4.5.17.tar.gz 3871981 SHA256 a41f171f0e05b6960ae1081dc21fb87f58bf939395d6559e297b59a493136a4f SHA512 a3f9a522e721e1d5c4d1b2839dcf85e829c531cb3eb63ec99765b0d5367c7a64b51ec4150e93be3fca5c620eebd3ca7a3bd7eee868663068658ee23b003bdd7a WHIRLPOOL da22ebab27435c32718d082a9991548745d13468558562590609e57478f586e7789a49e88138e9f23833189a4dc3d79fbbeaba8b3481f1cf812f1dd8a9db93b8
24 DIST findutils-4.5.18.tar.gz 3870196 SHA256 e3b570534c7897e8de117396345e2e20f17f704389b7e1daa7889fd089afbdd7 SHA512 2ae70cef9aee81d4402298db11890efa0ec38dba561dfc11afc9c91af7c1c6a7cca221f669c45b00e65eba53a8b08f5124ed4e862d9e26bcf69c48a927e6b398 WHIRLPOOL ece27a2830792e162ca5e53d7d0fefa8959292b6945180a331ac4dc1a999bd858649f761a5dee44bb35e85ffa0dd633b1b65aeeb294ac4a8846ad1cdbfaf351e
25 DIST findutils-4.6.0.tar.gz 3780154 SHA256 ded4c9f73731cd48fec3b6bdaccce896473b6d8e337e9612e16cf1431bb1169d SHA512 41fcd4197c1efbd77f7420e5754e2cf9332dfef19f90c65a8fa1844bb4bc5d529c8393ee0ff979a054e9ac65ff71d7fe3921ea079f9960843412fc9a71f8afd4 WHIRLPOOL 2954024a0503a9234fd3a4776934b53d455fe48406c53945f8eed12a30f3fb2fa438315892ef9d040e8d6e8e13efbed0146d11956c3721c22558f8a2b392e370
26
27 diff --git a/sys-apps/findutils/findutils-4.4.2-r1.ebuild b/sys-apps/findutils/findutils-4.4.2-r1.ebuild
28 deleted file mode 100644
29 index fe80f76..0000000
30 --- a/sys-apps/findutils/findutils-4.4.2-r1.ebuild
31 +++ /dev/null
32 @@ -1,54 +0,0 @@
33 -# Copyright 1999-2014 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -inherit eutils flag-o-matic toolchain-funcs multilib
38 -
39 -SELINUX_PATCH="findutils-4.4.2-selinux.diff"
40 -
41 -DESCRIPTION="GNU utilities for finding files"
42 -HOMEPAGE="https://www.gnu.org/software/findutils/"
43 -SRC_URI="mirror://gnu-alpha/${PN}/${P}.tar.gz
44 - mirror://gnu/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="GPL-3+"
47 -SLOT="0"
48 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
49 -IUSE="nls selinux static"
50 -
51 -RDEPEND="selinux? ( sys-libs/libselinux )
52 - nls? ( virtual/libintl )"
53 -DEPEND="${RDEPEND}
54 - nls? ( sys-devel/gettext )"
55 -
56 -src_unpack() {
57 - unpack ${A}
58 - cd "${S}"
59 -
60 - epatch "${FILESDIR}"/${P}-gnulib-date-x32.patch
61 -
62 - # Don't build or install locate because it conflicts with slocate,
63 - # which is a secure version of locate. See bug 18729
64 - sed -i '/^SUBDIRS/s/locate//' Makefile.in
65 -
66 - use selinux && epatch "${FILESDIR}/${SELINUX_PATCH}"
67 -}
68 -
69 -src_compile() {
70 - use static && append-ldflags -static
71 -
72 - local myconf
73 - use userland_GNU || myconf=" --program-prefix=g"
74 -
75 - econf \
76 - $(use_enable nls) \
77 - --libexecdir=/usr/$(get_libdir)/find \
78 - ${myconf} \
79 - || die "configure failed"
80 - emake AR="$(tc-getAR)" || die "make failed"
81 -}
82 -
83 -src_install() {
84 - emake DESTDIR="${D}" install || die
85 - dodoc NEWS README TODO ChangeLog
86 -}
87
88 diff --git a/sys-apps/findutils/findutils-4.5.16.ebuild b/sys-apps/findutils/findutils-4.5.16.ebuild
89 deleted file mode 100644
90 index 7b49dce..0000000
91 --- a/sys-apps/findutils/findutils-4.5.16.ebuild
92 +++ /dev/null
93 @@ -1,63 +0,0 @@
94 -# Copyright 1999-2015 Gentoo Foundation
95 -# Distributed under the terms of the GNU General Public License v2
96 -# $Id$
97 -
98 -EAPI="5"
99 -
100 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
101 -
102 -inherit eutils flag-o-matic toolchain-funcs python-any-r1
103 -
104 -DESCRIPTION="GNU utilities for finding files"
105 -HOMEPAGE="https://www.gnu.org/software/findutils/"
106 -SRC_URI="mirror://gnu-alpha/${PN}/${P}.tar.gz"
107 -
108 -LICENSE="GPL-3+"
109 -SLOT="0"
110 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
111 -IUSE="debug nls selinux static test"
112 -
113 -RDEPEND="selinux? ( sys-libs/libselinux )
114 - nls? ( virtual/libintl )"
115 -DEPEND="${RDEPEND}
116 - test? ( ${PYTHON_DEPS} )
117 - nls? ( sys-devel/gettext )"
118 -
119 -pkg_setup() {
120 - use test && python-any-r1_pkg_setup
121 -}
122 -
123 -src_prepare() {
124 - # Don't build or install locate because it conflicts with slocate,
125 - # which is a secure version of locate. See bug 18729
126 - sed -i '/^SUBDIRS/s/locate//' Makefile.in
127 -}
128 -
129 -src_configure() {
130 - use static && append-ldflags -static
131 -
132 - program_prefix=$(usex userland_GNU '' g)
133 - econf \
134 - --with-packager="Gentoo" \
135 - --with-packager-version="${PVR}" \
136 - --with-packager-bug-reports="https://bugs.gentoo.org/" \
137 - --program-prefix=${program_prefix} \
138 - $(use_enable debug) \
139 - $(use_enable nls) \
140 - $(use_with selinux) \
141 - --libexecdir='$(libdir)'/find
142 -}
143 -
144 -src_compile() {
145 - # We don't build locate, but the docs want a file in there.
146 - emake -C locate dblocation.texi
147 - default
148 -}
149 -
150 -src_install() {
151 - default
152 -
153 - # We don't need this, so punt it.
154 - rm "${ED}"/usr/bin/${program_prefix}oldfind \
155 - "${ED}"/usr/share/man/man1/${program_prefix}oldfind.1 || die
156 -}
157
158 diff --git a/sys-apps/findutils/findutils-4.5.17.ebuild b/sys-apps/findutils/findutils-4.5.17.ebuild
159 deleted file mode 100644
160 index 7b49dce..0000000
161 --- a/sys-apps/findutils/findutils-4.5.17.ebuild
162 +++ /dev/null
163 @@ -1,63 +0,0 @@
164 -# Copyright 1999-2015 Gentoo Foundation
165 -# Distributed under the terms of the GNU General Public License v2
166 -# $Id$
167 -
168 -EAPI="5"
169 -
170 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
171 -
172 -inherit eutils flag-o-matic toolchain-funcs python-any-r1
173 -
174 -DESCRIPTION="GNU utilities for finding files"
175 -HOMEPAGE="https://www.gnu.org/software/findutils/"
176 -SRC_URI="mirror://gnu-alpha/${PN}/${P}.tar.gz"
177 -
178 -LICENSE="GPL-3+"
179 -SLOT="0"
180 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
181 -IUSE="debug nls selinux static test"
182 -
183 -RDEPEND="selinux? ( sys-libs/libselinux )
184 - nls? ( virtual/libintl )"
185 -DEPEND="${RDEPEND}
186 - test? ( ${PYTHON_DEPS} )
187 - nls? ( sys-devel/gettext )"
188 -
189 -pkg_setup() {
190 - use test && python-any-r1_pkg_setup
191 -}
192 -
193 -src_prepare() {
194 - # Don't build or install locate because it conflicts with slocate,
195 - # which is a secure version of locate. See bug 18729
196 - sed -i '/^SUBDIRS/s/locate//' Makefile.in
197 -}
198 -
199 -src_configure() {
200 - use static && append-ldflags -static
201 -
202 - program_prefix=$(usex userland_GNU '' g)
203 - econf \
204 - --with-packager="Gentoo" \
205 - --with-packager-version="${PVR}" \
206 - --with-packager-bug-reports="https://bugs.gentoo.org/" \
207 - --program-prefix=${program_prefix} \
208 - $(use_enable debug) \
209 - $(use_enable nls) \
210 - $(use_with selinux) \
211 - --libexecdir='$(libdir)'/find
212 -}
213 -
214 -src_compile() {
215 - # We don't build locate, but the docs want a file in there.
216 - emake -C locate dblocation.texi
217 - default
218 -}
219 -
220 -src_install() {
221 - default
222 -
223 - # We don't need this, so punt it.
224 - rm "${ED}"/usr/bin/${program_prefix}oldfind \
225 - "${ED}"/usr/share/man/man1/${program_prefix}oldfind.1 || die
226 -}