mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
@@ -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" )
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user