public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-Memcached-Fast/
Date: Thu, 22 Jun 2023 04:17:41 +0000 (UTC)	[thread overview]
Message-ID: <1687406397.9aae86e5acbe658e928be2e709898072e2a83119.sam@gentoo> (raw)

commit:     9aae86e5acbe658e928be2e709898072e2a83119
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 22 03:59:57 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 03:59:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aae86e5

dev-perl/Cache-Memcached-Fast: add 0.280.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../Cache-Memcached-Fast-0.280.0.ebuild            | 56 ++++++++++++++++++++++
 dev-perl/Cache-Memcached-Fast/Manifest             |  1 +
 2 files changed, 57 insertions(+)

diff --git a/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.280.0.ebuild b/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.280.0.ebuild
new file mode 100644
index 000000000000..f97153aa2860
--- /dev/null
+++ b/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.280.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=RAZ
+DIST_VERSION=0.28
+DIST_EXAMPLES=("script/*")
+# Tests a bit flaky
+DIST_TEST=do
+inherit perl-module
+
+DESCRIPTION="Perl client for memcached, in C language"
+
+# License note: Perl 5.x or newer, + "when C parts used as standalone library"
+# Bug: https://bugs.gentoo.org/718946#c4
+LICENSE="|| ( Artistic GPL-1+ ) LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	>=virtual/perl-Carp-1.250.0
+	>=virtual/perl-XSLoader-0.140.0
+"
+BDEPEND="
+	${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test?	(
+		>=dev-perl/Test2-Suite-0.0.72
+		net-misc/memcached
+	)
+"
+
+PATCHES=(
+	"${FILESDIR}/0.230.0-parallel-make.patch"
+	"${FILESDIR}/${PN}-0.270.0-no-flto.patch"
+)
+
+PERL_RM_FILES=(
+	"t/pod-coverage.t"
+	"t/pod.t"
+)
+
+src_test() {
+	ewarn "t/commands.t is known to fail: https://bugs.gentoo.org/722848"
+	local memcached_opts=( -d -P "${T}/memcached.pid" -p 11211 -l 127.0.0.1 )
+	[[ ${EUID} == 0 ]] && memcached_opts+=( -u portage )
+	memcached "${memcached_opts[@]}" || die "Can't start memcached test server"
+
+	local exit_status
+	perl-module_src_test
+	exit_status=$?
+
+	kill "$(<"${T}/memcached.pid")"
+	return ${exit_status}
+}

diff --git a/dev-perl/Cache-Memcached-Fast/Manifest b/dev-perl/Cache-Memcached-Fast/Manifest
index e906b7d6904c..67e5a8188553 100644
--- a/dev-perl/Cache-Memcached-Fast/Manifest
+++ b/dev-perl/Cache-Memcached-Fast/Manifest
@@ -1 +1,2 @@
 DIST Cache-Memcached-Fast-0.27.tar.gz 88712 BLAKE2B a889e719ae36721dea203b54488d86e52b40df2f1aceab1bca386a5619e80f40e27ef7fdd09ba5ef5c0678659be44b43c9416066585a0b746cf46025e546496b SHA512 6e3f7cb6ae317312a16aad7888fb75ec03ff7be5b79aef1702c8bc8a1499995379b42c1afd6c587d419ea4dbe880836c874d4929f968f7a384ab152e5baa03fa
+DIST Cache-Memcached-Fast-0.28.tar.gz 96175 BLAKE2B f4034869c9e8fdad141f15ad221b858b59d26bde26b93b694194ffc5df69b946504cbda1cc4775b52c661b7359e4b36c7bcb10add2e1525266672a4b7ec2dcbf SHA512 2b7cfd8cb4d97325a116158685b15db55029f157803f91b51d6c2e6fafd153ed8a754605cdcb1c736f95cc83091387433df7464d9a337035d890bc8cc48150f7


             reply	other threads:[~2023-06-22  4:17 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-22  4:17 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-19 11:26 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-Memcached-Fast/ Sam James
2024-04-17 23:35 Sam James
2024-04-17 23:29 Sam James
2024-04-17 22:10 Sam James
2024-03-17  6:27 Ionen Wolkens
2024-03-17  6:27 Ionen Wolkens
2024-03-02  9:51 Arthur Zamarin
2024-03-02  9:51 Arthur Zamarin
2024-02-15 21:15 Sam James
2024-02-15 19:43 Jakov Smolić
2021-10-15 19:52 Andreas K. Hüttel
2021-10-09 19:16 Andreas K. Hüttel
2020-08-06 16:40 Kent Fredric
2020-07-05 18:49 Kent Fredric
2020-05-13 12:27 Kent Fredric
2018-02-11 10:36 Michał Górny
2015-12-29 11:47 Andreas Hüttel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1687406397.9aae86e5acbe658e928be2e709898072e2a83119.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox