summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-07-26 07:21:30 +1200
committerKent Fredric <kentnl@gentoo.org>2020-07-26 07:21:30 +1200
commit9073d44b24c937be5a0b39f64e50287031035da6 (patch)
treefac0d0d0a276c48ba65ad5ddee7f83ad0b1f90af /dev-perl/DateTime-Format-ICal
parentdev-perl/DateTime-Format-Human-Duration: Provision more remote-id's (diff)
downloadgentoo-9073d44b24c937be5a0b39f64e50287031035da6.tar.gz
gentoo-9073d44b24c937be5a0b39f64e50287031035da6.tar.bz2
gentoo-9073d44b24c937be5a0b39f64e50287031035da6.zip
dev-perl/DateTime-Format-ICal: -r bump for EAPI7
- EAPI7 - Parallel tests - Remove unused/empty variable assignments Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/DateTime-Format-ICal')
-rw-r--r--dev-perl/DateTime-Format-ICal/DateTime-Format-ICal-0.90.0-r1.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/DateTime-Format-ICal/DateTime-Format-ICal-0.90.0-r1.ebuild b/dev-perl/DateTime-Format-ICal/DateTime-Format-ICal-0.90.0-r1.ebuild
new file mode 100644
index 000000000000..1bdd0aaf0c69
--- /dev/null
+++ b/dev-perl/DateTime-Format-ICal/DateTime-Format-ICal-0.90.0-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=DROLSKY
+DIST_VERSION=0.09
+inherit perl-module
+
+DESCRIPTION="Parse and format iCal datetime and duration strings"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ >=dev-perl/DateTime-0.170.0
+ >=dev-perl/DateTime-Event-ICal-0.30.0
+ >=dev-perl/DateTime-Set-0.100.0
+ >=dev-perl/DateTime-TimeZone-0.220.0
+ >=dev-perl/Params-Validate-0.590.0
+"
+DEPEND="dev-perl/Module-Build"
+BDEPEND="${RDEPEND}
+ dev-perl/Module-Build
+"