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: Fri, 18 Dec 2015 17:19:33
Message-Id: 1450459091.2ea39dd36200d9b244dda088c0fc195c5b9fb24e.vapier@gentoo
1 commit: 2ea39dd36200d9b244dda088c0fc195c5b9fb24e
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 18 15:51:31 2015 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 18 17:18:11 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ea39dd3
7
8 sys-apps/findutils: drop old 4.5.x versions
9
10 sys-apps/findutils/Manifest | 1 -
11 sys-apps/findutils/findutils-4.5.12.ebuild | 50 ------------------------------
12 sys-apps/findutils/findutils-4.5.14.ebuild | 50 ------------------------------
13 3 files changed, 101 deletions(-)
14
15 diff --git a/sys-apps/findutils/Manifest b/sys-apps/findutils/Manifest
16 index 65f4c71..f7a0471 100644
17 --- a/sys-apps/findutils/Manifest
18 +++ b/sys-apps/findutils/Manifest
19 @@ -1,3 +1,2 @@
20 DIST findutils-4.4.2.tar.gz 2149838 SHA256 434f32d171cbc0a5e72cfc5372c6fc4cb0e681f8dce566a0de5b6fccd702b62a SHA512 262d0a8301158e6541b9f24e4e043d8d8c1b196b18dbe59c3bedcf17b50c95708e33ab23a07e3bfb947ad495faafffdca3c296fb525794ca60f2dfd682f228c1 WHIRLPOOL 2af1467403ece2f290be6b9f69db013d386427ab553efcf750ce36bf608fab0d37708209c22bf61b8a82f41aa13bf25a247c62f78dc95446290b7a4bd35d3393
21 -DIST findutils-4.5.12.tar.gz 3236073 SHA256 df859eebad68c216204363f163c0e4200208ce7348f3658564a120e32e4f63de SHA512 d909ca2d3629f871e6f79e99cf547f76ea73dad773972923c177267c272a7c82e308cca22e5c8746e6aca33dee8110f1af390fbe2abf93544e5917e6475ab2f8 WHIRLPOOL 046ef3394c0834800139c1c5a6c9caddbbf36190d27bb28bd2afa212c00bbbef6c959441f2afc36c058d3cee279d3b6c971192ff442e796ee7e72edfb76b2730
22 DIST findutils-4.5.14.tar.gz 3536727 SHA256 0de3cf625a5c9f154eee3171e072515ffdde405244dd00502af617ac57b73ae2 SHA512 e26f0d58c316202d99d7dcc1c4d4d40591150dcf198dff2dab0f8ef5e4dc039a5ff42ef536bfc08d860f39ee4bd8215591b4cb460ff45f73007040fc5f99e66b WHIRLPOOL 116b725ffb76562a3f1e9bbfa475a791b873746a7ae362eea1a97f3b701c6e32508eafb10fe47a3ad8f56ef0e67fb04a5d98a7baf5371646945718e7aff5ad60
23
24 diff --git a/sys-apps/findutils/findutils-4.5.12.ebuild b/sys-apps/findutils/findutils-4.5.12.ebuild
25 deleted file mode 100644
26 index 1a72b20..0000000
27 --- a/sys-apps/findutils/findutils-4.5.12.ebuild
28 +++ /dev/null
29 @@ -1,50 +0,0 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI="5"
35 -
36 -inherit eutils flag-o-matic toolchain-funcs multilib
37 -
38 -DESCRIPTION="GNU utilities for finding files"
39 -HOMEPAGE="https://www.gnu.org/software/findutils/"
40 -SRC_URI="mirror://gnu-alpha/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="GPL-3+"
43 -SLOT="0"
44 -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"
45 -IUSE="nls selinux static"
46 -
47 -RDEPEND="selinux? ( sys-libs/libselinux )
48 - nls? ( virtual/libintl )"
49 -DEPEND="${RDEPEND}
50 - nls? ( sys-devel/gettext )"
51 -
52 -src_prepare() {
53 - # Don't build or install locate because it conflicts with slocate,
54 - # which is a secure version of locate. See bug 18729
55 - sed -i '/^SUBDIRS/s/locate//' Makefile.in
56 -}
57 -
58 -src_configure() {
59 - use static && append-ldflags -static
60 -
61 - program_prefix=$(usex userland_GNU '' g)
62 - econf \
63 - --with-packager="Gentoo" \
64 - --with-packager-version="${PVR}" \
65 - --with-packager-bug-reports="https://bugs.gentoo.org/" \
66 - --program-prefix=${program_prefix} \
67 - $(use_enable nls) \
68 - $(use_with selinux) \
69 - --libexecdir='$(libdir)'/find
70 -}
71 -
72 -src_install() {
73 - emake DESTDIR="${D}" install
74 - dodoc NEWS README TODO ChangeLog
75 -
76 - # We don't need this, so punt it.
77 - rm "${ED}"/usr/bin/${program_prefix}oldfind \
78 - "${ED}"/usr/share/man/man1/${program_prefix}oldfind.1 || die
79 -}
80
81 diff --git a/sys-apps/findutils/findutils-4.5.14.ebuild b/sys-apps/findutils/findutils-4.5.14.ebuild
82 deleted file mode 100644
83 index 1a72b20..0000000
84 --- a/sys-apps/findutils/findutils-4.5.14.ebuild
85 +++ /dev/null
86 @@ -1,50 +0,0 @@
87 -# Copyright 1999-2014 Gentoo Foundation
88 -# Distributed under the terms of the GNU General Public License v2
89 -# $Id$
90 -
91 -EAPI="5"
92 -
93 -inherit eutils flag-o-matic toolchain-funcs multilib
94 -
95 -DESCRIPTION="GNU utilities for finding files"
96 -HOMEPAGE="https://www.gnu.org/software/findutils/"
97 -SRC_URI="mirror://gnu-alpha/${PN}/${P}.tar.gz"
98 -
99 -LICENSE="GPL-3+"
100 -SLOT="0"
101 -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"
102 -IUSE="nls selinux static"
103 -
104 -RDEPEND="selinux? ( sys-libs/libselinux )
105 - nls? ( virtual/libintl )"
106 -DEPEND="${RDEPEND}
107 - nls? ( sys-devel/gettext )"
108 -
109 -src_prepare() {
110 - # Don't build or install locate because it conflicts with slocate,
111 - # which is a secure version of locate. See bug 18729
112 - sed -i '/^SUBDIRS/s/locate//' Makefile.in
113 -}
114 -
115 -src_configure() {
116 - use static && append-ldflags -static
117 -
118 - program_prefix=$(usex userland_GNU '' g)
119 - econf \
120 - --with-packager="Gentoo" \
121 - --with-packager-version="${PVR}" \
122 - --with-packager-bug-reports="https://bugs.gentoo.org/" \
123 - --program-prefix=${program_prefix} \
124 - $(use_enable nls) \
125 - $(use_with selinux) \
126 - --libexecdir='$(libdir)'/find
127 -}
128 -
129 -src_install() {
130 - emake DESTDIR="${D}" install
131 - dodoc NEWS README TODO ChangeLog
132 -
133 - # We don't need this, so punt it.
134 - rm "${ED}"/usr/bin/${program_prefix}oldfind \
135 - "${ED}"/usr/share/man/man1/${program_prefix}oldfind.1 || die
136 -}