commit:     706d835cc56081aa4a8ed6798ecc2c3a718f4de9
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  6 16:31:12 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Oct  6 16:47:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=706d835c

dev-perl/XMLRPC-Lite: EAPI=8 bump

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

 ...e-0.717.0.ebuild => XMLRPC-Lite-0.717.0-r1.ebuild} | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/dev-perl/XMLRPC-Lite/XMLRPC-Lite-0.717.0.ebuild 
b/dev-perl/XMLRPC-Lite/XMLRPC-Lite-0.717.0-r1.ebuild
similarity index 50%
rename from dev-perl/XMLRPC-Lite/XMLRPC-Lite-0.717.0.ebuild
rename to dev-perl/XMLRPC-Lite/XMLRPC-Lite-0.717.0-r1.ebuild
index a157c829cce..5e405df2bf1 100644
--- a/dev-perl/XMLRPC-Lite/XMLRPC-Lite-0.717.0.ebuild
+++ b/dev-perl/XMLRPC-Lite/XMLRPC-Lite-0.717.0-r1.ebuild
@@ -1,20 +1,23 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR="PHRED"
-MODULE_VERSION=0.717
+DIST_AUTHOR=PHRED
+DIST_VERSION=0.717
 inherit perl-module
 
 DESCRIPTION="client and server implementation of XML-RPC protocol"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-RDEPEND="dev-perl/SOAP-Lite"
-DEPEND="${RDEPEND}
+RDEPEND="
+       dev-perl/SOAP-Lite
+"
+BDEPEND="${RDEPEND}
        virtual/perl-ExtUtils-MakeMaker"
 
-SRC_TEST="do"
+# https://rt.cpan.org/Public/Bug/Display.html?id=127761
+# fails "at random"
+DIST_TEST=skip

Reply via email to