dev-perl/Math-FFT: Remove unwanted Module-Build dep
authorKent Fredric <kentnl@gentoo.org>
Tue, 17 Jan 2017 03:27:03 +0000 (16:27 +1300)
committerKent Fredric <kentnl@gentoo.org>
Tue, 17 Jan 2017 03:27:03 +0000 (16:27 +1300)
- Moved to normalised version
- EAPI6ified
- Parallel tests

Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-perl/Math-FFT/Math-FFT-1.280.0.ebuild [moved from dev-perl/Math-FFT/Math-FFT-1.28.ebuild with 78% similarity]

similarity index 78%
rename from dev-perl/Math-FFT/Math-FFT-1.28.ebuild
rename to dev-perl/Math-FFT/Math-FFT-1.280.0.ebuild
index 3fbd92dd4551cf79d9c591fcf61ee028e10c2299..128b9b5b5e02c2595e6efa5ad8fc80fcbaf79d4c 100644 (file)
@@ -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"