dev-perl/Math-PlanePath: Remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2021-11-13 01:01:34 +01:00
parent 3a97940bf2
commit a8cfc69da6
2 changed files with 0 additions and 34 deletions

View File

@@ -1,2 +1 @@
DIST Math-PlanePath-124.tar.gz 1308595 BLAKE2B e46b50ff23e52076024211ca2967e2e1449eb36dc946eb2214c2fefd582b7abc72098ca5049dd66d9af02333c21ac8f2246b931fe96e0e3594aa800f348114e7 SHA512 24e347134b64642775a5641b7c17d1ba1e15169504023d3f08463fde21dadb41357edfc1d7d07466160cb3a7cd2542e0b1a52a845132223a9473b73b32e31009
DIST Math-PlanePath-129.tar.gz 1506859 BLAKE2B 21300bd5036b35f569f6ece8e331e79abca9ce3d1abb8cccad97e79888e858ceb7659edec70b1df99ce27e3b70f750c71e6644608926cd097964c3cf61291c9d SHA512 c5dc58fc9b4fcd6e82ab936b03acfcc65c980672b956cd4232db3d417aff359ef6e7e51859a2e2d548dcc161b8e01920afd9e5e006bd0f803cef8ddb8f780bee

View File

@@ -1,33 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR="KRYDE"
DIST_VERSION=124
DIST_EXAMPLES=("examples/*")
inherit perl-module
DESCRIPTION="Mathematical paths through the 2-D plane"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 x86"
IUSE="gmp test"
RESTRICT="!test? ( test )"
RDEPEND="gmp? ( dev-perl/Math-BigInt-GMP )
dev-perl/Math-Libm
dev-perl/Math-NumSeq
>=dev-perl/constant-defer-5.0.0
virtual/perl-Scalar-List-Utils
virtual/perl-Math-BigInt"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Test
dev-perl/Data-Float
dev-perl/Math-BigInt-Lite
dev-perl/Number-Fraction
)
"