diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-24 16:53:40 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-24 16:54:10 +1200 |
commit | 174806b4aeea1e734be9d8321b6a1701da120eaf (patch) | |
tree | e0f9a7c990f185252ff3a01d93a308030f969e2d /dev-perl | |
parent | dev-ruby/railties: fix slot dep warning (diff) | |
download | gentoo-174806b4aeea1e734be9d8321b6a1701da120eaf.tar.gz gentoo-174806b4aeea1e734be9d8321b6a1701da120eaf.tar.bz2 gentoo-174806b4aeea1e734be9d8321b6a1701da120eaf.zip |
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@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Date-Calc/Date-Calc-6.400.0-r1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
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 000000000000..01dc9a16f14b --- /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" |