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
This commit is contained in:
Kent Fredric
2017-12-14 16:37:02 +13:00
parent f345ccbe8e
commit 6e380576b5
2 changed files with 28 additions and 0 deletions

View File

@@ -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" )

View File

@@ -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>