commit: 9073d44b24c937be5a0b39f64e50287031035da6
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 25 19:21:30 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jul 25 19:21:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9073d44b
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 <AT> gentoo.org>
.../DateTime-Format-ICal-0.90.0-r1.ebuild | 25 ++++++++++++++++++++++
1 file changed, 25 insertions(+)
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 00000000000..1bdd0aaf0c6
--- /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
+"