diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-13 01:01:34 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-13 01:09:01 +0100 |
commit | a8cfc69da6dafb580f3b29a8a39d14dd9d58365e (patch) | |
tree | 66ca6d8bb9f8ce674747736a669c3ea09f73a17b /dev-perl/Math-PlanePath | |
parent | dev-perl/Math-NumSeq: Remove old (diff) | |
download | gentoo-a8cfc69da6dafb580f3b29a8a39d14dd9d58365e.tar.gz gentoo-a8cfc69da6dafb580f3b29a8a39d14dd9d58365e.tar.bz2 gentoo-a8cfc69da6dafb580f3b29a8a39d14dd9d58365e.zip |
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>
Diffstat (limited to 'dev-perl/Math-PlanePath')
-rw-r--r-- | dev-perl/Math-PlanePath/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Math-PlanePath/Math-PlanePath-124.0.0.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-perl/Math-PlanePath/Manifest b/dev-perl/Math-PlanePath/Manifest index 7056c5f27f10..7d444b6fbdb4 100644 --- a/dev-perl/Math-PlanePath/Manifest +++ b/dev-perl/Math-PlanePath/Manifest @@ -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 diff --git a/dev-perl/Math-PlanePath/Math-PlanePath-124.0.0.ebuild b/dev-perl/Math-PlanePath/Math-PlanePath-124.0.0.ebuild deleted file mode 100644 index 81004e5a301e..000000000000 --- a/dev-perl/Math-PlanePath/Math-PlanePath-124.0.0.ebuild +++ /dev/null @@ -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 - ) -" |