summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-13 00:59:11 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-13 01:08:51 +0100
commitc3d502dc4f435fca5bbd77dd128343f1dd6ceb1a (patch)
treef46085b5c8acbcc54b46edfdd780babd5d08cea1 /dev-perl
parentdev-perl/Math-Libm: EAPI=8 bump (diff)
downloadgentoo-c3d502dc4f435fca5bbd77dd128343f1dd6ceb1a.tar.gz
gentoo-c3d502dc4f435fca5bbd77dd128343f1dd6ceb1a.tar.bz2
gentoo-c3d502dc4f435fca5bbd77dd128343f1dd6ceb1a.zip
dev-perl/Math-ModInt: 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-ModInt/Manifest1
-rw-r--r--dev-perl/Math-ModInt/Math-ModInt-0.11.0.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/dev-perl/Math-ModInt/Manifest b/dev-perl/Math-ModInt/Manifest
index 92e6052121f4..6721db590378 100644
--- a/dev-perl/Math-ModInt/Manifest
+++ b/dev-perl/Math-ModInt/Manifest
@@ -1,2 +1 @@
-DIST Math-ModInt-0.011.tar.gz 40189 BLAKE2B 2b49dec27c7f67ab0c5005a850df9105d661aaa07fbb4041f9bb79bca621114edd6d541ef62d907e8fdc71d1879fb3eb522af232519cd0500b9d41fb2c1b6938 SHA512 c6a1b90e07dc6a4b620b0db63eaa205dad19ba3c96e8031f93d1c3fca137d5430e3c1e88d3bad9d3f6d64600bee4deb9c13e13fdad410c76f9c10732fd2495e0
DIST Math-ModInt-0.013.tar.gz 53006 BLAKE2B 0889bfd9acd6e63b38ac20ef176580c0002db441e045f8298dd5c3b9d76471708f0b2955d137adfd93ba2315ee9d85040e0a1bac01d6a91a58b970842468b49b SHA512 ec69a8f0bcddae3175bf7b3f495697c0b33160db1bf8d71d7828d36065ade6bce2b1ddc135b3d09aaa590e550dc25ed2ae61731efb88a1a9b7582826dabca858
diff --git a/dev-perl/Math-ModInt/Math-ModInt-0.11.0.ebuild b/dev-perl/Math-ModInt/Math-ModInt-0.11.0.ebuild
deleted file mode 100644
index c3cd1af7b6fa..000000000000
--- a/dev-perl/Math-ModInt/Math-ModInt-0.11.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MHASCH
-DIST_VERSION=0.011
-
-inherit perl-module
-
-DESCRIPTION="modular integer arithmetic"
-
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="minimal test"
-RESTRICT="!test? ( test )"
-
-PERL_RM_FILES=(
- "t/90_pod.t"
- "t/91_pod_cover_cp.t"
- "t/92_consistency.t"
- "t/93_examples.t"
- "t/95_versions.t"
- "t/99_signature.t"
-)
-RDEPEND="
- virtual/perl-Carp
- >=virtual/perl-Math-BigInt-1.991.0
- !minimal? (
- dev-perl/Math-BigInt-GMP
- virtual/perl-Math-BigRat
- )
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-Scalar-List-Utils
- virtual/perl-Test
- virtual/perl-Test-Simple
- )
-"