dev-perl/Math-PlanePath: Remove old 123.0.0
authorKent Fredric <kentnl@gentoo.org>
Tue, 14 Apr 2020 15:06:37 +0000 (03:06 +1200)
committerKent Fredric <kentnl@gentoo.org>
Wed, 15 Apr 2020 09:51:15 +0000 (21:51 +1200)
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
dev-perl/Math-PlanePath/Manifest
dev-perl/Math-PlanePath/Math-PlanePath-123.0.0.ebuild [deleted file]

index 94df01aa34d02fa55f75ea978f495069f7919b83..157201a086eb75a680b0066a475cd35b7c85831e 100644 (file)
@@ -1,2 +1 @@
-DIST Math-PlanePath-123.tar.gz 1284214 BLAKE2B 64f0f7bfe5c02ee7d3f379d1fcb496db91b7e3131399ac5ba83efb127b675b2cb2524ff90d63f0b54da8d769b422ae398645a28c432adcb851dd8db8829b5bac SHA512 5289f674dd62f668e667d69baf52d2f6d8b8fcf4ce6bed1429ef1fb412f2415b474103ca9b6d9c5b876b6926d860f70834e26c68a30b53d2211cbc4c457e2b43
 DIST Math-PlanePath-124.tar.gz 1308595 BLAKE2B e46b50ff23e52076024211ca2967e2e1449eb36dc946eb2214c2fefd582b7abc72098ca5049dd66d9af02333c21ac8f2246b931fe96e0e3594aa800f348114e7 SHA512 24e347134b64642775a5641b7c17d1ba1e15169504023d3f08463fde21dadb41357edfc1d7d07466160cb3a7cd2542e0b1a52a845132223a9473b73b32e31009
diff --git a/dev-perl/Math-PlanePath/Math-PlanePath-123.0.0.ebuild b/dev-perl/Math-PlanePath/Math-PlanePath-123.0.0.ebuild
deleted file mode 100644 (file)
index 2ad2ecb..0000000
+++ /dev/null
@@ -1,36 +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="123"
-inherit perl-module
-
-DESCRIPTION="Mathematical paths through the 2-D plane"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gmp test examples"
-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/Math-BigInt-Lite
-               dev-perl/Number-Fraction )"
-
-src_install() {
-       perl-module_src_install
-       if use examples; then
-               docompress -x /usr/share/doc/${PF}/examples
-               dodoc -r examples
-       fi
-}