From 514d1bbe260df2521fe60f1a3ec87cfcfde1a829 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 17 Jul 2021 19:04:28 +0100 Subject: gentoo resync : 17.07.2021 --- dev-perl/Net-Whois-IP/Manifest | 2 +- .../Net-Whois-IP/Net-Whois-IP-1.190.0-r1.ebuild | 51 --------------------- .../Net-Whois-IP/Net-Whois-IP-1.190.0-r2.ebuild | 53 ++++++++++++++++++++++ 3 files changed, 54 insertions(+), 52 deletions(-) delete mode 100644 dev-perl/Net-Whois-IP/Net-Whois-IP-1.190.0-r1.ebuild create mode 100644 dev-perl/Net-Whois-IP/Net-Whois-IP-1.190.0-r2.ebuild (limited to 'dev-perl/Net-Whois-IP') diff --git a/dev-perl/Net-Whois-IP/Manifest b/dev-perl/Net-Whois-IP/Manifest index d6e6bd16efcc..8200ddbb48b1 100644 --- a/dev-perl/Net-Whois-IP/Manifest +++ b/dev-perl/Net-Whois-IP/Manifest @@ -1,3 +1,3 @@ DIST Net-Whois-IP-1.19.tar.gz 25192 BLAKE2B 41dff899207f548a4a3fae1c011c6d46692ec14a601fc4bebe0f976371ab5a170db64db4e330c706832142a0577bdd57c9261993e9c354877dbe46f44c739f86 SHA512 80d1be9dc6c8e9da74df97524f1a804f6ab64f1e016509944b1ba970c2a508e46cd6d633c6cfc2e9fa5d3fc8240500f81cbc90a27bdeab26cb7b590ba97758ae -EBUILD Net-Whois-IP-1.190.0-r1.ebuild 1208 BLAKE2B 2a26220d690974ab226e275108658b286cf4da96f1d4025e04da5446d7f6b3881a917e926af31488c20f9a97b37567603a3c2e10267182bcee24e5391158d93e SHA512 dbaa8220a9d1554b8d57ab0708d06b78fbd5101fca04002318f92456631228d668ccf7c6d922a47063be14e8f9323406747282630ce7841608b5bc24b079c71a +EBUILD Net-Whois-IP-1.190.0-r2.ebuild 1201 BLAKE2B fae491abcbf09531c0c051d17a7144362c4c60bef21ed6bbfa7f25681248e686658c927b3a19ebe8d3ada57155497169636cf301b2ccf03800877b317feca09b SHA512 055e0b7d2a58393edc0d6f43add5286968e2f43ec3a2f5d044b3b56e0d5c87d1e1db3cf3be8038eacecf76bb01202772f529e63031b9fe9f460477a1d69a6de5 MISC metadata.xml 511 BLAKE2B 95f9e9610aa9ef5e95ab37f004f7fa0fa841ecaa6d5838b276fa738138bb5ce3169e464f126fd156ce503ce3a5feb1d660b4ae9ede9eca8f01ac253280cc12e2 SHA512 98c89481190eb891b08446f738e696898f9d7ce6ceaa6b852bbbf3d90aafdc5b7c224d75c537f5aae1da8f1c999cae9bcea0fd2f8eb8ac8efe9b1cb00957e122 diff --git a/dev-perl/Net-Whois-IP/Net-Whois-IP-1.190.0-r1.ebuild b/dev-perl/Net-Whois-IP/Net-Whois-IP-1.190.0-r1.ebuild deleted file mode 100644 index 32f794ca21f1..000000000000 --- a/dev-perl/Net-Whois-IP/Net-Whois-IP-1.190.0-r1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_VERSION=${PV%0.0} -DIST_AUTHOR=BSCHMITZ -inherit perl-module - -DESCRIPTION="Perl extension for looking up the whois information for ip addresses" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -PERL_RM_FILES=( - "test.pl" # gets installed otherwise :( -) -RDEPEND=" - dev-perl/Regexp-IPv6 -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker -" -src_test() { - local MODULES=( - "Net::Whois::IP ${DIST_VERSION}" - ) - local failed=() - for dep in "${MODULES[@]}"; do - ebegin "Compile testing ${dep}" - perl -Mblib="${S}" -M"${dep} ()" -e1 - eend $? || failed+=( "$dep" ) - done - if [[ ${failed[@]} ]]; then - echo - eerror "One or more modules failed compile:"; - for dep in "${failed[@]}"; do - eerror " ${dep}" - done - die "Failing due to module compilation errors"; - fi - # # All tests defined require networking - # and all fail. - # https://rt.cpan.org/Public/Bug/Display.html?id=110961 - # local my_test_control - # my_test_control=${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}} - # if ! has network ${my_test_control} ; then - # perl_rm_files "t/test1.t" "t/testx.t" - # fi - # perl-module_src_test -} diff --git a/dev-perl/Net-Whois-IP/Net-Whois-IP-1.190.0-r2.ebuild b/dev-perl/Net-Whois-IP/Net-Whois-IP-1.190.0-r2.ebuild new file mode 100644 index 000000000000..c6978b286737 --- /dev/null +++ b/dev-perl/Net-Whois-IP/Net-Whois-IP-1.190.0-r2.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_VERSION=${PV%0.0} +DIST_AUTHOR=BSCHMITZ +inherit perl-module + +DESCRIPTION="Perl extension for looking up the whois information for ip addresses" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +PERL_RM_FILES=( + "test.pl" # gets installed otherwise :( +) + +RDEPEND=" + dev-perl/Regexp-IPv6 +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" + +src_test() { + local MODULES=( + "Net::Whois::IP ${DIST_VERSION}" + ) + local failed=() + for dep in "${MODULES[@]}"; do + ebegin "Compile testing ${dep}" + perl -Mblib="${S}" -M"${dep} ()" -e1 + eend $? || failed+=( "$dep" ) + done + if [[ ${failed[@]} ]]; then + echo + eerror "One or more modules failed compile:"; + for dep in "${failed[@]}"; do + eerror " ${dep}" + done + die "Failing due to module compilation errors"; + fi + # # All tests defined require networking + # and all fail. + # https://rt.cpan.org/Public/Bug/Display.html?id=110961 + # local my_test_control + # my_test_control=${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}} + # if ! has network ${my_test_control} ; then + # perl_rm_files "t/test1.t" "t/testx.t" + # fi + # perl-module_src_test +} -- cgit v1.2.3