commit: 5b230548248cba7a855725aa2fe51cb8e266334b
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 27 09:14:43 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Jul 27 09:15:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b230548
dev-perl/DateTime-Set: -r bump for EAPI7 + new test dep
- EAPI7
- Add test dep on dev-perl/DateTime-Event-Recurrence to improve
test coverage
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../DateTime-Set/DateTime-Set-0.390.0-r1.ebuild | 30 ++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/dev-perl/DateTime-Set/DateTime-Set-0.390.0-r1.ebuild
b/dev-perl/DateTime-Set/DateTime-Set-0.390.0-r1.ebuild
new file mode 100644
index 00000000000..65edcd1e48c
--- /dev/null
+++ b/dev-perl/DateTime-Set/DateTime-Set-0.390.0-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=FGLOCK
+DIST_VERSION=0.3900
+inherit perl-module
+
+DESCRIPTION="Datetime sets and set math"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=dev-perl/DateTime-0.120.0
+ >=dev-perl/Set-Infinite-0.590.0
+ dev-perl/Params-Validate
+"
+DEPEND="dev-perl/Module-Build"
+BDEPEND="${RDEPEND}
+ dev-perl/Module-Build
+ test? (
+ dev-perl/DateTime-Event-Recurrence
+ virtual/perl-Test-Simple
+ )
+"
+# meta.json is incorrect, it needs P-V and M-B