summaryrefslogtreecommitdiff
path: root/perl-core/Math-BigInt
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
commit2771f79232c273bc2a57d23bf335dd81ccf6af28 (patch)
treec8af0fd04194aed03cf067d44e53c7edd3e9ab84 /perl-core/Math-BigInt
parente9d044d4b9b71200a96adfa280848858c0f468c9 (diff)
gentoo resync : 05.12.2021
Diffstat (limited to 'perl-core/Math-BigInt')
-rw-r--r--perl-core/Math-BigInt/Manifest3
-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, 55 deletions
diff --git a/perl-core/Math-BigInt/Manifest b/perl-core/Math-BigInt/Manifest
deleted file mode 100644
index 81136232ce0a..000000000000
--- a/perl-core/Math-BigInt/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST Math-BigInt-1.999806.tar.gz 2814121 BLAKE2B 9be5e024e0227965ae3abc4962aac40d9d082004d8f57a6b96e84eba0732fd7b276d375848090922748081f6f44b0b5dde915037c659395e6e5979090b75cc4a SHA512 2c496450ecc64acb7635ed2bf3b1bb0faef77aee56aee391341ca180e63037c4bc9fee6e8ae23f1db610df56a83e703a602ed37a83b35f294f7536642d897e9f
-EBUILD Math-BigInt-1.999.806.ebuild 729 BLAKE2B 533ef78067b300654bc86744b5868c1e033eba47c846c0f2994a2aec57d340f89b3c3b16ff4fdc5e32136b68c286f1217da6e3cf8bb6908ae42c72c65e08aa80 SHA512 da116f9e17282a3e9aaf5a80ed1b079aa60328d0619390cbd85e8eb4ad5a31a5672a5949bb621cf8b7af6162f7569d31f870557518f20b8666b9761441ba91fa
-MISC metadata.xml 653 BLAKE2B 44ab5b2e8f2597c4b61cdce4fe9fe35480737e7aa9e494a201a6bf74a15d58802fa01ff7dcc2994e221fba64ae7be1c7dccf95b2e6ab49cab7faffa87fd52df2 SHA512 4e2d2b17e1fcae288d50006ebc72852c9618a56dbc2ec752dc5114990fa133797750551100e1016275656f9216a8938ceadb8cd954903af66b1af5073377af61
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>