commit: 174806b4aeea1e734be9d8321b6a1701da120eaf
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 24 04:53:40 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jul 24 04:54:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=174806b4
dev-perl/Date-Calc: -r bump for EAPI7
- EAPI7
- Fixup LICENSE slightly
- Parallel tests
- Remove reundant code for C stuff, which is no longer in this dist
- Remove empty/unused variable assignments
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/Date-Calc/Date-Calc-6.400.0-r1.ebuild | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/dev-perl/Date-Calc/Date-Calc-6.400.0-r1.ebuild
b/dev-perl/Date-Calc/Date-Calc-6.400.0-r1.ebuild
new file mode 100644
index 00000000000..01dc9a16f14
--- /dev/null
+++ b/dev-perl/Date-Calc/Date-Calc-6.400.0-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=STBEY
+DIST_VERSION=6.4
+inherit perl-module
+
+DESCRIPTION="Gregorian calendar date calculations"
+
+LICENSE="|| ( Artistic GPL-1+ ) LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris
~x64-solaris ~x86-solaris"
+
+RDEPEND="
+ >=dev-perl/Bit-Vector-7.400.0
+ >=dev-perl/Carp-Clan-6.40.0
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"
+mydoc="ToDo"