commit: 414dc4acb14a0a3e8d03969e32abf02a3df519b2
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 13 00:08:33 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 13 00:09:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=414dc4ac
dev-perl/Math-Utils: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Math-Utils/Manifest | 1 -
dev-perl/Math-Utils/Math-Utils-1.110.0.ebuild | 26 --------------------------
2 files changed, 27 deletions(-)
diff --git a/dev-perl/Math-Utils/Manifest b/dev-perl/Math-Utils/Manifest
index f22bac201b2..e7ed16a1cf6 100644
--- a/dev-perl/Math-Utils/Manifest
+++ b/dev-perl/Math-Utils/Manifest
@@ -1,2 +1 @@
-DIST Math-Utils-1.11.tar.gz 24077 BLAKE2B
047a2c79da50f62a793de408b652896db3409a2954b888d6edaaec6ba053098641f979d37a44475cea9b9d312532ef9a5c2d403ada12c73a728d59df38618e43
SHA512
047cb1a1e4bc7794dba4bd2d50cc0092b6cd6f5bf4567a693a386009ab9b104c2b56e82cff98bd1e3567311e7e1438addb5e88a09157c075705a00ade349bf9f
DIST Math-Utils-1.14.tar.gz 32735 BLAKE2B
c5fc1691b70270928b69821afdcd4e498ab991f3122afd1a007e03659779709ae41af7eb69aa8acc6f9150390665c9bf9d6b2af750c7b2defe107ad406219fd7
SHA512
b9e011a4b17eaa452de4ab978c87c593bf0195124fbc2d30a322bc4a571960686cc1b4b6a98ec5c90739569b77324bf0a239dafe52bdea28e0b0c7af18aca753
diff --git a/dev-perl/Math-Utils/Math-Utils-1.110.0.ebuild
b/dev-perl/Math-Utils/Math-Utils-1.110.0.ebuild
deleted file mode 100644
index 4ab4e270a8d..00000000000
--- a/dev-perl/Math-Utils/Math-Utils-1.110.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=JGAMBLE
-DIST_VERSION=1.11
-inherit perl-module
-
-DESCRIPTION="Useful mathematical functions not in Perl"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- dev-perl/Module-Build
- test? (
- virtual/perl-Test-Simple
- )
-"
-src_test() {
- perl_rm_files t/pod.t t/manifest.t
- perl-module_src_test
-}