* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-Google-SafeBrowsing-Blocklist/
@ 2016-08-06 17:03 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2016-08-06 17:03 UTC (permalink / raw
To: gentoo-commits
commit: 559f51a7633cb4046e7ec19787e00098bd8a8b1d
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 6 16:33:48 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Aug 6 17:02:31 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=559f51a7
dev-perl/Net-Google-SafeBrowsing-Blocklist: Remove POD Author Tests
Not useful on Gentoo.
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
.../Net-Google-SafeBrowsing-Blocklist-1.40.0-r1.ebuild | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0-r1.ebuild b/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0-r1.ebuild
index e975484..18be890 100644
--- a/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0-r1.ebuild
+++ b/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -23,6 +23,11 @@ RDEPEND="dev-perl/URI
dev-perl/Math-BigInt-GMP
)"
DEPEND="${RDEPEND}
- test? ( dev-perl/Test-Pod )"
+ test? ( virtual/perl-Test-Simple )"
SRC_TEST="do"
+
+src_test() {
+ perl_rm_files t/pod.t
+ perl-module_src_test
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-Google-SafeBrowsing-Blocklist/
@ 2017-12-14 5:29 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2017-12-14 5:29 UTC (permalink / raw
To: gentoo-commits
commit: 6e380576b5ab0c5a70fba002db4ae1ffc2b4b8e5
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 14 03:37:02 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Dec 14 05:28:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e380576
dev-perl/Net-Google-SafeBrowsing-Blocklist: EAPI6 + add remote id's
- EAPI6ify
- Add missing CPAN remote-id's
- Parallelize tests
Package-Manager: Portage-2.3.18, Repoman-2.3.6
...-Google-SafeBrowsing-Blocklist-1.40.0-r2.ebuild | 27 ++++++++++++++++++++++
.../Net-Google-SafeBrowsing-Blocklist/metadata.xml | 1 +
2 files changed, 28 insertions(+)
diff --git a/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0-r2.ebuild b/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0-r2.ebuild
new file mode 100644
index 00000000000..47c8903f8cf
--- /dev/null
+++ b/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0-r2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=DANBORN
+DIST_VERSION=1.04
+inherit perl-module
+
+DESCRIPTION="Query a Google SafeBrowsing table"
+
+SLOT="0"
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="test"
+
+RDEPEND="dev-perl/URI
+ >=virtual/perl-Math-BigInt-1.87
+ virtual/perl-DB_File
+ || (
+ virtual/perl-Math-BigInt-FastCalc
+ dev-perl/Math-BigInt-GMP
+ )"
+DEPEND="${RDEPEND}
+ test? ( virtual/perl-Test-Simple )"
+
+PERL_RM_FILES=( "t/pod.t" )
diff --git a/dev-perl/Net-Google-SafeBrowsing-Blocklist/metadata.xml b/dev-perl/Net-Google-SafeBrowsing-Blocklist/metadata.xml
index b1d5592b338..359ba9fd40f 100644
--- a/dev-perl/Net-Google-SafeBrowsing-Blocklist/metadata.xml
+++ b/dev-perl/Net-Google-SafeBrowsing-Blocklist/metadata.xml
@@ -11,5 +11,6 @@
</maintainer>
<upstream>
<remote-id type="cpan">Net-Google-SafeBrowsing-Blocklist</remote-id>
+ <remote-id type="cpan-module">Net::Google::SafeBrowsing::Blocklist</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-Google-SafeBrowsing-Blocklist/
@ 2018-02-11 10:36 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2018-02-11 10:36 UTC (permalink / raw
To: gentoo-commits
commit: 1e0b42efab44ff4eb98a744cad51bac44c90d3a1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 10:31:43 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 10:34:57 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e0b42ef
dev-perl/Net-Google-SafeBrowsing-Blocklist: 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/Net-Google-SafeBrowsing-Blocklist/metadata.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-perl/Net-Google-SafeBrowsing-Blocklist/metadata.xml b/dev-perl/Net-Google-SafeBrowsing-Blocklist/metadata.xml
index 359ba9fd40f..180b914c769 100644
--- a/dev-perl/Net-Google-SafeBrowsing-Blocklist/metadata.xml
+++ b/dev-perl/Net-Google-SafeBrowsing-Blocklist/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] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-Google-SafeBrowsing-Blocklist/
@ 2018-07-22 14:51 Thomas Deutschmann
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Deutschmann @ 2018-07-22 14:51 UTC (permalink / raw
To: gentoo-commits
commit: b256959f6ee217a2eaec48b71d0f7dc8b7828d3b
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 22 14:37:32 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jul 22 14:50:32 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b256959f
dev-perl/Net-Google-SafeBrowsing-Blocklist: x86 stable (bug #661724)
Package-Manager: Portage-2.3.43, Repoman-2.3.10
.../Net-Google-SafeBrowsing-Blocklist-1.40.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0-r2.ebuild b/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0-r2.ebuild
index 47c8903f8cf..4e7794c133f 100644
--- a/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0-r2.ebuild
+++ b/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.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
@@ -11,7 +11,7 @@ DESCRIPTION="Query a Google SafeBrowsing table"
SLOT="0"
LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
IUSE="test"
RDEPEND="dev-perl/URI
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-Google-SafeBrowsing-Blocklist/
@ 2018-09-08 5:30 Mikle Kolyada
0 siblings, 0 replies; 7+ messages in thread
From: Mikle Kolyada @ 2018-09-08 5:30 UTC (permalink / raw
To: gentoo-commits
commit: cfa7418c63d0117cd8e0429c5f6a51146392dd34
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 8 05:18:05 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Sep 8 05:18:05 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfa7418c
dev-perl/Net-Google-SafeBrowsing-Blocklist: amd64 stable wrt bug #661724
Package-Manager: Portage-2.3.40, Repoman-2.3.9
.../Net-Google-SafeBrowsing-Blocklist-1.40.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0-r2.ebuild b/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0-r2.ebuild
index 150c55f926f..fcd5f897395 100644
--- a/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0-r2.ebuild
+++ b/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0-r2.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Query a Google SafeBrowsing table"
SLOT="0"
LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
IUSE="test"
RDEPEND="dev-perl/URI
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-Google-SafeBrowsing-Blocklist/
@ 2020-04-15 12:29 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2020-04-15 12:29 UTC (permalink / raw
To: gentoo-commits
commit: 029d94e68cc207f6a5d8df6d3f1fc7796955ac91
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 15 10:50:50 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Apr 15 12:27:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=029d94e6
dev-perl/Net-Google-SafeBrowsing-Blocklist: Remove old 1.40.0-r1
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
...-Google-SafeBrowsing-Blocklist-1.40.0-r1.ebuild | 33 ----------------------
1 file changed, 33 deletions(-)
diff --git a/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0-r1.ebuild b/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0-r1.ebuild
deleted file mode 100644
index 61d682b9449..00000000000
--- a/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=DANBORN
-MODULE_VERSION=1.04
-inherit perl-module
-
-DESCRIPTION="Query a Google SafeBrowsing table"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="amd64 ppc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-perl/URI
- >=virtual/perl-Math-BigInt-1.87
- virtual/perl-DB_File
- || (
- virtual/perl-Math-BigInt-FastCalc
- dev-perl/Math-BigInt-GMP
- )"
-DEPEND="${RDEPEND}
- test? ( virtual/perl-Test-Simple )"
-
-SRC_TEST="do"
-
-src_test() {
- perl_rm_files t/pod.t
- perl-module_src_test
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-Google-SafeBrowsing-Blocklist/
@ 2021-11-21 11:24 Andreas K. Hüttel
0 siblings, 0 replies; 7+ messages in thread
From: Andreas K. Hüttel @ 2021-11-21 11:24 UTC (permalink / raw
To: gentoo-commits
commit: 86fc7b9f67f5dbbe6a90ee3c8e7a9e6e5eba6c7d
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 21 11:14:10 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Nov 21 11:23:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86fc7b9f
dev-perl/Net-Google-SafeBrowsing-Blocklist: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
... => Net-Google-SafeBrowsing-Blocklist-1.40.0-r3.ebuild} | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0-r2.ebuild b/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0-r3.ebuild
similarity index 74%
rename from dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0-r2.ebuild
rename to dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0-r3.ebuild
index 6fc55a34ee9c..55be88c205a8 100644
--- a/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0-r2.ebuild
+++ b/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=DANBORN
DIST_VERSION=1.04
@@ -12,8 +12,6 @@ DESCRIPTION="Query a Google SafeBrowsing table"
SLOT="0"
LICENSE="Apache-2.0"
KEYWORDS="amd64 ppc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="dev-perl/URI
>=virtual/perl-Math-BigInt-1.87
@@ -21,8 +19,10 @@ RDEPEND="dev-perl/URI
|| (
virtual/perl-Math-BigInt-FastCalc
dev-perl/Math-BigInt-GMP
- )"
-DEPEND="${RDEPEND}
- test? ( virtual/perl-Test-Simple )"
+ )
+"
+BDEPEND="${RDEPEND}
+ test? ( virtual/perl-Test-Simple )
+"
PERL_RM_FILES=( "t/pod.t" )
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2021-11-21 11:24 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-14 5:29 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-Google-SafeBrowsing-Blocklist/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2021-11-21 11:24 Andreas K. Hüttel
2020-04-15 12:29 Kent Fredric
2018-09-08 5:30 Mikle Kolyada
2018-07-22 14:51 Thomas Deutschmann
2018-02-11 10:36 Michał Górny
2016-08-06 17:03 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox