commit:     98b01a81c450972efc9738f60a0d79d02cb0fe15
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  8 01:42:52 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Apr  8 01:42:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98b01a81

dev-perl/DateTime-Format-W3CDTF: Bump to version 0.70.0

- EAPI6
- Fix really wrong deps
- Cleanup Pod tests

Upstream:
- Fix for '.' in @INC

Bug: https://bugs.gentoo.org/614962
Package-Manager: Portage-2.3.4, Repoman-2.3.2

 .../DateTime-Format-W3CDTF-0.70.0.ebuild           | 26 ++++++++++++++++++++++
 dev-perl/DateTime-Format-W3CDTF/Manifest           |  1 +
 2 files changed, 27 insertions(+)

diff --git 
a/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.70.0.ebuild 
b/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.70.0.ebuild
new file mode 100644
index 00000000000..df012ee0a9e
--- /dev/null
+++ b/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.70.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=GWILLIAMS
+DIST_VERSION=0.07
+inherit perl-module
+
+DESCRIPTION="Parse and format W3CDTF datetime strings"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-solaris"
+IUSE="test"
+
+RDEPEND="dev-perl/DateTime"
+DEPEND="${RDEPEND}
+       >=virtual/perl-ExtUtils-MakeMaker-6.360.0
+       test? (
+               >=virtual/perl-Test-Simple-0.610.0
+       )
+"
+src_prepare() {
+       use test && perl_rm_files t/pod.t t/pod_coverage.t
+       perl-module_src_prepare
+}

diff --git a/dev-perl/DateTime-Format-W3CDTF/Manifest 
b/dev-perl/DateTime-Format-W3CDTF/Manifest
index c1345dec2bb..3be56848b04 100644
--- a/dev-perl/DateTime-Format-W3CDTF/Manifest
+++ b/dev-perl/DateTime-Format-W3CDTF/Manifest
@@ -1 +1,2 @@
 DIST DateTime-Format-W3CDTF-0.06.tar.gz 29825 SHA256 
b9a542bed9c52b0a89dd590a5184e38ee334c824bbe6bac842dd7dd1f88fbd7a SHA512 
2c4155850880b9325091a47670b37d90f6d8ef1d89cd62d6d139c2e35e1d185c37b00be1edf47a352b906114e4122e3b45759eee150d3aaaf6bdddc266b87255
 WHIRLPOOL 
9f740968eeacb26ef247d2a7c9a073e6de7099e7e9f16c9c89a844366ff587227b7675321e37fd794a5bd7950d080a71fc03e353b3d189121db70a9ead4e6d55
+DIST DateTime-Format-W3CDTF-0.07.tar.gz 29598 SHA256 
69a02b661bbf1daa14a4813cb6786eaa66dbdf2743f0b3f458e30234c3a26268 SHA512 
f5b8f3437c4e9a7e192900af16e83a567889dbdf1a934d604461c5096c271b497cda9bd4f9359658f536d262232e4521519f92c06bf07712922403baf6429c64
 WHIRLPOOL 
65c01fc6da006c26f44760bbe7e18bbe953657a6c2af23d1fb9752f91e1c057ae8476cd6fb6ab9e7544e4ac5a35743cb5bf44d3636663d6aabb3eedec27b60c3

Reply via email to