From 07215a54a45d696a2935ee96c64c96fe7087368d Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Sat, 8 Apr 2017 07:36:54 +1200 Subject: 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 --- dev-perl/Math-FFT/Math-FFT-1.340.0.ebuild | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 dev-perl/Math-FFT/Math-FFT-1.340.0.ebuild (limited to 'dev-perl/Math-FFT/Math-FFT-1.340.0.ebuild') 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 + ) +" -- cgit v1.2.3-65-gdbad