[gentoo-commits] repo/gentoo:master commit in: dev-perl/UltraDNS/

2021-09-30 Thread Andreas K. Hüttel
commit: 8d78d5b266765935afc0c481022745b8a72483b7
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Sep 30 20:27:04 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Sep 30 20:32:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d78d5b2

dev-perl/UltraDNS: EAPI=8 bump

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../{UltraDNS-0.60.0-r2.ebuild => UltraDNS-0.60.0-r3.ebuild} | 12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/dev-perl/UltraDNS/UltraDNS-0.60.0-r2.ebuild 
b/dev-perl/UltraDNS/UltraDNS-0.60.0-r3.ebuild
similarity index 82%
rename from dev-perl/UltraDNS/UltraDNS-0.60.0-r2.ebuild
rename to dev-perl/UltraDNS/UltraDNS-0.60.0-r3.ebuild
index 638784a3ba8..f908f01918f 100644
--- a/dev-perl/UltraDNS/UltraDNS-0.60.0-r2.ebuild
+++ b/dev-perl/UltraDNS/UltraDNS-0.60.0-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=TIMB
 DIST_VERSION=0.06
@@ -11,18 +11,20 @@ DESCRIPTION="Client API for the NeuStar UltraDNS 
Transaction Protocol"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-DEPEND=">=dev-perl/Net-SSLeay-1.350.0
+RDEPEND=">=dev-perl/Net-SSLeay-1.350.0
dev-perl/Test-Exception
>=dev-perl/RPC-XML-0.640.0
dev-perl/XML-LibXML"
-RDEPEND="${DEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
 "
+
 PATCHES=(
"${FILESDIR}/${PN}-0.06-dotinc.patch"
"${FILESDIR}/${PN}-0.06-nomkmethods.patch"
 )
+
 PERL_RM_FILES=("t/perlcritic.t" "t/perlcritic" "t/pod-coverage.t" "t/pod.t")
+
 mydoc="NUS_API_XML.errata"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/UltraDNS/

2018-03-26 Thread Kent Fredric
commit: 2c3afedc47818b729ee396e9a9ef9d648bf8637e
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Mar 26 11:32:50 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Mar 26 11:32:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c3afedc

dev-perl/UltraDNS: Cleanup old re bug #623144

Closes: https://bugs.gentoo.org/623144
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/UltraDNS/UltraDNS-0.60.0-r1.ebuild | 24 
 1 file changed, 24 deletions(-)

diff --git a/dev-perl/UltraDNS/UltraDNS-0.60.0-r1.ebuild 
b/dev-perl/UltraDNS/UltraDNS-0.60.0-r1.ebuild
deleted file mode 100644
index a4951af1e49..000
--- a/dev-perl/UltraDNS/UltraDNS-0.60.0-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=TIMB
-MODULE_VERSION=0.06
-inherit perl-module
-
-DESCRIPTION="Client API for the NeuStar UltraDNS Transaction Protocol"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-perl/Net-SSLeay-1.35
-   dev-perl/Test-Exception
-   dev-perl/RPC-XML
-   dev-perl/XML-LibXML"
-RDEPEND="${DEPEND}"
-
-SRC_TEST="do"
-
-mydoc="NUS_API_XML.errata"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/UltraDNS/, dev-perl/UltraDNS/files/

2018-03-18 Thread Kent Fredric
commit: 68a4197d1232cf025d423c549dba31677ac6
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Mar 18 16:23:10 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Mar 18 16:24:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68a4197d

dev-perl/UltraDNS: Fix test failures due to '.' in @INC, bug #623144

- EAPI6
- Parallel tests
- Fix '.' in @INC test failure
- Purge unwanted author tests
- Fix unwanted installation of build script

Bug: https://bugs.gentoo.org/623144
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/UltraDNS/UltraDNS-0.60.0-r2.ebuild| 28 
 dev-perl/UltraDNS/files/UltraDNS-0.06-dotinc.patch | 80 ++
 .../UltraDNS/files/UltraDNS-0.06-nomkmethods.patch | 20 ++
 3 files changed, 128 insertions(+)

diff --git a/dev-perl/UltraDNS/UltraDNS-0.60.0-r2.ebuild 
b/dev-perl/UltraDNS/UltraDNS-0.60.0-r2.ebuild
new file mode 100644
index 000..638784a3ba8
--- /dev/null
+++ b/dev-perl/UltraDNS/UltraDNS-0.60.0-r2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=TIMB
+DIST_VERSION=0.06
+inherit perl-module
+
+DESCRIPTION="Client API for the NeuStar UltraDNS Transaction Protocol"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-perl/Net-SSLeay-1.350.0
+   dev-perl/Test-Exception
+   >=dev-perl/RPC-XML-0.640.0
+   dev-perl/XML-LibXML"
+RDEPEND="${DEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"
+PATCHES=(
+   "${FILESDIR}/${PN}-0.06-dotinc.patch"
+   "${FILESDIR}/${PN}-0.06-nomkmethods.patch"
+)
+PERL_RM_FILES=("t/perlcritic.t" "t/perlcritic" "t/pod-coverage.t" "t/pod.t")
+mydoc="NUS_API_XML.errata"

