diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-27 21:14:43 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-27 21:15:44 +1200 |
commit | 5b230548248cba7a855725aa2fe51cb8e266334b (patch) | |
tree | f78cd9b09e20aca16e0b465d57fcd984dbda0307 /dev-perl/DateTime-Set | |
parent | virtual/libstdc++: Remove last-rited pkg (diff) | |
download | gentoo-5b230548248cba7a855725aa2fe51cb8e266334b.tar.gz gentoo-5b230548248cba7a855725aa2fe51cb8e266334b.tar.bz2 gentoo-5b230548248cba7a855725aa2fe51cb8e266334b.zip |
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@gentoo.org>
Diffstat (limited to 'dev-perl/DateTime-Set')
-rw-r--r-- | dev-perl/DateTime-Set/DateTime-Set-0.390.0-r1.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
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 000000000000..65edcd1e48c4 --- /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 |