summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2016-11-16 14:16:25 +1300
committerKent Fredric <kentnl@gentoo.org>2016-11-16 15:35:01 +1300
commita3171a6fe8b00e4db5c560fcc256a3cf2d4b2e27 (patch)
tree9b11caf4df4eb698dcf6a2ddfbee919c7afbc960 /dev-perl/DateTime-Set/DateTime-Set-0.390.0.ebuild
parentdev-vcs/hub: remove old (diff)
downloadgentoo-a3171a6fe8b00e4db5c560fcc256a3cf2d4b2e27.tar.gz
gentoo-a3171a6fe8b00e4db5c560fcc256a3cf2d4b2e27.tar.bz2
gentoo-a3171a6fe8b00e4db5c560fcc256a3cf2d4b2e27.zip
dev-perl/DateTime-Set: Bump to 0.390.0
Upstream: - max and min are now aliases to end and start respectively Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-perl/DateTime-Set/DateTime-Set-0.390.0.ebuild')
-rw-r--r--dev-perl/DateTime-Set/DateTime-Set-0.390.0.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/DateTime-Set/DateTime-Set-0.390.0.ebuild b/dev-perl/DateTime-Set/DateTime-Set-0.390.0.ebuild
new file mode 100644
index 000000000000..f8a506917523
--- /dev/null
+++ b/dev-perl/DateTime-Set/DateTime-Set-0.390.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=FGLOCK
+DIST_VERSION=0.3900
+inherit perl-module
+
+DESCRIPTION="Datetime sets and set math"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/DateTime-0.120.0
+ >=dev-perl/Set-Infinite-0.590.0
+ dev-perl/Params-Validate
+"
+DEPEND="${RDEPEND}
+ dev-perl/Module-Build
+ test? ( virtual/perl-Test-Simple )
+"
+# meta.json is incorrect, it needs P-V and M-B