summaryrefslogtreecommitdiff
path: root/dev-perl/Math-Utils
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-07-03 22:39:47 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-07-03 22:39:47 +0100
commit7f0ccc917c7abe6223784c703d86cd14755691fb (patch)
tree8c6793f68896b341e22f33d7e6cef88e481f4a8b /dev-perl/Math-Utils
parent9aa80713372911cec499b3adb2cd746790920916 (diff)
gentoo resync : 03.07.2021
Diffstat (limited to 'dev-perl/Math-Utils')
-rw-r--r--dev-perl/Math-Utils/Manifest2
-rw-r--r--dev-perl/Math-Utils/Math-Utils-1.140.0.ebuild19
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Math-Utils/Manifest b/dev-perl/Math-Utils/Manifest
index d8c5f18997d6..1317a9c992fc 100644
--- a/dev-perl/Math-Utils/Manifest
+++ b/dev-perl/Math-Utils/Manifest
@@ -1,3 +1,5 @@
DIST Math-Utils-1.11.tar.gz 24077 BLAKE2B 047a2c79da50f62a793de408b652896db3409a2954b888d6edaaec6ba053098641f979d37a44475cea9b9d312532ef9a5c2d403ada12c73a728d59df38618e43 SHA512 047cb1a1e4bc7794dba4bd2d50cc0092b6cd6f5bf4567a693a386009ab9b104c2b56e82cff98bd1e3567311e7e1438addb5e88a09157c075705a00ade349bf9f
+DIST Math-Utils-1.14.tar.gz 32735 BLAKE2B c5fc1691b70270928b69821afdcd4e498ab991f3122afd1a007e03659779709ae41af7eb69aa8acc6f9150390665c9bf9d6b2af750c7b2defe107ad406219fd7 SHA512 b9e011a4b17eaa452de4ab978c87c593bf0195124fbc2d30a322bc4a571960686cc1b4b6a98ec5c90739569b77324bf0a239dafe52bdea28e0b0c7af18aca753
EBUILD Math-Utils-1.110.0.ebuild 465 BLAKE2B 6d24697177af95f538eb6ba0ecff4c99e7113824cb71f18ef5627ce166c5fcbfb032bd59ca507391239c5ea0d94383d46e4cb26092dfc876d1f572c699d1b514 SHA512 74b39400f4a8a216252709b1a8ecd94c644967bb60388675b84f95f9d1454476019ac7361e998ee1627bc5b8117b1ca09eb9481b346b17a8cce28e62d11e5518
+EBUILD Math-Utils-1.140.0.ebuild 367 BLAKE2B 450208ea21667308bd9d871649b6e6ea22b3805c83f4d569a162a7393ab82df01538310a4ec46f38db9f310c641d982a785f32f040f33af706e6307fc77e2e25 SHA512 1dae5641a1cb6eecd8384be7e740629cf74be8f448a833820644667c99d970fc2115a64ce0aaaaa2be77dfe28467f144c5af31e3e9a6e2e4e64f353b528c05f9
MISC metadata.xml 392 BLAKE2B 0559cebf380e4772daa77f268438be9b2717a67994d7ff3ccfacec8e8659c4035a6f097b8b2c9def35a48b26fe9ad887bbeba2b19f297fec7536bf31d339b661 SHA512 fd25e88ff2cec12140baa7e42df60b93d53fa4faf7a8dd37b581c780720fd8d21890b6812079509af0b8c083e234e28b3b82ff163f9be961975fd961e52d7d7c
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 )