* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-RBLClient/
@ 2020-04-15 12:29 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2020-04-15 12:29 UTC (permalink / raw
To: gentoo-commits
commit: 39f2f4a8a7b1a64c51503cf18b59e822cc5b9a04
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 15 11:00:58 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Apr 15 12:27:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39f2f4a8
dev-perl/Net-RBLClient: Remove old 0.500.0-r1
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Net-RBLClient/Net-RBLClient-0.500.0-r1.ebuild | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r1.ebuild b/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r1.ebuild
deleted file mode 100644
index 603da5bef83..00000000000
--- a/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=ABLUM
-MODULE_VERSION=0.5
-inherit perl-module
-
-DESCRIPTION="Net::RBLClient - Queries multiple Realtime Blackhole Lists in parallel"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ppc ppc64 sparc x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="virtual/perl-Time-HiRes
- dev-perl/Net-DNS"
-
-S=${WORKDIR}/RBLCLient-${MODULE_VERSION} # second capitialized 'l' is deliberate
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-RBLClient/
@ 2021-07-15 21:37 Andreas K. Hüttel
0 siblings, 0 replies; 9+ messages in thread
From: Andreas K. Hüttel @ 2021-07-15 21:37 UTC (permalink / raw
To: gentoo-commits
commit: 1a567d59ea32305dd851a49941ed50b1eee68a76
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 15 21:21:05 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jul 15 21:36:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a567d59
dev-perl/Net-RBLClient: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...-RBLClient-0.500.0-r2.ebuild => Net-RBLClient-0.500.0-r3.ebuild} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild b/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r3.ebuild
similarity index 96%
rename from dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild
rename to dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r3.ebuild
index 6e233217ad1..7c43e9bda6b 100644
--- a/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild
+++ b/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r3.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=ABLUM
DIST_VERSION=0.5
@@ -11,11 +11,11 @@ DESCRIPTION="Queries multiple Realtime Blackhole Lists in parallel"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ppc64 sparc x86"
-IUSE=""
-DEPEND=""
RDEPEND="virtual/perl-Time-HiRes
dev-perl/Net-DNS"
+BDEPEND="${RDEPEND}
+"
S=${WORKDIR}/RBLCLient-${DIST_VERSION} # second capitialized 'l' is deliberate
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-RBLClient/
@ 2021-04-25 5:19 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-04-25 5:19 UTC (permalink / raw
To: gentoo-commits
commit: 1404d5d97808e9ba78758928a25fa7f78e2b3482
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 25 05:19:01 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 25 05:19:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1404d5d9
dev-perl/Net-RBLClient: Keyword 0.500.0-r2 arm64, #777669
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild b/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild
index b3027ebd4b9..6e233217ad1 100644
--- a/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild
+++ b/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Queries multiple Realtime Blackhole Lists in parallel"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ppc64 sparc x86"
IUSE=""
DEPEND=""
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-RBLClient/
@ 2018-09-08 5:30 Mikle Kolyada
0 siblings, 0 replies; 9+ messages in thread
From: Mikle Kolyada @ 2018-09-08 5:30 UTC (permalink / raw
To: gentoo-commits
commit: 160f8eec823769488c610a6d9a2f4abd632b5584
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 8 05:23:51 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Sep 8 05:23:51 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=160f8eec
dev-perl/Net-RBLClient: amd64 stable wrt bug #661724
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild b/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild
index e89c80be86b..6d52af53a26 100644
--- a/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild
+++ b/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Queries multiple Realtime Blackhole Lists in parallel"
SLOT="0"
-KEYWORDS="alpha ~amd64 hppa ~ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ~ppc ppc64 sparc x86"
IUSE=""
DEPEND=""
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-RBLClient/
@ 2018-07-27 7:12 Sergei Trofimovich
0 siblings, 0 replies; 9+ messages in thread
From: Sergei Trofimovich @ 2018-07-27 7:12 UTC (permalink / raw
To: gentoo-commits
commit: 76665e086658534b85bd387e99068e7fb3980d7a
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 27 07:10:09 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Jul 27 07:10:09 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76665e08
dev-perl/Net-RBLClient: stable 0.500.0-r2 for ppc64, bug #661724
Bug: https://bugs.gentoo.org/661724
Package-Manager: Portage-2.3.43, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc64"
dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild b/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild
index 39aa16e6b52..18f121b8fea 100644
--- a/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild
+++ b/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Queries multiple Realtime Blackhole Lists in parallel"
SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha ~amd64 hppa ~ppc ppc64 sparc x86"
IUSE=""
DEPEND=""
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-RBLClient/
@ 2018-07-23 6:19 Sergei Trofimovich
0 siblings, 0 replies; 9+ messages in thread
From: Sergei Trofimovich @ 2018-07-23 6:19 UTC (permalink / raw
To: gentoo-commits
commit: 00e736d81bfdb2cc05eda543db79c10d9aeef4cf
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Mon Jul 23 05:57:46 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jul 23 06:18:38 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00e736d8
dev-perl/Net-RBLClient: stable 0.500.0-r2 for hppa, bug #661724
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="hppa"
dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild b/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild
index 82259c13791..39aa16e6b52 100644
--- a/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild
+++ b/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Queries multiple Realtime Blackhole Lists in parallel"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc64 sparc x86"
IUSE=""
DEPEND=""
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-RBLClient/
@ 2018-07-22 14:51 Thomas Deutschmann
0 siblings, 0 replies; 9+ messages in thread
From: Thomas Deutschmann @ 2018-07-22 14:51 UTC (permalink / raw
To: gentoo-commits
commit: d740a109734abf48d6441655685cb6f0cfa422a1
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 22 14:41:09 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jul 22 14:50:41 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d740a109
dev-perl/Net-RBLClient: x86 stable (bug #661724)
Package-Manager: Portage-2.3.43, Repoman-2.3.10
dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild b/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild
index abbcca0ca08..82259c13791 100644
--- a/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild
+++ b/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Queries multiple Realtime Blackhole Lists in parallel"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 sparc x86"
IUSE=""
DEPEND=""
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-RBLClient/
@ 2018-07-22 9:01 Sergei Trofimovich
0 siblings, 0 replies; 9+ messages in thread
From: Sergei Trofimovich @ 2018-07-22 9:01 UTC (permalink / raw
To: gentoo-commits
commit: 568f231a23f06bb993d501ebd22613d4340e0fe1
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sun Jul 22 08:46:10 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jul 22 09:00:13 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=568f231a
dev-perl/Net-RBLClient: stable 0.500.0-r2 for sparc
Bug: https://bugs.gentoo.org/661724
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"
dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild b/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild
index e2a1ebaa019..abbcca0ca08 100644
--- a/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild
+++ b/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Queries multiple Realtime Blackhole Lists in parallel"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
IUSE=""
DEPEND=""
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-RBLClient/
@ 2017-12-16 10:53 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2017-12-16 10:53 UTC (permalink / raw
To: gentoo-commits
commit: d1614f05077ba25d4774b0b4c45d0de027ba6031
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 07:10:04 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 10:52:56 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1614f05
dev-perl/Net-RBLClient: EAPI6 + tests
- EAPI6ify
- Enable tests
- Add basic compile test
Package-Manager: Portage-2.3.18, Repoman-2.3.6
.../Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild | 41 ++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild b/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild
new file mode 100644
index 00000000000..e2a1ebaa019
--- /dev/null
+++ b/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=ABLUM
+DIST_VERSION=0.5
+inherit perl-module
+
+DESCRIPTION="Queries multiple Realtime Blackhole Lists in parallel"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="virtual/perl-Time-HiRes
+ dev-perl/Net-DNS"
+
+S=${WORKDIR}/RBLCLient-${DIST_VERSION} # second capitialized 'l' is deliberate
+
+src_test() {
+ local MODULES=(
+ "Net::RBLClient 0.4"
+ )
+ local failed=()
+ for dep in "${MODULES[@]}"; do
+ ebegin "Compile testing ${dep}"
+ perl -Mblib="${S}" -M"${dep} ()" -e1
+ eend $? || failed+=( "$dep" )
+ done
+ if [[ ${failed[@]} ]]; then
+ echo
+ eerror "One or more modules failed compile:";
+ for dep in "${failed[@]}"; do
+ eerror " ${dep}"
+ done
+ die "Failing due to module compilation errors";
+ fi
+ perl-module_src_test
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2021-07-15 21:37 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-15 12:29 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-RBLClient/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2021-07-15 21:37 Andreas K. Hüttel
2021-04-25 5:19 Sam James
2018-09-08 5:30 Mikle Kolyada
2018-07-27 7:12 Sergei Trofimovich
2018-07-23 6:19 Sergei Trofimovich
2018-07-22 14:51 Thomas Deutschmann
2018-07-22 9:01 Sergei Trofimovich
2017-12-16 10:53 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox