commit: e4b62688c456ddfd4df18666485a1799001ca099 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Sat Jul 4 04:14:03 2015 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Sat Jul 4 04:14:03 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=e4b62688
dev-perl/SOAP-DateTime: EAPI5, Normalise version Package-Manager: portage-2.2.17 dev-perl/SOAP-DateTime/ChangeLog | 8 -------- ...OAP-DateTime-0.02.ebuild => SOAP-DateTime-0.20.0.ebuild} | 13 ++++++++----- 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/dev-perl/SOAP-DateTime/ChangeLog b/dev-perl/SOAP-DateTime/ChangeLog deleted file mode 100644 index c05bc06..0000000 --- a/dev-perl/SOAP-DateTime/ChangeLog +++ /dev/null @@ -1,8 +0,0 @@ -# ChangeLog for dev-perl/SOAP-DateTime -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 09 Jul 2009; Daniel Westermann-Clark <[email protected]> - SOAP-DateTime-0.02.ebuild, +metadata.xml: - Convert to EAPI=2 and add metadata.xml - diff --git a/dev-perl/SOAP-DateTime/SOAP-DateTime-0.02.ebuild b/dev-perl/SOAP-DateTime/SOAP-DateTime-0.20.0.ebuild similarity index 64% rename from dev-perl/SOAP-DateTime/SOAP-DateTime-0.02.ebuild rename to dev-perl/SOAP-DateTime/SOAP-DateTime-0.20.0.ebuild index a2449f7..bbbbb05 100644 --- a/dev-perl/SOAP-DateTime/SOAP-DateTime-0.02.ebuild +++ b/dev-perl/SOAP-DateTime/SOAP-DateTime-0.20.0.ebuild @@ -1,20 +1,23 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=2 +EAPI=5 MODULE_AUTHOR=MCMAHON +MODULE_VERSION=0.02 inherit perl-module DESCRIPTION="Support for converting dates to xsd:dateTime format" SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64 ~x86" -SRC_TEST="do" IUSE="test" RDEPEND="dev-perl/DateManip" DEPEND="${RDEPEND} - test? ( >=virtual/perl-Test-Simple-0.44 )" + test? ( >=virtual/perl-Test-Simple-0.440.0 )" +PERL_RM_FILES=( + t/pod-coverage.t + t/pod.t +)