diff --git a/dev-perl/UltraDNS/files/UltraDNS-0.06-dotinc.patch 
b/dev-perl/UltraDNS/files/UltraDNS-0.06-dotinc.patch
new file mode 100644
index 000..490b5aa2c82
--- /dev/null
+++ b/dev-perl/UltraDNS/files/UltraDNS-0.06-dotinc.patch
@@ -0,0 +1,80 @@
+From 93c5a7666ea83f5b0ba56ca0a8fdee492f65ca87 Mon Sep 17 00:00:00 2001
+From: Kent Fredric 
+Date: Mon, 19 Mar 2018 04:58:48 +1300
+Subject: Fix test failures without '.' in @INC
+
+Also explode more readily when runtime dependency resolution fails.
+
+Bug: https://bugs.gentoo.org/623144
+---
+ t/01-connect.t | 2 +-
+ t/02-basic.t   | 2 +-
+ t/03-err.t | 2 +-
+ t/30-get.t | 2 +-
+ t/util.pl  | 1 +
+ 5 files changed, 5 insertions(+), 4 deletions(-)
+
+diff --git a/t/01-connect.t b/t/01-connect.t
+index 39ffb00..d489d4d 100644
+--- a/t/01-connect.t
 b/t/01-connect.t
+@@ -4,7 +4,7 @@ use Test::Exception;
+ 
+ use UltraDNS;
+ 
+-do 't/util.pl';
++require './t/util.pl';
+ 
+ my ($hp,$s,$u,$p) = test_connect_args();
+ 
+diff --git a/t/02-basic.t b/t/02-basic.t
+index d4b6df5..9a98639 100644
+--- a/t/02-basic.t
 b/t/02-basic.t
+@@ -4,7 +4,7 @@ use Test::Exception;
+ 
+ use UltraDNS;
+ 
+-do 't/util.pl';
++require './t/util.pl';
+ 
+ my $udns = test_connect();
+ my $rr;
+diff --git a/t/03-err.t b/t/03-err.t
+index 797c452..0f4c6e1 100644
+--- a/t/03-err.t
 b/t/03-err.t
+@@ -4,7 +4,7 @@ use Test::Exception;
+ 
+ use UltraDNS;
+ 
+-do 't/util.pl';
++require './t/util.pl';
+ 
+ my ($hp,$s,$u,$p) = test_connect_args();
+ 
+diff --git a/t/30-get.t b/t/30-get.t
+index e3c2997..ce193e9 100644
+--- a/t/30-get.t
 b/t/30-get.t
+@@ -4,7 +4,7 @@ use Test::Exception;
+ 
+ use UltraDNS;
+ 
+-do 't/util.pl';
++require './t/util.pl';
+ 
+ my $udns = test_connect();
+ my $rr;
+diff --git a/t/util.pl b/t/util.pl
+index 269452b..e36b752 100644
+--- a/t/util.pl
 b/t/util.pl
+@@ -72,3 +72,4 @@ END {
+ eval { $_->(); 1 } or warn $@ for @at_end;
+ }
+ 
++1;
+-- 
+2.16.2
+

diff --git a/dev-perl/UltraDNS/files/UltraDNS-0.06-nomkmethods.patch 
b/dev-perl/UltraDNS/files/UltraDNS-0.06-nomkmethods.patch
new file mode 100644
index 000..96c90726367
--- /dev/null
+++ b/dev-perl/UltraDNS/files/UltraDNS-0.06-nomkmethods.patch
@@ -0,0 +1,20 @@
+From 16a92623e2005718af58d7ed0628fb2d4c7b2d51 Mon Sep 17 00:00:00 2001
+From: Kent Fredric 
+Date: Mon, 19 Mar 2018 05:06:23 +1300
+Subject: Stop installing mk_methods.pl to the host
+
+---
+ INSTALL.SKIP | 1 +
+ 1 file changed, 1 insertion(+)
+ create mode 100644 INSTALL.SKIP
+
+diff --git a/INSTALL.SKIP b/INSTALL.SKIP
+new file mode 100644
+index 000..1699662
+--- /dev/null
 b/INSTALL.SKIP
+@@ -0,0 +1 @@
++mk_methods\.pl$
+-- 
+2.16.2
+