summaryrefslogtreecommitdiff
path: root/dev-perl/DateTime-Format-W3CDTF
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-perl/DateTime-Format-W3CDTF
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/DateTime-Format-W3CDTF')
-rw-r--r--dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.70.0.ebuild26
-rw-r--r--dev-perl/DateTime-Format-W3CDTF/Manifest3
-rw-r--r--dev-perl/DateTime-Format-W3CDTF/metadata.xml12
3 files changed, 41 insertions, 0 deletions
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 000000000000..6bc3fe665ff5
--- /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
new file mode 100644
index 000000000000..c66f702d40bc
--- /dev/null
+++ b/dev-perl/DateTime-Format-W3CDTF/Manifest
@@ -0,0 +1,3 @@
+DIST DateTime-Format-W3CDTF-0.07.tar.gz 29598 BLAKE2B 11d1281124a59ccc1734bad641b9f0278b3a34d1bcb6ad6dc030fe2e384961fbcdfea7653c62578c9c22d636610a1b0bb4fea327ab0b4674d0a27178fcc81b62 SHA512 f5b8f3437c4e9a7e192900af16e83a567889dbdf1a934d604461c5096c271b497cda9bd4f9359658f536d262232e4521519f92c06bf07712922403baf6429c64
+EBUILD DateTime-Format-W3CDTF-0.70.0.ebuild 556 BLAKE2B 536f3dd5a3b67258575ba775cfa70115f345eaef30e4ab5cb93d4e9133807a1338738a74b3c24bfa30314dcc9c79cbf4f2e6a14a5d12affe06678648f29efa29 SHA512 f90bd3c795c63cd89e0e96481c07d54d9427529dd2de5b4880cc193176284e72b5fb687f9df624e0a925446c32181a02055e804df49b5bc48320a9f917c17367
+MISC metadata.xml 417 BLAKE2B 44fa86f9572cfad422ee8f6d33ad91f7930bb405c82bde1c161ff79908c847f8efd908c3c6740033aa11e36fcf552e87c42c7ea7e38750cece3d78d0b8be0e37 SHA512 d7429b4f2d1186d350035ed5a6d7c0f1da3e6ed460cd63e62dfc138744f777e412759e0b8bd7ebdfe851eb207649397d562dc01b92282b29efc8a2d4bdd1b024
diff --git a/dev-perl/DateTime-Format-W3CDTF/metadata.xml b/dev-perl/DateTime-Format-W3CDTF/metadata.xml
new file mode 100644
index 000000000000..7c5c664917f8
--- /dev/null
+++ b/dev-perl/DateTime-Format-W3CDTF/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">DateTime-Format-W3CDTF</remote-id>
+ <remote-id type="cpan-module">DateTime::Format::W3CDTF</remote-id>
+ </upstream>
+</pkgmetadata>