public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/pfft/
Date: Sat, 30 Jan 2021 11:50:10 +0000 (UTC)	[thread overview]
Message-ID: <1612007401.dee3f453d0b812ef2c1b4f0808971718b9ef72c0.andrewammerlaan@gentoo> (raw)

commit:     dee3f453d0b812ef2c1b4f0808971718b9ef72c0
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Jan 30 11:50:01 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Jan 30 11:50:01 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=dee3f453

sci-libs/pfft: version bump, EAPI bump

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 ...-1.0.7_alpha.ebuild => pfft-1.0.8_alpha.ebuild} | 23 ++++++++------------
 sci-libs/pfft/pfft-9999.ebuild                     | 25 +++++++++-------------
 2 files changed, 19 insertions(+), 29 deletions(-)

diff --git a/sci-libs/pfft/pfft-1.0.7_alpha.ebuild b/sci-libs/pfft/pfft-1.0.8_alpha.ebuild
similarity index 61%
rename from sci-libs/pfft/pfft-1.0.7_alpha.ebuild
rename to sci-libs/pfft/pfft-1.0.8_alpha.ebuild
index 612564e0b..e71ab975f 100644
--- a/sci-libs/pfft/pfft-1.0.7_alpha.ebuild
+++ b/sci-libs/pfft/pfft-1.0.8_alpha.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-inherit autotools-utils fortran-2 multibuild
+inherit fortran-2 multibuild
 
 DESCRIPTION="Parallel 3d FFT"
 HOMEPAGE="https://www-user.tu-chemnitz.de/~potts/workgroup/pippig/software.php.en"
@@ -26,28 +26,23 @@ IUSE="static-libs"
 RDEPEND="
 	sci-libs/fftw:3.0[mpi,fortran]
 	virtual/mpi
-	"
+"
 
-DEPEND="
-	${RDEPEND}
-	"
+DEPEND="${RDEPEND}"
 
 src_configure() {
 	MULTIBUILD_VARIANTS=( single double long-double )
 	my_src_configure() {
-		local myeconfargs=(
-			$([[ ${MULTIBUILD_VARIANT} != double ]] && echo "--enable-${MULTIBUILD_VARIANT}")
-		)
-		autotools-utils_src_configure
+		econf $([[ ${MULTIBUILD_VARIANT} != double ]] && echo "--enable-${MULTIBUILD_VARIANT}")
 	}
 
-	multibuild_parallel_foreach_variant my_src_configure
+	multibuild_foreach_variant my_src_configure
 }
 
 src_compile() {
-	multibuild_foreach_variant autotools-utils_src_compile
+	multibuild_foreach_variant emake
 }
 
 src_install() {
-	multibuild_parallel_foreach_variant autotools-utils_src_install
+	multibuild_foreach_variant emake install DESTDIR="${D}"
 }

diff --git a/sci-libs/pfft/pfft-9999.ebuild b/sci-libs/pfft/pfft-9999.ebuild
index 1ad55311a..e71ab975f 100644
--- a/sci-libs/pfft/pfft-9999.ebuild
+++ b/sci-libs/pfft/pfft-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-inherit autotools-utils fortran-2 multibuild
+inherit fortran-2 multibuild
 
 DESCRIPTION="Parallel 3d FFT"
 HOMEPAGE="https://www-user.tu-chemnitz.de/~potts/workgroup/pippig/software.php.en"
@@ -15,7 +15,7 @@ if [[ $PV = *9999 ]] ; then
 	AUTOTOOLS_AUTORECONF=1
 else
 	SRC_URI="https://www-user.tu-chemnitz.de/~potts/workgroup/pippig/software/${P//_/-}.tar.gz"
-	KEYWORDS="~x86 ~amd64"
+	KEYWORDS="~amd64 ~x86"
 	S="${WORKDIR}/${P//_/-}"
 fi
 
@@ -26,28 +26,23 @@ IUSE="static-libs"
 RDEPEND="
 	sci-libs/fftw:3.0[mpi,fortran]
 	virtual/mpi
-	"
+"
 
-DEPEND="
-	${RDEPEND}
-	"
+DEPEND="${RDEPEND}"
 
 src_configure() {
 	MULTIBUILD_VARIANTS=( single double long-double )
 	my_src_configure() {
-		local myeconfargs=(
-			$([[ ${MULTIBUILD_VARIANT} != double ]] && echo "--enable-${MULTIBUILD_VARIANT}")
-		)
-		autotools-utils_src_configure
+		econf $([[ ${MULTIBUILD_VARIANT} != double ]] && echo "--enable-${MULTIBUILD_VARIANT}")
 	}
 
-	multibuild_parallel_foreach_variant my_src_configure
+	multibuild_foreach_variant my_src_configure
 }
 
 src_compile() {
-	multibuild_foreach_variant autotools-utils_src_compile
+	multibuild_foreach_variant emake
 }
 
 src_install() {
-	multibuild_parallel_foreach_variant autotools-utils_src_install
+	multibuild_foreach_variant emake install DESTDIR="${D}"
 }


             reply	other threads:[~2021-01-30 11:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-30 11:50 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-03-20 11:03 [gentoo-commits] proj/sci:master commit in: sci-libs/pfft/ Andrew Ammerlaan
2017-05-13 16:01 Justin Lecher
2014-10-16 15:49 Christoph Junghans
2011-06-24 17:09 Justin Lecher
2011-06-24 17:09 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1612007401.dee3f453d0b812ef2c1b4f0808971718b9ef72c0.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox