commit: 43f46bf3bb3a914898b04cb0a29736849d8f094a
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 13 21:44:18 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 13 21:44:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43f46bf3
perl-core/Math-BigInt: remove
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
perl-core/Math-BigInt/Manifest | 1 -
perl-core/Math-BigInt/Math-BigInt-1.999.806.ebuild | 36 ----------------------
perl-core/Math-BigInt/metadata.xml | 16 ----------
3 files changed, 53 deletions(-)
diff --git a/perl-core/Math-BigInt/Manifest b/perl-core/Math-BigInt/Manifest
deleted file mode 100644
index 8c784f78346..00000000000
--- a/perl-core/Math-BigInt/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Math-BigInt-1.999806.tar.gz 2814121 BLAKE2B
9be5e024e0227965ae3abc4962aac40d9d082004d8f57a6b96e84eba0732fd7b276d375848090922748081f6f44b0b5dde915037c659395e6e5979090b75cc4a
SHA512
2c496450ecc64acb7635ed2bf3b1bb0faef77aee56aee391341ca180e63037c4bc9fee6e8ae23f1db610df56a83e703a602ed37a83b35f294f7536642d897e9f
diff --git a/perl-core/Math-BigInt/Math-BigInt-1.999.806.ebuild
b/perl-core/Math-BigInt/Math-BigInt-1.999.806.ebuild
deleted file mode 100644
index 006171aa535..00000000000
--- a/perl-core/Math-BigInt/Math-BigInt-1.999.806.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=PJACKLAM
-DIST_VERSION=1.999806
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Arbitrary size floating point math package"
-
-SLOT="0"
-KEYWORDS=""
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=virtual/perl-Math-Complex-1.390.0
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? ( >=virtual/perl-Test-Simple-0.940.0 )
-"
-
-PDEPEND="
- >=virtual/perl-Math-BigInt-FastCalc-0.270.0
- >=virtual/perl-bignum-0.220.0
- >=virtual/perl-Math-BigRat-0.260.200
-"
-# where does this come from?
-
-src_test() {
- perl_rm_files t/author-*.t t/03podcov.t t/00sig.t t/02pod.t
- perl-module_src_test
-}
diff --git a/perl-core/Math-BigInt/metadata.xml
b/perl-core/Math-BigInt/metadata.xml
deleted file mode 100644
index 36405a484b9..00000000000
--- a/perl-core/Math-BigInt/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>[email protected]</email>
- <name>Gentoo Perl Project</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">Math-BigInt</remote-id>
- <remote-id type="cpan-module">Math::BigFloat</remote-id>
- <remote-id type="cpan-module">Math::BigInt</remote-id>
- <remote-id type="cpan-module">Math::BigInt::Calc</remote-id>
- <remote-id type="cpan-module">Math::BigInt::CalcEmu</remote-id>
- <remote-id type="cpan-module">Math::BigInt::Lib</remote-id>
- </upstream>
-</pkgmetadata>