summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-06 18:31:12 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-06 18:47:11 +0200
commit706d835cc56081aa4a8ed6798ecc2c3a718f4de9 (patch)
treee4fdd30aa64fed55ae0e0822c506df143b8e7412 /dev-perl/XMLRPC-Lite
parentdev-perl/Unicode-LineBreak: remove unused patch(es) (diff)
downloadgentoo-706d835cc56081aa4a8ed6798ecc2c3a718f4de9.tar.gz
gentoo-706d835cc56081aa4a8ed6798ecc2c3a718f4de9.tar.bz2
gentoo-706d835cc56081aa4a8ed6798ecc2c3a718f4de9.zip
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@gentoo.org>
Diffstat (limited to 'dev-perl/XMLRPC-Lite')
-rw-r--r--dev-perl/XMLRPC-Lite/XMLRPC-Lite-0.717.0-r1.ebuild (renamed from dev-perl/XMLRPC-Lite/XMLRPC-Lite-0.717.0.ebuild)19
1 files 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
index a157c829cce1..5e405df2bf15 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