diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-13 22:44:18 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-13 22:44:18 +0100 |
commit | 43f46bf3bb3a914898b04cb0a29736849d8f094a (patch) | |
tree | 3cbe46305875e86c73e60b96bdd0d6666b72d8a2 /perl-core/Math-BigInt | |
parent | perl-core/Locale-Maketext-Simple: remove (diff) | |
download | gentoo-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/Math-BigInt')
-rw-r--r-- | perl-core/Math-BigInt/Manifest | 1 | ||||
-rw-r--r-- | perl-core/Math-BigInt/Math-BigInt-1.999.806.ebuild | 36 | ||||
-rw-r--r-- | perl-core/Math-BigInt/metadata.xml | 16 |
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> |