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>