diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-13 01:08:33 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-13 01:09:16 +0100 |
commit | 414dc4acb14a0a3e8d03969e32abf02a3df519b2 (patch) | |
tree | 9438e83c1a7e16dfe4a01b5b15845e34fdde0078 /dev-perl | |
parent | dev-perl/Math-Spline: EAPI=8 bump (diff) | |
download | gentoo-414dc4acb14a0a3e8d03969e32abf02a3df519b2.tar.gz gentoo-414dc4acb14a0a3e8d03969e32abf02a3df519b2.tar.bz2 gentoo-414dc4acb14a0a3e8d03969e32abf02a3df519b2.zip |
dev-perl/Math-Utils: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Math-Utils/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Math-Utils/Math-Utils-1.110.0.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-perl/Math-Utils/Manifest b/dev-perl/Math-Utils/Manifest index f22bac201b23..e7ed16a1cf6d 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 4ab4e270a8d9..000000000000 --- 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 -} |