Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/acl/
Date: Sun, 06 Jun 2021 15:43:01
Message-Id: 1622994101.773c1b5a20d115585be7bd71e80333e5f7d6a03f.soap@gentoo
1 commit: 773c1b5a20d115585be7bd71e80333e5f7d6a03f
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 6 15:41:41 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 6 15:41:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=773c1b5a
7
8 sys-apps/acl: drop 2.2.53-r1, 2.3.0
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-apps/acl/Manifest | 2 --
13 sys-apps/acl/acl-2.2.53-r1.ebuild | 62 ---------------------------------------
14 sys-apps/acl/acl-2.3.0.ebuild | 62 ---------------------------------------
15 3 files changed, 126 deletions(-)
16
17 diff --git a/sys-apps/acl/Manifest b/sys-apps/acl/Manifest
18 index 6f860e25570..8b70f08471e 100644
19 --- a/sys-apps/acl/Manifest
20 +++ b/sys-apps/acl/Manifest
21 @@ -1,3 +1 @@
22 -DIST acl-2.2.53.tar.gz 524300 BLAKE2B a4c602b18ab1a7932dce38c8dacf3a3026a3100a8a7e61f0740886ec7154a7738ca641953dc1253b5574580815d7f547a99bdd0cc0ee87238a1995abe97eb9d8 SHA512 176b7957fe0e7618e0b7bf2ac5071f7fa29417df718cce977661a576fa184e4af9d303b591c9d556b6ba8923e799457343afa401f5a9f7ecd9022185a4e06716
23 -DIST acl-2.3.0.tar.gz 518155 BLAKE2B 8635e8616a94f6f62de7ece2ccbc789d48f081608493b759150f4bf9d1c98098f5660cc1ec95c8a54bbd0e7295245e1bf77f4afd17f8521172bed790ce217c88 SHA512 77c0f387955d98ee086020943ea5d50ddcf5a36981cb28d2e90c74c20c3893c13c3fa9bc5bc47f79957987ec19afd00ad0b144a1387562b887c1f5fb5e6850cc
24 DIST acl-2.3.1.tar.gz 518292 BLAKE2B 82f88b1b2cafa81efa277ea9d1b4872864a9eb259839cf39a429fad8b702dc7158c24e62ca7dd0e72b028e63951798997caca7de9aa40e73f8adc462e7a31bdd SHA512 f101e27058c959f4c412f475c3fc77a90d1ead8728701e4ce04ff08b34139d35e0e72278c9ac7622ba6054e81c0aeca066e09491b5f5666462e3866705a0e892
25
26 diff --git a/sys-apps/acl/acl-2.2.53-r1.ebuild b/sys-apps/acl/acl-2.2.53-r1.ebuild
27 deleted file mode 100644
28 index 5ab955ac836..00000000000
29 --- a/sys-apps/acl/acl-2.2.53-r1.ebuild
30 +++ /dev/null
31 @@ -1,62 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit flag-o-matic libtool multilib-minimal usr-ldscript
38 -
39 -DESCRIPTION="Access control list utilities, libraries, and headers"
40 -HOMEPAGE="https://savannah.nongnu.org/projects/acl"
41 -SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="LGPL-2.1"
44 -SLOT="0"
45 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
46 -IUSE="nls static-libs"
47 -
48 -RDEPEND="
49 - >=sys-apps/attr-2.4.47-r1[${MULTILIB_USEDEP}]
50 -"
51 -DEPEND="${RDEPEND}"
52 -BDEPEND="nls? ( sys-devel/gettext )"
53 -
54 -src_prepare() {
55 - default
56 -
57 - # bug #580792
58 - elibtoolize
59 -}
60 -
61 -multilib_src_configure() {
62 - # Filter out -flto flags as they break getfacl/setfacl binaries
63 - # bug #667372
64 - filter-flags -flto*
65 -
66 - local myeconfargs=(
67 - --bindir="${EPREFIX}"/bin
68 - $(use_enable static-libs static)
69 - --libexecdir="${EPREFIX}"/usr/$(get_libdir)
70 - $(use_enable nls)
71 - )
72 -
73 - ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
74 -}
75 -
76 -multilib_src_test() {
77 - # Tests call native binaries with an LD_PRELOAD wrapper
78 - # bug #772356
79 - multilib_is_native_abi && default
80 -}
81 -
82 -multilib_src_install() {
83 - default
84 -
85 - # Move shared libs to /
86 - gen_usr_ldscript -a acl
87 -}
88 -
89 -multilib_src_install_all() {
90 - if ! use static-libs ; then
91 - find "${ED}" -type f -name "*.la" -delete || die
92 - fi
93 -}
94
95 diff --git a/sys-apps/acl/acl-2.3.0.ebuild b/sys-apps/acl/acl-2.3.0.ebuild
96 deleted file mode 100644
97 index 7ffef6cfc23..00000000000
98 --- a/sys-apps/acl/acl-2.3.0.ebuild
99 +++ /dev/null
100 @@ -1,62 +0,0 @@
101 -# Copyright 1999-2021 Gentoo Authors
102 -# Distributed under the terms of the GNU General Public License v2
103 -
104 -EAPI=7
105 -
106 -inherit flag-o-matic libtool multilib-minimal usr-ldscript
107 -
108 -DESCRIPTION="Access control list utilities, libraries, and headers"
109 -HOMEPAGE="https://savannah.nongnu.org/projects/acl"
110 -SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
111 -
112 -LICENSE="LGPL-2.1"
113 -SLOT="0"
114 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
115 -IUSE="nls static-libs"
116 -
117 -RDEPEND="
118 - >=sys-apps/attr-2.4.47-r1[${MULTILIB_USEDEP}]
119 -"
120 -DEPEND="${RDEPEND}"
121 -BDEPEND="nls? ( sys-devel/gettext )"
122 -
123 -src_prepare() {
124 - default
125 -
126 - # bug #580792
127 - elibtoolize
128 -}
129 -
130 -multilib_src_configure() {
131 - # Filter out -flto flags as they break getfacl/setfacl binaries
132 - # bug #667372
133 - filter-flags -flto*
134 -
135 - local myeconfargs=(
136 - --bindir="${EPREFIX}"/bin
137 - $(use_enable static-libs static)
138 - --libexecdir="${EPREFIX}"/usr/$(get_libdir)
139 - $(use_enable nls)
140 - )
141 -
142 - ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
143 -}
144 -
145 -multilib_src_test() {
146 - # Tests call native binaries with an LD_PRELOAD wrapper
147 - # bug #772356
148 - multilib_is_native_abi && default
149 -}
150 -
151 -multilib_src_install() {
152 - default
153 -
154 - # Move shared libs to /
155 - gen_usr_ldscript -a acl
156 -}
157 -
158 -multilib_src_install_all() {
159 - if ! use static-libs ; then
160 - find "${ED}" -type f -name "*.la" -delete || die
161 - fi
162 -}