summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-04-08 07:36:54 +1200
committerKent Fredric <kentnl@gentoo.org>2017-04-08 07:37:02 +1200
commit07215a54a45d696a2935ee96c64c96fe7087368d (patch)
tree7f2bed699db9f23296aa599668a8f02e2f068573 /dev-perl/Math-FFT/Math-FFT-1.340.0.ebuild
parentdev-perl/Clone: Bump to version 0.390.0 (diff)
downloadgentoo-07215a54a45d696a2935ee96c64c96fe7087368d.tar.gz
gentoo-07215a54a45d696a2935ee96c64c96fe7087368d.tar.bz2
gentoo-07215a54a45d696a2935ee96c64c96fe7087368d.zip
dev-perl/Math-FFT: Bump to version 1.340.0
Upstream: - Fix '.' in @INC - Avoid integer overflow in _spctrm by using doubles for n2 Bug: https://bugs.gentoo.org/614936 Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-perl/Math-FFT/Math-FFT-1.340.0.ebuild')
-rw-r--r--dev-perl/Math-FFT/Math-FFT-1.340.0.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/Math-FFT/Math-FFT-1.340.0.ebuild b/dev-perl/Math-FFT/Math-FFT-1.340.0.ebuild
new file mode 100644
index 000000000000..4d88fbb524a6
--- /dev/null
+++ b/dev-perl/Math-FFT/Math-FFT-1.340.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# 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"
+
+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
+ )
+"