Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-Google-SafeBrowsing-Blocklist/
Date: Thu, 14 Dec 2017 05:30:00
Message-Id: 1513229329.6e380576b5ab0c5a70fba002db4ae1ffc2b4b8e5.kentnl@gentoo
1 commit: 6e380576b5ab0c5a70fba002db4ae1ffc2b4b8e5
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 14 03:37:02 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 14 05:28:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e380576
7
8 dev-perl/Net-Google-SafeBrowsing-Blocklist: EAPI6 + add remote id's
9
10 - EAPI6ify
11 - Add missing CPAN remote-id's
12 - Parallelize tests
13
14 Package-Manager: Portage-2.3.18, Repoman-2.3.6
15
16 ...-Google-SafeBrowsing-Blocklist-1.40.0-r2.ebuild | 27 ++++++++++++++++++++++
17 .../Net-Google-SafeBrowsing-Blocklist/metadata.xml | 1 +
18 2 files changed, 28 insertions(+)
19
20 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
21 new file mode 100644
22 index 00000000000..47c8903f8cf
23 --- /dev/null
24 +++ b/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0-r2.ebuild
25 @@ -0,0 +1,27 @@
26 +# Copyright 1999-2017 Gentoo Foundation
27 +# Distributed under the terms of the GNU General Public License v2
28 +
29 +EAPI=6
30 +
31 +DIST_AUTHOR=DANBORN
32 +DIST_VERSION=1.04
33 +inherit perl-module
34 +
35 +DESCRIPTION="Query a Google SafeBrowsing table"
36 +
37 +SLOT="0"
38 +LICENSE="Apache-2.0"
39 +KEYWORDS="~amd64 ~ppc ~x86"
40 +IUSE="test"
41 +
42 +RDEPEND="dev-perl/URI
43 + >=virtual/perl-Math-BigInt-1.87
44 + virtual/perl-DB_File
45 + || (
46 + virtual/perl-Math-BigInt-FastCalc
47 + dev-perl/Math-BigInt-GMP
48 + )"
49 +DEPEND="${RDEPEND}
50 + test? ( virtual/perl-Test-Simple )"
51 +
52 +PERL_RM_FILES=( "t/pod.t" )
53
54 diff --git a/dev-perl/Net-Google-SafeBrowsing-Blocklist/metadata.xml b/dev-perl/Net-Google-SafeBrowsing-Blocklist/metadata.xml
55 index b1d5592b338..359ba9fd40f 100644
56 --- a/dev-perl/Net-Google-SafeBrowsing-Blocklist/metadata.xml
57 +++ b/dev-perl/Net-Google-SafeBrowsing-Blocklist/metadata.xml
58 @@ -11,5 +11,6 @@
59 </maintainer>
60 <upstream>
61 <remote-id type="cpan">Net-Google-SafeBrowsing-Blocklist</remote-id>
62 + <remote-id type="cpan-module">Net::Google::SafeBrowsing::Blocklist</remote-id>
63 </upstream>
64 </pkgmetadata>