public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-Memcached-Fast/
@ 2021-10-09 19:16 Andreas K. Hüttel
  0 siblings, 0 replies; 18+ messages in thread
From: Andreas K. Hüttel @ 2021-10-09 19:16 UTC (permalink / raw
  To: gentoo-commits

commit:     33e1627d2405dfc0b9be25337158adb2b4a40360
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  9 19:04:44 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct  9 19:15:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33e1627d

dev-perl/Cache-Memcached-Fast: Remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../Cache-Memcached-Fast-0.260.0-r1.ebuild         | 55 ----------------------
 dev-perl/Cache-Memcached-Fast/Manifest             |  1 -
 2 files changed, 56 deletions(-)

diff --git a/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.260.0-r1.ebuild b/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.260.0-r1.ebuild
deleted file mode 100644
index 1c39f3f1586..00000000000
--- a/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.260.0-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=RAZ
-DIST_VERSION=0.26
-DIST_EXAMPLES=("script/*")
-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"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-PATCHES=(
-	"${FILESDIR}/0.230.0-parallel-make.patch"
-	"${FILESDIR}/${PN}-0.250.0-no-flto.patch"
-)
-RDEPEND="virtual/perl-Storable"
-BDEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test?	(
-		net-misc/memcached
-		virtual/perl-Test-Simple
-	)
-"
-PERL_RM_FILES=(
-	"t/pod-coverage.t"
-	"t/pod.t"
-)
-
-src_compile() {
-	mymake=(
-		"OPTIMIZE=${CFLAGS}"
-	)
-	perl-module_src_compile
-}
-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 a44d1b5a281..e906b7d6904 100644
--- a/dev-perl/Cache-Memcached-Fast/Manifest
+++ b/dev-perl/Cache-Memcached-Fast/Manifest
@@ -1,2 +1 @@
-DIST Cache-Memcached-Fast-0.26.tar.gz 87887 BLAKE2B d7877a56ba94bd173290ccc66ea91d8ff86ee22a9d381a0a8be5049194ffae97b8084f7fdb464c377e632525a9f08084258153e7c358f32926b687f46ca94a53 SHA512 aea565be2d1aaae186c6d985d88e444fa39311338a851f7f05b013affcab0bfcabd258a3df08849b9429b7168ff0d1e59ab27b1e843b217093b2b64786e890b1
 DIST Cache-Memcached-Fast-0.27.tar.gz 88712 BLAKE2B a889e719ae36721dea203b54488d86e52b40df2f1aceab1bca386a5619e80f40e27ef7fdd09ba5ef5c0678659be44b43c9416066585a0b746cf46025e546496b SHA512 6e3f7cb6ae317312a16aad7888fb75ec03ff7be5b79aef1702c8bc8a1499995379b42c1afd6c587d419ea4dbe880836c874d4929f968f7a384ab152e5baa03fa


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-Memcached-Fast/
@ 2024-04-19 11:26 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2024-04-19 11:26 UTC (permalink / raw
  To: gentoo-commits

commit:     bdfcdfca69ecf3ad7d5c72e995a3171ea6ddc13d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 19 11:26:31 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 11:26:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdfcdfca

dev-perl/Cache-Memcached-Fast: Stabilize 0.280.0 arm64, #928619

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

 dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.280.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index a0c37efcb680..4bf527202266 100644
--- 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
@@ -16,7 +16,7 @@ DESCRIPTION="Perl client for memcached, in C language"
 # Bug: https://bugs.gentoo.org/718946#c4
 LICENSE="|| ( Artistic GPL-1+ ) LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
 
 RDEPEND="
 	>=virtual/perl-Carp-1.250.0


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-Memcached-Fast/
@ 2024-04-17 23:35 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2024-04-17 23:35 UTC (permalink / raw
  To: gentoo-commits

commit:     105a53f282a64d91f517d677334abec5548ef8b3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 17 23:34:59 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 17 23:34:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=105a53f2

dev-perl/Cache-Memcached-Fast: Stabilize 0.280.0 x86, #928619

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

 dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.280.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index c095d0219634..a0c37efcb680 100644
--- 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
@@ -16,7 +16,7 @@ DESCRIPTION="Perl client for memcached, in C language"
 # Bug: https://bugs.gentoo.org/718946#c4
 LICENSE="|| ( Artistic GPL-1+ ) LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86"
 
 RDEPEND="
 	>=virtual/perl-Carp-1.250.0


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-Memcached-Fast/
@ 2024-04-17 23:29 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2024-04-17 23:29 UTC (permalink / raw
  To: gentoo-commits

commit:     da4c9a385a1a22b1268f6b6462fbf2d2fb6a992a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 17 23:28:27 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 17 23:28:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da4c9a38

dev-perl/Cache-Memcached-Fast: Stabilize 0.280.0 amd64, #928619

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

 dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.280.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 13e51aa32f12..c095d0219634 100644
--- 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
@@ -16,7 +16,7 @@ DESCRIPTION="Perl client for memcached, in C language"
 # Bug: https://bugs.gentoo.org/718946#c4
 LICENSE="|| ( Artistic GPL-1+ ) LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
 
 RDEPEND="
 	>=virtual/perl-Carp-1.250.0


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-Memcached-Fast/
@ 2024-04-17 22:10 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2024-04-17 22:10 UTC (permalink / raw
  To: gentoo-commits

commit:     b3e26ab53dab2e1caa937f4e0d9c87fc49916761
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 17 22:09:33 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 17 22:09:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3e26ab5

dev-perl/Cache-Memcached-Fast: Stabilize 0.280.0 arm, #928619

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

 dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.280.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 6c29ce748107..13e51aa32f12 100644
--- 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
@@ -16,7 +16,7 @@ DESCRIPTION="Perl client for memcached, in C language"
 # Bug: https://bugs.gentoo.org/718946#c4
 LICENSE="|| ( Artistic GPL-1+ ) LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
 
 RDEPEND="
 	>=virtual/perl-Carp-1.250.0


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-Memcached-Fast/
@ 2024-03-17  6:27 Ionen Wolkens
  0 siblings, 0 replies; 18+ messages in thread
From: Ionen Wolkens @ 2024-03-17  6:27 UTC (permalink / raw
  To: gentoo-commits

commit:     65fb04f04682a53bf4d454ccad4c53ad7310617c
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Sat Mar 16 16:02:27 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Mar 17 06:17:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65fb04f0

dev-perl/Cache-Memcached-Fast: Keyword 0.280.0 ppc, #924662

Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.280.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 7cbb12b49780..00da879aafda 100644
--- 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
@@ -16,7 +16,7 @@ DESCRIPTION="Perl client for memcached, in C language"
 # Bug: https://bugs.gentoo.org/718946#c4
 LICENSE="|| ( Artistic GPL-1+ ) LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 
 RDEPEND="
 	>=virtual/perl-Carp-1.250.0


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-Memcached-Fast/
@ 2024-03-17  6:27 Ionen Wolkens
  0 siblings, 0 replies; 18+ messages in thread
From: Ionen Wolkens @ 2024-03-17  6:27 UTC (permalink / raw
  To: gentoo-commits

commit:     4d06fd858c9ced1ded2b88867b168f5c01402e88
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Sat Mar 16 16:05:04 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Mar 17 06:17:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d06fd85

dev-perl/Cache-Memcached-Fast: Keyword 0.280.0 loong, #924662

Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.280.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 00da879aafda..6c29ce748107 100644
--- 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
@@ -16,7 +16,7 @@ DESCRIPTION="Perl client for memcached, in C language"
 # Bug: https://bugs.gentoo.org/718946#c4
 LICENSE="|| ( Artistic GPL-1+ ) LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
 
 RDEPEND="
 	>=virtual/perl-Carp-1.250.0


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-Memcached-Fast/
@ 2024-03-02  9:51 Arthur Zamarin
  0 siblings, 0 replies; 18+ messages in thread
From: Arthur Zamarin @ 2024-03-02  9:51 UTC (permalink / raw
  To: gentoo-commits

commit:     2e462ea5b2b27a74039a5e06d3b381d07ed6a9b3
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  2 09:51:07 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar  2 09:51:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e462ea5

dev-perl/Cache-Memcached-Fast: Keyword 0.280.0 arm, #924662

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.280.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 87d6aa5410d9..7cbb12b49780 100644
--- 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
@@ -16,7 +16,7 @@ DESCRIPTION="Perl client for memcached, in C language"
 # Bug: https://bugs.gentoo.org/718946#c4
 LICENSE="|| ( Artistic GPL-1+ ) LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 
 RDEPEND="
 	>=virtual/perl-Carp-1.250.0


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-Memcached-Fast/
@ 2024-03-02  9:51 Arthur Zamarin
  0 siblings, 0 replies; 18+ messages in thread
From: Arthur Zamarin @ 2024-03-02  9:51 UTC (permalink / raw
  To: gentoo-commits

commit:     8e1da99d250d610de5a4b9bb0c790e55f387cca6
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  2 09:51:06 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar  2 09:51:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e1da99d

dev-perl/Cache-Memcached-Fast: Keyword 0.280.0 arm64, #924662

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.280.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index f5d961251915..87d6aa5410d9 100644
--- 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
@@ -16,7 +16,7 @@ DESCRIPTION="Perl client for memcached, in C language"
 # Bug: https://bugs.gentoo.org/718946#c4
 LICENSE="|| ( Artistic GPL-1+ ) LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
 
 RDEPEND="
 	>=virtual/perl-Carp-1.250.0


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-Memcached-Fast/
@ 2024-02-15 21:15 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2024-02-15 21:15 UTC (permalink / raw
  To: gentoo-commits

commit:     dc025a1f6d9ee46cd7d1a13fc57ec0f88aea5996
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 15 21:14:34 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 15 21:14:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc025a1f

dev-perl/Cache-Memcached-Fast: Keyword 0.280.0 ppc64, #924662

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

 dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.280.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 0b217f3fc614..f5d961251915 100644
--- 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
@@ -16,7 +16,7 @@ DESCRIPTION="Perl client for memcached, in C language"
 # Bug: https://bugs.gentoo.org/718946#c4
 LICENSE="|| ( Artistic GPL-1+ ) LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
 
 RDEPEND="
 	>=virtual/perl-Carp-1.250.0


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-Memcached-Fast/
@ 2024-02-15 19:43 Jakov Smolić
  0 siblings, 0 replies; 18+ messages in thread
From: Jakov Smolić @ 2024-02-15 19:43 UTC (permalink / raw
  To: gentoo-commits

commit:     aa25a0ffdc439132449619dccbff7e92d353196f
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 15 19:43:06 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Feb 15 19:43:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa25a0ff

dev-perl/Cache-Memcached-Fast: Keyword 0.280.0 riscv, #924662

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.280.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
index f97153aa2860..0b217f3fc614 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,7 +16,7 @@ DESCRIPTION="Perl client for memcached, in C language"
 # Bug: https://bugs.gentoo.org/718946#c4
 LICENSE="|| ( Artistic GPL-1+ ) LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~riscv ~x86"
 
 RDEPEND="
 	>=virtual/perl-Carp-1.250.0


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-Memcached-Fast/
@ 2023-06-22  4:17 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2023-06-22  4:17 UTC (permalink / raw
  To: gentoo-commits

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


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-Memcached-Fast/
@ 2021-10-15 19:52 Andreas K. Hüttel
  0 siblings, 0 replies; 18+ messages in thread
From: Andreas K. Hüttel @ 2021-10-15 19:52 UTC (permalink / raw
  To: gentoo-commits

commit:     02dcb5eb1f422414a35c425407564144d1159980
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 15 19:52:07 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Oct 15 19:52:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02dcb5eb

dev-perl/Cache-Memcached-Fast: Run tests serially

Closes: https://bugs.gentoo.org/817362
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.270.0.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.270.0.ebuild b/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.270.0.ebuild
index bfece06a6c7..b7a1566640c 100644
--- a/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.270.0.ebuild
+++ b/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.270.0.ebuild
@@ -38,6 +38,9 @@ PERL_RM_FILES=(
 	"t/pod.t"
 )
 
+# Tests a bit flaky
+DIST_TEST=do
+
 src_compile() {
 	mymake=(
 		"OPTIMIZE=${CFLAGS}"


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-Memcached-Fast/
@ 2020-08-06 16:40 Kent Fredric
  0 siblings, 0 replies; 18+ messages in thread
From: Kent Fredric @ 2020-08-06 16:40 UTC (permalink / raw
  To: gentoo-commits

commit:     6b5cd8383548c8b90bf1b344e4e3f9a52de6eb6b
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  6 16:27:42 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Aug  6 16:38:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b5cd838

dev-perl/Cache-Memcached-Fast: Cleanup old 0.2{5,6}0.0

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../Cache-Memcached-Fast-0.250.0.ebuild            | 44 -------------------
 .../Cache-Memcached-Fast-0.260.0.ebuild            | 49 ----------------------
 dev-perl/Cache-Memcached-Fast/Manifest             |  1 -
 3 files changed, 94 deletions(-)

diff --git a/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.250.0.ebuild b/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.250.0.ebuild
deleted file mode 100644
index 6b9032f095b..00000000000
--- a/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.250.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=RAZ
-DIST_VERSION=0.25
-DIST_EXAMPLES=("script/*")
-inherit perl-module
-
-DESCRIPTION="Perl client for memcached, in C language"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-PATCHES=(
-	"${FILESDIR}/0.230.0-parallel-make.patch"
-	"${FILESDIR}/${P}-no-flto.patch"
-)
-RDEPEND="virtual/perl-Storable"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test?	(
-		net-misc/memcached
-		virtual/perl-Test-Simple
-	)
-"
-
-src_test() {
-	perl_rm_files t/pod-coverage.t t/pod.t
-
-	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/Cache-Memcached-Fast-0.260.0.ebuild b/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.260.0.ebuild
deleted file mode 100644
index 71898415ab1..00000000000
--- a/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.260.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=RAZ
-DIST_VERSION=0.26
-DIST_EXAMPLES=("script/*")
-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"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-PATCHES=(
-	"${FILESDIR}/0.230.0-parallel-make.patch"
-	"${FILESDIR}/${PN}-0.250.0-no-flto.patch"
-)
-RDEPEND="virtual/perl-Storable"
-BDEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test?	(
-		net-misc/memcached
-		virtual/perl-Test-Simple
-	)
-"
-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 0f9d552b31e..15f274cb3a7 100644
--- a/dev-perl/Cache-Memcached-Fast/Manifest
+++ b/dev-perl/Cache-Memcached-Fast/Manifest
@@ -1,2 +1 @@
-DIST Cache-Memcached-Fast-0.25.tar.gz 104313 BLAKE2B 09353d474208af1a57d8a91b1f18a9f2de8bf1e11d059588d24e3b3328f1b8f26c1acb68c97c815d73f7ee50be3f558147a35f5f28709f7bcf9423c42dd4d99f SHA512 385b58f9dd66f86c7f99859782f098101d0f6bce9e2b22552895ab22d775ed73a1886544a51904797812b77e6849d8f2d79e61fb999a11e30497c6ae6de8c5c0
 DIST Cache-Memcached-Fast-0.26.tar.gz 87887 BLAKE2B d7877a56ba94bd173290ccc66ea91d8ff86ee22a9d381a0a8be5049194ffae97b8084f7fdb464c377e632525a9f08084258153e7c358f32926b687f46ca94a53 SHA512 aea565be2d1aaae186c6d985d88e444fa39311338a851f7f05b013affcab0bfcabd258a3df08849b9429b7168ff0d1e59ab27b1e843b217093b2b64786e890b1


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-Memcached-Fast/
@ 2020-07-05 18:49 Kent Fredric
  0 siblings, 0 replies; 18+ messages in thread
From: Kent Fredric @ 2020-07-05 18:49 UTC (permalink / raw
  To: gentoo-commits

commit:     b3295c8bc60a1467d6b636ebca284992141f8f2a
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  4 01:26:09 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Jul  5 18:23:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3295c8b

dev-perl/Cache-Memcached-Fast: -r bump for CFLAGS love

- Ensure CFLAGS passed to make/compile

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../Cache-Memcached-Fast-0.260.0-r1.ebuild         | 55 ++++++++++++++++++++++
 1 file changed, 55 insertions(+)

diff --git a/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.260.0-r1.ebuild b/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.260.0-r1.ebuild
new file mode 100644
index 00000000000..1c39f3f1586
--- /dev/null
+++ b/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.260.0-r1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=RAZ
+DIST_VERSION=0.26
+DIST_EXAMPLES=("script/*")
+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"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+PATCHES=(
+	"${FILESDIR}/0.230.0-parallel-make.patch"
+	"${FILESDIR}/${PN}-0.250.0-no-flto.patch"
+)
+RDEPEND="virtual/perl-Storable"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test?	(
+		net-misc/memcached
+		virtual/perl-Test-Simple
+	)
+"
+PERL_RM_FILES=(
+	"t/pod-coverage.t"
+	"t/pod.t"
+)
+
+src_compile() {
+	mymake=(
+		"OPTIMIZE=${CFLAGS}"
+	)
+	perl-module_src_compile
+}
+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}
+}


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-Memcached-Fast/
@ 2020-05-13 12:27 Kent Fredric
  0 siblings, 0 replies; 18+ messages in thread
From: Kent Fredric @ 2020-05-13 12:27 UTC (permalink / raw
  To: gentoo-commits

commit:     773f7ad9ec4c08f2323f3ac19b4619b3709e8d11
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed May 13 12:15:16 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed May 13 12:26:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=773f7ad9

dev-perl/Cache-Memcached-Fast: Bump to version 0.260.0

- EAPI7
- Correct license as best possible given upstream weirdness: Although
  its very unlikely an end user will use the C parts of this as a
  library, the possibility still exists that they will, and after
  installing/downloading this package from Gentoo mirrors, may attempt
  to crib some of its source code. Subsequently, the only thing that
  makes sense is to forward expose the LGPL-2.1+ part mandatorially,
  because we can't make assertions about how people will use this.
- Do unconditional removal of annoying tests
- Add warning about known test failure with bug #722848 ref, but this
  path only seems to affect code that tries to use the (new) methods,
  gat/gat_multi, so existing code is likely unaffected.

Upstream:
- Fix the stack when not returning anything
- Add methods "->gat" and "->gat_multi" for updating expiration time
  while fetching a key/keys.

Bug: https://bugs.gentoo.org/722848
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../Cache-Memcached-Fast-0.260.0.ebuild            | 49 ++++++++++++++++++++++
 dev-perl/Cache-Memcached-Fast/Manifest             |  1 +
 2 files changed, 50 insertions(+)

diff --git a/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.260.0.ebuild b/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.260.0.ebuild
new file mode 100644
index 00000000000..71898415ab1
--- /dev/null
+++ b/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.260.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=RAZ
+DIST_VERSION=0.26
+DIST_EXAMPLES=("script/*")
+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"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+PATCHES=(
+	"${FILESDIR}/0.230.0-parallel-make.patch"
+	"${FILESDIR}/${PN}-0.250.0-no-flto.patch"
+)
+RDEPEND="virtual/perl-Storable"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test?	(
+		net-misc/memcached
+		virtual/perl-Test-Simple
+	)
+"
+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 2c2fdba3424..0f9d552b31e 100644
--- a/dev-perl/Cache-Memcached-Fast/Manifest
+++ b/dev-perl/Cache-Memcached-Fast/Manifest
@@ -1 +1,2 @@
 DIST Cache-Memcached-Fast-0.25.tar.gz 104313 BLAKE2B 09353d474208af1a57d8a91b1f18a9f2de8bf1e11d059588d24e3b3328f1b8f26c1acb68c97c815d73f7ee50be3f558147a35f5f28709f7bcf9423c42dd4d99f SHA512 385b58f9dd66f86c7f99859782f098101d0f6bce9e2b22552895ab22d775ed73a1886544a51904797812b77e6849d8f2d79e61fb999a11e30497c6ae6de8c5c0
+DIST Cache-Memcached-Fast-0.26.tar.gz 87887 BLAKE2B d7877a56ba94bd173290ccc66ea91d8ff86ee22a9d381a0a8be5049194ffae97b8084f7fdb464c377e632525a9f08084258153e7c358f32926b687f46ca94a53 SHA512 aea565be2d1aaae186c6d985d88e444fa39311338a851f7f05b013affcab0bfcabd258a3df08849b9429b7168ff0d1e59ab27b1e843b217093b2b64786e890b1


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-Memcached-Fast/
@ 2018-02-11 10:36 Michał Górny
  0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2018-02-11 10:36 UTC (permalink / raw
  To: gentoo-commits

commit:     9a50657eecc48a17de8d53477a6a9af643258d42
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 10:31:21 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 10:34:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a50657e

dev-perl/Cache-Memcached-Fast: Remove useless maintainer <description/>

Remove useless/redundant maintainer <description/>. It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:

- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.

 dev-perl/Cache-Memcached-Fast/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-perl/Cache-Memcached-Fast/metadata.xml b/dev-perl/Cache-Memcached-Fast/metadata.xml
index 22fdc125a4f..574980b8050 100644
--- a/dev-perl/Cache-Memcached-Fast/metadata.xml
+++ b/dev-perl/Cache-Memcached-Fast/metadata.xml
@@ -3,7 +3,6 @@
 <pkgmetadata>
   <maintainer type="person">
     <email>robbat2@gentoo.org</email>
-    <description>Primary Maintainer</description>
   </maintainer>
   <maintainer type="project">
     <email>perl@gentoo.org</email>


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-Memcached-Fast/
@ 2015-12-29 11:47 Andreas Hüttel
  0 siblings, 0 replies; 18+ messages in thread
From: Andreas Hüttel @ 2015-12-29 11:47 UTC (permalink / raw
  To: gentoo-commits

commit:     6890ff2070aa24f140d1adb83173e8955b5f0a24
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 29 11:40:55 2015 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Dec 29 11:47:54 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6890ff20

dev-perl/Cache-Memcached-Fast: Remove old

Package-Manager: portage-2.2.26

 .../Cache-Memcached-Fast-0.210.0-r1.ebuild            | 19 -------------------
 dev-perl/Cache-Memcached-Fast/Manifest                |  1 -
 2 files changed, 20 deletions(-)

diff --git a/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.210.0-r1.ebuild b/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.210.0-r1.ebuild
deleted file mode 100644
index af2292d..0000000
--- a/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.210.0-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=KROKI
-MODULE_VERSION=0.21
-inherit perl-module
-
-DESCRIPTION="Perl client for memcached, in C language"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-SRC_TEST="do"
-
-MAKEOPTS="${MAKEOPTS} -j1"

diff --git a/dev-perl/Cache-Memcached-Fast/Manifest b/dev-perl/Cache-Memcached-Fast/Manifest
index c2a0811..b3cdfee 100644
--- a/dev-perl/Cache-Memcached-Fast/Manifest
+++ b/dev-perl/Cache-Memcached-Fast/Manifest
@@ -1,2 +1 @@
-DIST Cache-Memcached-Fast-0.21.tar.gz 95139 SHA256 b17c2bc65f886dcd3a8b822d76a50de2f8addfd0b5a857988967adaffc9c7c53 SHA512 e81c2c0dc57e0823dc2df4f6ee5fc62bb53af248def15d8e7693631b615ebb896950cf5d12b22aa34132ff9e12a8f53727849522b839aca4f7dd080addc90202 WHIRLPOOL cd17f8fd029cc0ccf1bee2b49591367faef827f47cf0f09ca08969edfec8f63838082d5a47ac3482534ee6c9c2fa6757c490fddc5c6df338295ec3cc12035520
 DIST Cache-Memcached-Fast-0.23.tar.gz 102205 SHA256 df20beaebf85180154be5a99886686793cf1beee9081ed7de0ae66c4573d200f SHA512 2023eaec65da3ad8ac48907f86dd2f6a679939659a0047c46654aafaf3aceefcd0e03aee340214aa4300a0f4469da74b646a7a1f2c99ea9dcc6e3438f5d7899e WHIRLPOOL 34a54ed1c27524631849fca7720dad5b866c777e7c6776e7e2463add63a4af535eb4519b72db325f1c9a85af14165350c0d7c2739c2dd75b290a0a2f312da411


^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2024-04-19 11:26 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-09 19:16 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-Memcached-Fast/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2024-04-19 11:26 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ć
2023-06-22  4:17 Sam James
2021-10-15 19:52 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox