diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-01-17 16:27:03 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-01-17 16:27:03 +1300 |
commit | 78f0c02f8d286dc8f6d9d2f5d98494fd1f36c05c (patch) | |
tree | 166a0f03d301a30c83bb9bc2fffecac471246391 /dev-perl/Math-FFT | |
parent | dev-perl/Math-FFT: initial commit (diff) | |
download | gentoo-78f0c02f8d286dc8f6d9d2f5d98494fd1f36c05c.tar.gz gentoo-78f0c02f8d286dc8f6d9d2f5d98494fd1f36c05c.tar.bz2 gentoo-78f0c02f8d286dc8f6d9d2f5d98494fd1f36c05c.zip |
dev-perl/Math-FFT: Remove unwanted Module-Build dep
- Moved to normalised version
- EAPI6ified
- Parallel tests
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-perl/Math-FFT')
-rw-r--r-- | dev-perl/Math-FFT/Math-FFT-1.280.0.ebuild (renamed from dev-perl/Math-FFT/Math-FFT-1.28.ebuild) | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-perl/Math-FFT/Math-FFT-1.28.ebuild b/dev-perl/Math-FFT/Math-FFT-1.280.0.ebuild index 3fbd92dd4551..128b9b5b5e02 100644 --- a/dev-perl/Math-FFT/Math-FFT-1.28.ebuild +++ b/dev-perl/Math-FFT/Math-FFT-1.280.0.ebuild @@ -2,10 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -MODULE_AUTHOR=RKOBES -MODULE_VERSION=${PV} +DIST_AUTHOR=RKOBES +DIST_VERSION=1.28 inherit perl-module DESCRIPTION="Perl module to calculate Fast Fourier Transforms" @@ -16,7 +16,5 @@ IUSE="test" RDEPEND="" DEPEND="${RDEPEND} - dev-perl/Module-Build + virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-Test-Simple )" - -SRC_TEST="do" |