summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Math-FFT')
-rw-r--r--dev-perl/Math-FFT/Manifest1
-rw-r--r--dev-perl/Math-FFT/Math-FFT-1.340.0.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-perl/Math-FFT/Manifest b/dev-perl/Math-FFT/Manifest
index b6d8b5896103..e920aa5b32fb 100644
--- a/dev-perl/Math-FFT/Manifest
+++ b/dev-perl/Math-FFT/Manifest
@@ -1,2 +1 @@
-DIST Math-FFT-1.34.tar.gz 41732 BLAKE2B d1ba5c1184cfd38459294eb8064a89a518dc78e0f12501c20322ea91945457b3bd420003dc8177dc4b6e4aa3c57869ccd2aa571763161f43790b215f843d36fc SHA512 605ce6805c106d00e851604115581d2e035843982e01b848d730e74890041c66e57139dcc037c36eeb3de80a45436e0a36f7482eac080e92638ac44be8af428d
DIST Math-FFT-1.36.tar.gz 44954 BLAKE2B 14b44355d3ab3779f660141aa30e26e1379886e16092983d33e5911418bcff812217762998014a03db128088b7ee9a2c8a41a1c879a874dcb4586cbbbfe62421 SHA512 04d9aac4eb7f1c3b974ca18f150d513ebad0e34d5ac4cbc0b7aeedad19e642f155acda5d507b35be8afebe1481f8de93762136dda8978c58a8d29fb85cb90d43
diff --git a/dev-perl/Math-FFT/Math-FFT-1.340.0.ebuild b/dev-perl/Math-FFT/Math-FFT-1.340.0.ebuild
deleted file mode 100644
index f6374da11c1e..000000000000
--- a/dev-perl/Math-FFT/Math-FFT-1.340.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=SHLOMIF
-DIST_VERSION=1.34
-inherit perl-module
-
-DESCRIPTION="Perl module to calculate Fast Fourier Transforms"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- virtual/perl-XSLoader
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-Exporter
- virtual/perl-File-Spec
- virtual/perl-File-Temp
- virtual/perl-IO
- virtual/perl-Test-Simple
- virtual/perl-parent
- )
-"