Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/memcached/
Date: Thu, 14 May 2020 06:52:15
Message-Id: 1589439127.e82b918ebecfb13979b8ea098c2066cc85f82627.prometheanfire@gentoo
1 commit: e82b918ebecfb13979b8ea098c2066cc85f82627
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 14 06:49:57 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu May 14 06:52:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e82b918e
7
8 net-misc/memcached: 1.6.6 stable amd64/x86
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 net-misc/memcached/Manifest | 3 -
14 net-misc/memcached/memcached-1.6.2.ebuild | 99 -----------------------------
15 net-misc/memcached/memcached-1.6.3.ebuild | 99 -----------------------------
16 net-misc/memcached/memcached-1.6.5.ebuild | 100 ------------------------------
17 net-misc/memcached/memcached-1.6.6.ebuild | 2 +-
18 5 files changed, 1 insertion(+), 302 deletions(-)
19
20 diff --git a/net-misc/memcached/Manifest b/net-misc/memcached/Manifest
21 index ca5a2b3e808..3037f1a5c20 100644
22 --- a/net-misc/memcached/Manifest
23 +++ b/net-misc/memcached/Manifest
24 @@ -1,5 +1,2 @@
25 DIST memcached-1.5.22.tar.gz 532713 BLAKE2B 90787522f36d9d4389438334572725df18050ae67bda2d97cde67b01492ca81772ddf7e83e02f71031ca909402a68f3db085ef6bece6e032ce580676a8a722f3 SHA512 19804c2847679eb018a0221b0717ebbcd2cd33b7f03176cc0d77b7405152dc944d3f5c39d0d81fcb6c08a2fa9317959e25587e7cb50718fdb6675288b2b078aa
26 -DIST memcached-1.6.2.tar.gz 536527 BLAKE2B e350ee10ed74d68206baa009fa49e30e6563a21fd617fc30c1c2695642f6a5f85662acc40471d903a54c26153ca904d1ce9fb3bcbc7bae5d06431069872ca812 SHA512 e695c1292fc85280be3d337990c37f6fcf85e1a73870d541b993335b12f33b31516b477c30169a40c7b5d24fac8c842fdc5f1f48348c5cafa593040229349640
27 -DIST memcached-1.6.3.tar.gz 538890 BLAKE2B 06d18dcfa00bead3d0d5e46a2660568544b0e6bf27b4f2c1759d9bf8170c0b5b78028303a530d651b4002053ec747b4c6a2dabc231b57cbbfa276ff1cc59f9f1 SHA512 f51248906f59eca3025dd8b56adcd49dcacbf706f66b0fbdafeb054a213d5595a8e13dc38a365cf852d3b1058f90a981f464e24025a4f33dccd09aa579f7cbbd
28 -DIST memcached-1.6.5.tar.gz 539962 BLAKE2B 2abe351d09a29c98a6a7710f05d1934d9733366e32489137f281558abefa6183e66ac4b1acf44af5c1772123ffa032f460bf796acb6258a908d6ef1e38262f88 SHA512 e6cc2db70bbd05dd40131ca9e0cbbc72c41d747f64b6e6e6c2e3ac2630b67fefcd5e945b2e8d57db6d0b379ba9c34d89eb2c19f20391493e4e2390d7a1616d90
29 DIST memcached-1.6.6.tar.gz 543661 BLAKE2B 04de48d6450961585ac3b1c8ae6f803c59e5bbf34e45aa27c9e53309350608dc3c899cf169095361c4ccdc44e0bcc2860662d7066477abd7fdc8e80e34d22d36 SHA512 dfd19bf42d35fff391bb479338706a83082e3cdd3ff6e225d3d4da9df01b0a1f659a012dc30766651ffd57f0c19128fc4c3df29b721e588c909656d02cfdaa0a
30
31 diff --git a/net-misc/memcached/memcached-1.6.2.ebuild b/net-misc/memcached/memcached-1.6.2.ebuild
32 deleted file mode 100644
33 index 75cbb9370f3..00000000000
34 --- a/net-misc/memcached/memcached-1.6.2.ebuild
35 +++ /dev/null
36 @@ -1,99 +0,0 @@
37 -# Copyright 1999-2020 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=7
41 -inherit autotools eutils flag-o-matic systemd
42 -
43 -MY_PV="${PV/_rc/-rc}"
44 -MY_P="${PN}-${MY_PV}"
45 -
46 -DESCRIPTION="High-performance, distributed memory object caching system"
47 -HOMEPAGE="http://memcached.org/"
48 -SRC_URI="https://www.memcached.org/files/${MY_P}.tar.gz
49 - https://www.memcached.org/files/old/${MY_P}.tar.gz"
50 -
51 -LICENSE="BSD"
52 -SLOT="0"
53 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
54 -IUSE="debug sasl seccomp selinux slabs-reassign test" # hugetlbfs later
55 -
56 -RDEPEND=">=dev-libs/libevent-1.4:=
57 - dev-lang/perl
58 - sasl? ( dev-libs/cyrus-sasl )
59 - seccomp? ( sys-libs/libseccomp )
60 - selinux? ( sec-policy/selinux-memcached )"
61 -DEPEND="${RDEPEND}
62 - acct-user/memcached
63 - test? ( virtual/perl-Test-Harness >=dev-perl/Cache-Memcached-1.24 )"
64 -
65 -S="${WORKDIR}/${MY_P}"
66 -
67 -RESTRICT="!test? ( test )"
68 -
69 -PATCHES=(
70 - "${FILESDIR}/${PN}-1.2.2-fbsd.patch"
71 - "${FILESDIR}/${PN}-1.4.0-fix-as-needed-linking.patch"
72 - "${FILESDIR}/${PN}-1.4.4-as-needed.patch"
73 - "${FILESDIR}/${PN}-1.4.17-EWOULDBLOCK.patch"
74 -)
75 -
76 -src_prepare() {
77 - sed -i -e 's,-Werror,,g' configure.ac || die
78 - sed -i -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,' configure.ac || die
79 - eautoreconf
80 - use slabs-reassign && append-flags -DALLOW_SLABS_REASSIGN
81 -
82 - # Tweak upstream systemd unit to use Gentoo variables/envfile.
83 - # As noted by bug #587440
84 - sed -i -e '/^ExecStart/{
85 - s,{USER},{MEMCACHED_RUNAS},g;
86 - s,{CACHESIZE},{MEMUSAGE},g;
87 - s,OPTIONS,MISC_OPTS,g;
88 - };
89 - /Environment=/{s,OPTIONS,MISC_OPTS,g;};
90 - /EnvironmentFile=/{s,/sysconfig/,/conf.d/,g;};
91 - ' \
92 - "${S}"/scripts/memcached.service
93 - default
94 -}
95 -
96 -src_configure() {
97 - econf \
98 - --disable-docs \
99 - $(use_enable sasl)
100 - # The xml2rfc tool to build the additional docs requires TCL :-(
101 - # `use_enable doc docs`
102 -}
103 -
104 -src_compile() {
105 - # There is a heavy degree of per-object compile flags
106 - # Users do NOT know better than upstream. Trying to compile the testapp and
107 - # the -debug version with -DNDEBUG _WILL_ fail.
108 - append-flags -UNDEBUG -pthread
109 - emake testapp memcached-debug CFLAGS="${CFLAGS}"
110 - filter-flags -UNDEBUG
111 - emake
112 -}
113 -
114 -src_install() {
115 - emake DESTDIR="${D}" install
116 - dobin scripts/memcached-tool
117 - use debug && dobin memcached-debug
118 -
119 - dodoc AUTHORS ChangeLog NEWS README.md doc/{CONTRIBUTORS,*.txt}
120 -
121 - newconfd "${FILESDIR}/memcached.confd" memcached
122 - newinitd "${FILESDIR}/memcached.init2" memcached
123 - systemd_dounit "${S}/scripts/memcached.service"
124 -}
125 -
126 -pkg_postinst() {
127 - elog "With this version of Memcached Gentoo now supports multiple instances."
128 - elog "To enable this you should create a symlink in /etc/init.d/ for each instance"
129 - elog "to /etc/init.d/memcached and create the matching conf files in /etc/conf.d/"
130 - elog "Please see Gentoo bug #122246 for more info"
131 -}
132 -
133 -src_test() {
134 - emake -j1 test
135 -}
136
137 diff --git a/net-misc/memcached/memcached-1.6.3.ebuild b/net-misc/memcached/memcached-1.6.3.ebuild
138 deleted file mode 100644
139 index 75cbb9370f3..00000000000
140 --- a/net-misc/memcached/memcached-1.6.3.ebuild
141 +++ /dev/null
142 @@ -1,99 +0,0 @@
143 -# Copyright 1999-2020 Gentoo Authors
144 -# Distributed under the terms of the GNU General Public License v2
145 -
146 -EAPI=7
147 -inherit autotools eutils flag-o-matic systemd
148 -
149 -MY_PV="${PV/_rc/-rc}"
150 -MY_P="${PN}-${MY_PV}"
151 -
152 -DESCRIPTION="High-performance, distributed memory object caching system"
153 -HOMEPAGE="http://memcached.org/"
154 -SRC_URI="https://www.memcached.org/files/${MY_P}.tar.gz
155 - https://www.memcached.org/files/old/${MY_P}.tar.gz"
156 -
157 -LICENSE="BSD"
158 -SLOT="0"
159 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
160 -IUSE="debug sasl seccomp selinux slabs-reassign test" # hugetlbfs later
161 -
162 -RDEPEND=">=dev-libs/libevent-1.4:=
163 - dev-lang/perl
164 - sasl? ( dev-libs/cyrus-sasl )
165 - seccomp? ( sys-libs/libseccomp )
166 - selinux? ( sec-policy/selinux-memcached )"
167 -DEPEND="${RDEPEND}
168 - acct-user/memcached
169 - test? ( virtual/perl-Test-Harness >=dev-perl/Cache-Memcached-1.24 )"
170 -
171 -S="${WORKDIR}/${MY_P}"
172 -
173 -RESTRICT="!test? ( test )"
174 -
175 -PATCHES=(
176 - "${FILESDIR}/${PN}-1.2.2-fbsd.patch"
177 - "${FILESDIR}/${PN}-1.4.0-fix-as-needed-linking.patch"
178 - "${FILESDIR}/${PN}-1.4.4-as-needed.patch"
179 - "${FILESDIR}/${PN}-1.4.17-EWOULDBLOCK.patch"
180 -)
181 -
182 -src_prepare() {
183 - sed -i -e 's,-Werror,,g' configure.ac || die
184 - sed -i -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,' configure.ac || die
185 - eautoreconf
186 - use slabs-reassign && append-flags -DALLOW_SLABS_REASSIGN
187 -
188 - # Tweak upstream systemd unit to use Gentoo variables/envfile.
189 - # As noted by bug #587440
190 - sed -i -e '/^ExecStart/{
191 - s,{USER},{MEMCACHED_RUNAS},g;
192 - s,{CACHESIZE},{MEMUSAGE},g;
193 - s,OPTIONS,MISC_OPTS,g;
194 - };
195 - /Environment=/{s,OPTIONS,MISC_OPTS,g;};
196 - /EnvironmentFile=/{s,/sysconfig/,/conf.d/,g;};
197 - ' \
198 - "${S}"/scripts/memcached.service
199 - default
200 -}
201 -
202 -src_configure() {
203 - econf \
204 - --disable-docs \
205 - $(use_enable sasl)
206 - # The xml2rfc tool to build the additional docs requires TCL :-(
207 - # `use_enable doc docs`
208 -}
209 -
210 -src_compile() {
211 - # There is a heavy degree of per-object compile flags
212 - # Users do NOT know better than upstream. Trying to compile the testapp and
213 - # the -debug version with -DNDEBUG _WILL_ fail.
214 - append-flags -UNDEBUG -pthread
215 - emake testapp memcached-debug CFLAGS="${CFLAGS}"
216 - filter-flags -UNDEBUG
217 - emake
218 -}
219 -
220 -src_install() {
221 - emake DESTDIR="${D}" install
222 - dobin scripts/memcached-tool
223 - use debug && dobin memcached-debug
224 -
225 - dodoc AUTHORS ChangeLog NEWS README.md doc/{CONTRIBUTORS,*.txt}
226 -
227 - newconfd "${FILESDIR}/memcached.confd" memcached
228 - newinitd "${FILESDIR}/memcached.init2" memcached
229 - systemd_dounit "${S}/scripts/memcached.service"
230 -}
231 -
232 -pkg_postinst() {
233 - elog "With this version of Memcached Gentoo now supports multiple instances."
234 - elog "To enable this you should create a symlink in /etc/init.d/ for each instance"
235 - elog "to /etc/init.d/memcached and create the matching conf files in /etc/conf.d/"
236 - elog "Please see Gentoo bug #122246 for more info"
237 -}
238 -
239 -src_test() {
240 - emake -j1 test
241 -}
242
243 diff --git a/net-misc/memcached/memcached-1.6.5.ebuild b/net-misc/memcached/memcached-1.6.5.ebuild
244 deleted file mode 100644
245 index 206190e3a92..00000000000
246 --- a/net-misc/memcached/memcached-1.6.5.ebuild
247 +++ /dev/null
248 @@ -1,100 +0,0 @@
249 -# Copyright 1999-2020 Gentoo Authors
250 -# Distributed under the terms of the GNU General Public License v2
251 -
252 -EAPI=7
253 -inherit autotools eutils flag-o-matic systemd
254 -
255 -MY_PV="${PV/_rc/-rc}"
256 -MY_P="${PN}-${MY_PV}"
257 -
258 -DESCRIPTION="High-performance, distributed memory object caching system"
259 -HOMEPAGE="http://memcached.org/"
260 -SRC_URI="https://www.memcached.org/files/${MY_P}.tar.gz
261 - https://www.memcached.org/files/old/${MY_P}.tar.gz"
262 -
263 -LICENSE="BSD"
264 -SLOT="0"
265 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
266 -IUSE="debug sasl seccomp selinux slabs-reassign test" # hugetlbfs later
267 -
268 -RDEPEND=">=dev-libs/libevent-1.4:=
269 - dev-lang/perl
270 - sasl? ( dev-libs/cyrus-sasl )
271 - seccomp? ( sys-libs/libseccomp )
272 - selinux? ( sec-policy/selinux-memcached )"
273 -DEPEND="${RDEPEND}
274 - acct-user/memcached
275 - test? ( virtual/perl-Test-Harness >=dev-perl/Cache-Memcached-1.24 )"
276 -
277 -S="${WORKDIR}/${MY_P}"
278 -
279 -RESTRICT="!test? ( test )"
280 -
281 -PATCHES=(
282 - "${FILESDIR}/${PN}-1.2.2-fbsd.patch"
283 - "${FILESDIR}/${PN}-1.4.0-fix-as-needed-linking.patch"
284 - "${FILESDIR}/${PN}-1.4.4-as-needed.patch"
285 - "${FILESDIR}/${PN}-1.4.17-EWOULDBLOCK.patch"
286 - "${FILESDIR}/${PN}-1.6.5-ia64.patch"
287 -)
288 -
289 -src_prepare() {
290 - sed -i -e 's,-Werror,,g' configure.ac || die
291 - sed -i -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,' configure.ac || die
292 - eautoreconf
293 - use slabs-reassign && append-flags -DALLOW_SLABS_REASSIGN
294 -
295 - # Tweak upstream systemd unit to use Gentoo variables/envfile.
296 - # As noted by bug #587440
297 - sed -i -e '/^ExecStart/{
298 - s,{USER},{MEMCACHED_RUNAS},g;
299 - s,{CACHESIZE},{MEMUSAGE},g;
300 - s,OPTIONS,MISC_OPTS,g;
301 - };
302 - /Environment=/{s,OPTIONS,MISC_OPTS,g;};
303 - /EnvironmentFile=/{s,/sysconfig/,/conf.d/,g;};
304 - ' \
305 - "${S}"/scripts/memcached.service
306 - default
307 -}
308 -
309 -src_configure() {
310 - econf \
311 - --disable-docs \
312 - $(use_enable sasl)
313 - # The xml2rfc tool to build the additional docs requires TCL :-(
314 - # `use_enable doc docs`
315 -}
316 -
317 -src_compile() {
318 - # There is a heavy degree of per-object compile flags
319 - # Users do NOT know better than upstream. Trying to compile the testapp and
320 - # the -debug version with -DNDEBUG _WILL_ fail.
321 - append-flags -UNDEBUG -pthread
322 - emake testapp memcached-debug CFLAGS="${CFLAGS}"
323 - filter-flags -UNDEBUG
324 - emake
325 -}
326 -
327 -src_install() {
328 - emake DESTDIR="${D}" install
329 - dobin scripts/memcached-tool
330 - use debug && dobin memcached-debug
331 -
332 - dodoc AUTHORS ChangeLog NEWS README.md doc/{CONTRIBUTORS,*.txt}
333 -
334 - newconfd "${FILESDIR}/memcached.confd" memcached
335 - newinitd "${FILESDIR}/memcached.init2" memcached
336 - systemd_dounit "${S}/scripts/memcached.service"
337 -}
338 -
339 -pkg_postinst() {
340 - elog "With this version of Memcached Gentoo now supports multiple instances."
341 - elog "To enable this you should create a symlink in /etc/init.d/ for each instance"
342 - elog "to /etc/init.d/memcached and create the matching conf files in /etc/conf.d/"
343 - elog "Please see Gentoo bug #122246 for more info"
344 -}
345 -
346 -src_test() {
347 - emake -j1 test
348 -}
349
350 diff --git a/net-misc/memcached/memcached-1.6.6.ebuild b/net-misc/memcached/memcached-1.6.6.ebuild
351 index 206190e3a92..513d593920b 100644
352 --- a/net-misc/memcached/memcached-1.6.6.ebuild
353 +++ b/net-misc/memcached/memcached-1.6.6.ebuild
354 @@ -14,7 +14,7 @@ SRC_URI="https://www.memcached.org/files/${MY_P}.tar.gz
355
356 LICENSE="BSD"
357 SLOT="0"
358 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
359 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
360 IUSE="debug sasl seccomp selinux slabs-reassign test" # hugetlbfs later
361
362 RDEPEND=">=dev-libs/libevent-1.4:=