forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
) | ||
" |