From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Redis/
Date: Sun, 15 Aug 2021 16:59:50 +0000 (UTC) [thread overview]
Message-ID: <1629046772.5ff30bbfe826a3e8e39e2545fcd91017290fc5a9.dilfridge@gentoo> (raw)
commit: 5ff30bbfe826a3e8e39e2545fcd91017290fc5a9
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 15 16:59:32 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Aug 15 16:59:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ff30bbf
dev-perl/Redis: Remove old
Closes: https://bugs.gentoo.org/690610
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Redis/Manifest | 1 -
dev-perl/Redis/Redis-1.991.0.ebuild | 72 -------------------------------------
2 files changed, 73 deletions(-)
diff --git a/dev-perl/Redis/Manifest b/dev-perl/Redis/Manifest
index f96c8631108..d7f2a5fa6ca 100644
--- a/dev-perl/Redis/Manifest
+++ b/dev-perl/Redis/Manifest
@@ -1,2 +1 @@
-DIST Redis-1.991.tar.gz 47010 BLAKE2B cd8a0df3bd7781f55fda89bbb70564c5fe0640181f204e0503e1eef657cf4a6fc233677ff145fc903362782f25b17664df01d8768b01ee0a0eca03aa07242ccd SHA512 28e4c5d4c4275a9949cc25f239c1f8bdd3371bd5f5772e72e6d4c063ce1cbfec77d429e6efcf3836a397d76eb9b7351ca98585ee5697f6bfbf359c200ace7819
DIST Redis-1.998.tar.gz 59660 BLAKE2B a4716462f18eb40585932d8e759cbcf0577c5b1680c5efe88386bcb1aee62a3c73c075e01c622df6ce4b0b04ddd6f06677c2d616b5f9c483d43bd18d16e1d87a SHA512 232f0e602f6165da426ff6ee6a531f81eea3491c0312dae2813bdb15ac34469f6621c7683d5bd6b2be0cdcc09edf3f1f19cc03c848d43d41e630fe1306f62268
diff --git a/dev-perl/Redis/Redis-1.991.0.ebuild b/dev-perl/Redis/Redis-1.991.0.ebuild
deleted file mode 100644
index aa2e5f2b8c1..00000000000
--- a/dev-perl/Redis/Redis-1.991.0.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=DAMS
-DIST_VERSION=1.991
-inherit perl-module
-
-DESCRIPTION="Perl binding for Redis database"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-perl/IO-Socket-Timeout-0.290.0
- dev-perl/Try-Tiny
-"
-DEPEND="${RDEPEND}
- >=dev-perl/Module-Build-Tiny-0.39.0
- test? (
- !minimal? (
- dev-db/redis
- )
- virtual/perl-Digest-SHA
- virtual/perl-File-Spec
- virtual/perl-IO
- dev-perl/IO-String
- virtual/perl-IPC-Cmd
- dev-perl/Test-Deep
- dev-perl/Test-Fatal
- >=virtual/perl-Test-Simple-0.980.0
- dev-perl/Test-SharedFork
- >=dev-perl/Test-TCP-1.190.0
- )
-"
-
-DIST_TEST="do"
-
-src_test() {
- local badfiles=(
- "t/release-distmeta.t"
- "t/release-pod-coverage.t"
- )
- if use minimal; then
- einfo "Disabling Redis Server spawning tests (USE=minimal)"
- badfiles+=(
- t/01-basic.t
- t/02-responses.t
- t/03-pubsub.t
- t/04-pipeline.t
- t/05-nonblock.t
- t/06-on-connect.t
- t/07-reconnect.t
- t/08-unix-socket.t
- t/10-tie-list.t
- t/11-timeout.t
- t/20-tie-hash.t
- t/30-scripts.t
- t/42-client_cmds.t
- t/44-no-unicode-bug.t
- t/50-fork_safe.t
- )
- fi
- perl_rm_files "${badfiles[@]}"
- # https://github.com/PerlRedis/perl-redis/issues/127#issuecomment-354670681
- export REDIS_DEBUG=1
- perl-module_src_test
-}
next reply other threads:[~2021-08-16 20:48 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-15 16:59 Andreas K. Hüttel [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-27 19:00 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Redis/ Andreas K. Hüttel
2023-06-19 0:47 Sam James
2021-08-11 6:43 Agostino Sarubbo
2021-08-03 10:57 Agostino Sarubbo
2021-05-16 18:54 Sam James
2021-05-16 18:53 Sam James
2021-05-02 12:52 Andreas K. Hüttel
2018-07-21 11:43 Kent Fredric
2018-01-03 10:57 Kent Fredric
2016-04-30 22:05 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=1629046772.5ff30bbfe826a3e8e39e2545fcd91017290fc5a9.dilfridge@gentoo \
--to=dilfridge@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