diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-30 22:46:07 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-30 22:48:14 +0200 |
commit | 61059cb28d671f332867c9ff489efd0e68eb9117 (patch) | |
tree | 96708a535c1e62450805bd1f968a61f825a8614c /dev-perl/Math-FFT | |
parent | dev-perl/Math-Calc-Units: EAPI=8 bump (diff) | |
download | gentoo-61059cb28d671f332867c9ff489efd0e68eb9117.tar.gz gentoo-61059cb28d671f332867c9ff489efd0e68eb9117.tar.bz2 gentoo-61059cb28d671f332867c9ff489efd0e68eb9117.zip |
dev-perl/Math-FFT: Version bump 1.36
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Math-FFT')
-rw-r--r-- | dev-perl/Math-FFT/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Math-FFT/Math-FFT-1.360.0.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/Math-FFT/Manifest b/dev-perl/Math-FFT/Manifest index 7072e9cd3a82..b6d8b5896103 100644 --- a/dev-perl/Math-FFT/Manifest +++ b/dev-perl/Math-FFT/Manifest @@ -1 +1,2 @@ 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.360.0.ebuild b/dev-perl/Math-FFT/Math-FFT-1.360.0.ebuild new file mode 100644 index 000000000000..4d782ba6c5ba --- /dev/null +++ b/dev-perl/Math-FFT/Math-FFT-1.360.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=SHLOMIF +DIST_VERSION=1.36 +inherit perl-module + +DESCRIPTION="Perl module to calculate Fast Fourier Transforms" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + virtual/perl-XSLoader +" +BDEPEND="${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 + ) +" |