From 78f0c02f8d286dc8f6d9d2f5d98494fd1f36c05c Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Tue, 17 Jan 2017 16:27:03 +1300 Subject: 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 --- dev-perl/Math-FFT/Math-FFT-1.28.ebuild | 22 ---------------------- dev-perl/Math-FFT/Math-FFT-1.280.0.ebuild | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 22 deletions(-) delete mode 100644 dev-perl/Math-FFT/Math-FFT-1.28.ebuild create mode 100644 dev-perl/Math-FFT/Math-FFT-1.280.0.ebuild (limited to 'dev-perl') diff --git a/dev-perl/Math-FFT/Math-FFT-1.28.ebuild b/dev-perl/Math-FFT/Math-FFT-1.28.ebuild deleted file mode 100644 index 3fbd92dd4551..000000000000 --- a/dev-perl/Math-FFT/Math-FFT-1.28.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MODULE_AUTHOR=RKOBES -MODULE_VERSION=${PV} -inherit perl-module - -DESCRIPTION="Perl module to calculate Fast Fourier Transforms" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-perl/Module-Build - test? ( virtual/perl-Test-Simple )" - -SRC_TEST="do" diff --git a/dev-perl/Math-FFT/Math-FFT-1.280.0.ebuild b/dev-perl/Math-FFT/Math-FFT-1.280.0.ebuild new file mode 100644 index 000000000000..128b9b5b5e02 --- /dev/null +++ b/dev-perl/Math-FFT/Math-FFT-1.280.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=RKOBES +DIST_VERSION=1.28 +inherit perl-module + +DESCRIPTION="Perl module to calculate Fast Fourier Transforms" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( virtual/perl-Test-Simple )" -- cgit v1.2.3-65-gdbad