summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-13 22:44:18 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-13 22:44:18 +0100
commit43f46bf3bb3a914898b04cb0a29736849d8f094a (patch)
tree3cbe46305875e86c73e60b96bdd0d6666b72d8a2 /perl-core
parentperl-core/Locale-Maketext-Simple: remove (diff)
downloadgentoo-43f46bf3bb3a914898b04cb0a29736849d8f094a.tar.gz
gentoo-43f46bf3bb3a914898b04cb0a29736849d8f094a.tar.bz2
gentoo-43f46bf3bb3a914898b04cb0a29736849d8f094a.zip
perl-core/Math-BigInt: remove
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'perl-core')
-rw-r--r--perl-core/Math-BigInt/Manifest1
-rw-r--r--perl-core/Math-BigInt/Math-BigInt-1.999.806.ebuild36
-rw-r--r--perl-core/Math-BigInt/metadata.xml16
3 files changed, 0 insertions, 53 deletions
diff --git a/perl-core/Math-BigInt/Manifest b/perl-core/Math-BigInt/Manifest
deleted file mode 100644
index 8c784f783461..000000000000
--- 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 006171aa5356..000000000000
--- 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 36405a484b9b..000000000000
--- 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>perl@gentoo.org</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>