diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-03 21:56:09 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-03 21:59:10 +0200 |
commit | 45597c1c763f072aabb2f9d5e5928b66692a606a (patch) | |
tree | 52cf59696880212ffae0283f0a25940c6af67d67 /dev-perl/Math-Utils/Math-Utils-1.140.0.ebuild | |
parent | dev-perl/Math-Random-MT: EAPI=8 bump (diff) | |
download | gentoo-45597c1c763f072aabb2f9d5e5928b66692a606a.tar.gz gentoo-45597c1c763f072aabb2f9d5e5928b66692a606a.tar.bz2 gentoo-45597c1c763f072aabb2f9d5e5928b66692a606a.zip |
dev-perl/Math-Utils: Version bump 1.14
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Math-Utils/Math-Utils-1.140.0.ebuild')
-rw-r--r-- | dev-perl/Math-Utils/Math-Utils-1.140.0.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Math-Utils/Math-Utils-1.140.0.ebuild b/dev-perl/Math-Utils/Math-Utils-1.140.0.ebuild new file mode 100644 index 000000000000..db06f5701738 --- /dev/null +++ b/dev-perl/Math-Utils/Math-Utils-1.140.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=JGAMBLE +DIST_VERSION=1.14 +inherit perl-module + +DESCRIPTION="Useful mathematical functions not in Perl" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="" +BDEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.400.0 +" + +PERL_RM_FILES=( t/pod.t t/manifest.t ) |