public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-libs/pfft/
@ 2011-06-24 17:09 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2011-06-24 17:09 UTC (permalink / raw
  To: gentoo-commits

commit:     70dddde08326aa46386dbfd085ea7a861f976ce7
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 15:06:47 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 15:06:47 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=70dddde0

Sort inherit and/or USE

(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)

---
 sci-libs/pfft/pfft-1.0_alpha1.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sci-libs/pfft/pfft-1.0_alpha1.ebuild b/sci-libs/pfft/pfft-1.0_alpha1.ebuild
index a8f94c5..072cf29 100644
--- a/sci-libs/pfft/pfft-1.0_alpha1.ebuild
+++ b/sci-libs/pfft/pfft-1.0_alpha1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI="2"
 
-inherit eutils autotools
+inherit autotools eutils
 
 DESCRIPTION="parallel 3d FFT"
 HOMEPAGE="http://www-user.tu-chemnitz.de/~mpip/software.php"



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-libs/pfft/
@ 2011-06-24 17:09 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2011-06-24 17:09 UTC (permalink / raw
  To: gentoo-commits

commit:     d8620bfa7e129e030c55a052be9388ca5c70ec65
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 16:59:48 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 16:59:48 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d8620bfa

Fixed Manifest and cleaned ebuild

(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)

---
 sci-libs/pfft/ChangeLog              |    5 ++++-
 sci-libs/pfft/pfft-1.0_alpha1.ebuild |   22 +++++++---------------
 2 files changed, 11 insertions(+), 16 deletions(-)

diff --git a/sci-libs/pfft/ChangeLog b/sci-libs/pfft/ChangeLog
index 0de13e6..4ba70e3 100644
--- a/sci-libs/pfft/ChangeLog
+++ b/sci-libs/pfft/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-libs/pfft
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  24 Jun 2011; Justin Lecher <jlec@gentoo.org> pfft-1.0_alpha1.ebuild:
+  Fixed Manifest and cleaned ebuild
+
   15 Sep 2010; Christoph Junghans <kleiner_otti@gmx.de>
   pfft-1.0_alpha1.ebuild, files/pfft-1.0alpha1-Makefile.am,
   files/pfft-1.0alpha1-configure.ac, +files/pfft-1.0alpha1-libpfft.pc.in:

diff --git a/sci-libs/pfft/pfft-1.0_alpha1.ebuild b/sci-libs/pfft/pfft-1.0_alpha1.ebuild
index 072cf29..d44f96a 100644
--- a/sci-libs/pfft/pfft-1.0_alpha1.ebuild
+++ b/sci-libs/pfft/pfft-1.0_alpha1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="2"
+EAPI=4
 
 inherit autotools eutils
 
-DESCRIPTION="parallel 3d FFT"
+DESCRIPTION="Parallel 3d FFT"
 HOMEPAGE="http://www-user.tu-chemnitz.de/~mpip/software.php"
 SRC_URI="http://www-user.tu-chemnitz.de/~mpip/software/${P//_}.tar.gz"
 
@@ -15,9 +15,9 @@ SLOT="0"
 KEYWORDS="~x86 ~amd64"
 IUSE="static-libs"
 
-RDEPEND="=sci-libs/fftw-3.3*[mpi]
+RDEPEND="
+	=sci-libs/fftw-3.3*[mpi]
 	virtual/mpi"
-
 DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/${P//_}"
@@ -28,17 +28,9 @@ src_prepare() {
 		cp "${FILESDIR}"/"${PF//_}"-"${i}" "${i}" || die "cp of ${i} failed"
 	done
 
-	eautoreconf || die "eautoreconf failed"
+	eautoreconf
 }
 
 src_configure() {
-	econf --disable-la-files "$(use_enable static-libs static)" || die "econf failed"
-}
-
-src_compile() {
-	emake || die "emake failed"
-}
-
-src_install() {
-	emake install DESTDIR="${D}" || die "emake install failed"
+	econf --disable-la-files "$(use_enable static-libs static)"
 }



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-libs/pfft/
@ 2014-10-16 15:49 Christoph Junghans
  0 siblings, 0 replies; 6+ messages in thread
From: Christoph Junghans @ 2014-10-16 15:49 UTC (permalink / raw
  To: gentoo-commits

commit:     601f39a40aa46dd8cc0e144005d3b4e73c2e1708
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 16 14:35:32 2014 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Thu Oct 16 15:48:52 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=601f39a4

version bump

Package-Manager: portage-2.2.8-r2

---
 sci-libs/pfft/ChangeLog               | 36 +++++++++++++++++++++++
 sci-libs/pfft/metadata.xml            |  9 ++++++
 sci-libs/pfft/pfft-1.0.7_alpha.ebuild | 54 +++++++++++++++++++++++++++++++++++
 sci-libs/pfft/pfft-9999.ebuild        | 54 +++++++++++++++++++++++++++++++++++
 4 files changed, 153 insertions(+)

diff --git a/sci-libs/pfft/ChangeLog b/sci-libs/pfft/ChangeLog
new file mode 100644
index 0000000..afb9a68
--- /dev/null
+++ b/sci-libs/pfft/ChangeLog
@@ -0,0 +1,36 @@
+# ChangeLog for sci-libs/pfft
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*pfft-1.0.7_alpha (16 Oct 2014)
+*pfft-9999 (16 Oct 2014)
+
+  16 Oct 2014; Christoph Junghans <ottxor@gentoo.org> +pfft-1.0.7_alpha.ebuild,
+  +pfft-9999.ebuild, -files/pfft-1.0alpha2-Makefile.am,
+  -files/pfft-1.0alpha2-configure.ac, -files/pfft-1.0alpha2-libpfft.pc.in,
+  -pfft-1.0_alpha2.ebuild:
+  version bump
+
+*pfft-1.0_alpha2 (11 Sep 2011)
+
+  11 Sep 2011; Christoph Junghans <ottxor@gentoo.org> -pfft-1.0_alpha1.ebuild,
+  +pfft-1.0_alpha2.ebuild, -files/pfft-1.0alpha1-Makefile.am,
+  -files/pfft-1.0alpha1-configure.ac, -files/pfft-1.0alpha1-libpfft.pc.in,
+  +files/pfft-1.0alpha2-Makefile.am, +files/pfft-1.0alpha2-configure.ac,
+  +files/pfft-1.0alpha2-libpfft.pc.in, metadata.xml:
+  version bump
+
+  24 Jun 2011; Justin Lecher <jlec@gentoo.org> pfft-1.0_alpha1.ebuild:
+  Fixed Manifest and cleaned ebuild
+
+  15 Sep 2010; Christoph Junghans <kleiner_otti@gmx.de>
+  pfft-1.0_alpha1.ebuild, files/pfft-1.0alpha1-Makefile.am,
+  files/pfft-1.0alpha1-configure.ac, +files/pfft-1.0alpha1-libpfft.pc.in:
+  added --disable-la-files option
+
+*pfft-1.0_alpha1 (12 Sep 2010)
+
+  12 Sep 2010; Christoph Junghans <kleiner_otti@gmx.de>
+  +pfft-1.0_alpha1.ebuild, +files/pfft-1.0alpha1-Makefile.am,
+  +files/pfft-1.0alpha1-configure.ac, +metadata.xml, +metadata.xml~:
+  Initial commit

diff --git a/sci-libs/pfft/metadata.xml b/sci-libs/pfft/metadata.xml
new file mode 100644
index 0000000..119d0fd
--- /dev/null
+++ b/sci-libs/pfft/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>sci</herd>
+	<maintainer>
+		<email>ottxor@gentoo.org</email>
+		<name>Christoph Junghans</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/sci-libs/pfft/pfft-1.0.7_alpha.ebuild b/sci-libs/pfft/pfft-1.0.7_alpha.ebuild
new file mode 100644
index 0000000..73fc7e0
--- /dev/null
+++ b/sci-libs/pfft/pfft-1.0.7_alpha.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit autotools-utils fortran-2 multibuild
+
+DESCRIPTION="Parallel 3d FFT"
+HOMEPAGE="http://www-user.tu-chemnitz.de/~mpip/software.php"
+
+if [[ $PV = *9999 ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/mpip/pfft.git"
+	KEYWORDS=""
+	AUTOTOOLS_AUTORECONF=1
+else
+	SRC_URI="http://www-user.tu-chemnitz.de/~mpip/software/${P//_/-}.tar.gz"
+	KEYWORDS="~x86 ~amd64"
+	S="${WORKDIR}/${P//_/-}"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="static-libs"
+
+RDEPEND="
+	sci-libs/fftw:3.0[mpi,fortran]
+	virtual/mpi
+	"
+
+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
+	}
+
+	multibuild_parallel_foreach_variant my_src_configure
+}
+
+src_compile() {
+	multibuild_foreach_variant autotools-utils_src_compile
+}
+
+src_install() {
+	multibuild_parallel_foreach_variant autotools-utils_src_install
+}

diff --git a/sci-libs/pfft/pfft-9999.ebuild b/sci-libs/pfft/pfft-9999.ebuild
new file mode 100644
index 0000000..73fc7e0
--- /dev/null
+++ b/sci-libs/pfft/pfft-9999.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit autotools-utils fortran-2 multibuild
+
+DESCRIPTION="Parallel 3d FFT"
+HOMEPAGE="http://www-user.tu-chemnitz.de/~mpip/software.php"
+
+if [[ $PV = *9999 ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/mpip/pfft.git"
+	KEYWORDS=""
+	AUTOTOOLS_AUTORECONF=1
+else
+	SRC_URI="http://www-user.tu-chemnitz.de/~mpip/software/${P//_/-}.tar.gz"
+	KEYWORDS="~x86 ~amd64"
+	S="${WORKDIR}/${P//_/-}"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="static-libs"
+
+RDEPEND="
+	sci-libs/fftw:3.0[mpi,fortran]
+	virtual/mpi
+	"
+
+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
+	}
+
+	multibuild_parallel_foreach_variant my_src_configure
+}
+
+src_compile() {
+	multibuild_foreach_variant autotools-utils_src_compile
+}
+
+src_install() {
+	multibuild_parallel_foreach_variant autotools-utils_src_install
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-libs/pfft/
@ 2017-05-13 16:01 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2017-05-13 16:01 UTC (permalink / raw
  To: gentoo-commits

commit:     339bb7943fb90d7a0d821ca55d52e19d6e534935
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat May 13 16:00:10 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat May 13 16:01:01 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=339bb794

sci-libs/pfft: Fix HOMPAGE and SRC_URI

Fixes gentoo/sci#786

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-libs/pfft/metadata.xml            | 2 +-
 sci-libs/pfft/pfft-1.0.7_alpha.ebuild | 6 +++---
 sci-libs/pfft/pfft-9999.ebuild        | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sci-libs/pfft/metadata.xml b/sci-libs/pfft/metadata.xml
index 1524fec8b..c6989b48e 100644
--- a/sci-libs/pfft/metadata.xml
+++ b/sci-libs/pfft/metadata.xml
@@ -5,7 +5,7 @@
 		<email>ottxor@gentoo.org</email>
 		<name>Christoph Junghans</name>
 	</maintainer>
-<maintainer type="project">
+	<maintainer type="project">
 		<email>sci@gentoo.org</email>
 		<name>Gentoo Science Project</name>
 	</maintainer>

diff --git a/sci-libs/pfft/pfft-1.0.7_alpha.ebuild b/sci-libs/pfft/pfft-1.0.7_alpha.ebuild
index 93d3c1b02..2bdccee66 100644
--- a/sci-libs/pfft/pfft-1.0.7_alpha.ebuild
+++ b/sci-libs/pfft/pfft-1.0.7_alpha.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
 inherit autotools-utils fortran-2 multibuild
 
 DESCRIPTION="Parallel 3d FFT"
-HOMEPAGE="http://www-user.tu-chemnitz.de/~mpip/software.php"
+HOMEPAGE="https://www-user.tu-chemnitz.de/~potts/workgroup/pippig/software.php.en"
 
 if [[ $PV = *9999 ]] ; then
 	inherit git-r3
@@ -14,7 +14,7 @@ if [[ $PV = *9999 ]] ; then
 	KEYWORDS=""
 	AUTOTOOLS_AUTORECONF=1
 else
-	SRC_URI="http://www-user.tu-chemnitz.de/~mpip/software/${P//_/-}.tar.gz"
+	SRC_URI="https://www-user.tu-chemnitz.de/~potts/workgroup/pippig/software/${P//_/-}.tar.gz"
 	KEYWORDS="~x86 ~amd64"
 	S="${WORKDIR}/${P//_/-}"
 fi

diff --git a/sci-libs/pfft/pfft-9999.ebuild b/sci-libs/pfft/pfft-9999.ebuild
index 93d3c1b02..1ad55311a 100644
--- a/sci-libs/pfft/pfft-9999.ebuild
+++ b/sci-libs/pfft/pfft-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 inherit autotools-utils fortran-2 multibuild
 
 DESCRIPTION="Parallel 3d FFT"
-HOMEPAGE="http://www-user.tu-chemnitz.de/~mpip/software.php"
+HOMEPAGE="https://www-user.tu-chemnitz.de/~potts/workgroup/pippig/software.php.en"
 
 if [[ $PV = *9999 ]] ; then
 	inherit git-r3
@@ -14,7 +14,7 @@ if [[ $PV = *9999 ]] ; then
 	KEYWORDS=""
 	AUTOTOOLS_AUTORECONF=1
 else
-	SRC_URI="http://www-user.tu-chemnitz.de/~mpip/software/${P//_/-}.tar.gz"
+	SRC_URI="https://www-user.tu-chemnitz.de/~potts/workgroup/pippig/software/${P//_/-}.tar.gz"
 	KEYWORDS="~x86 ~amd64"
 	S="${WORKDIR}/${P//_/-}"
 fi


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-libs/pfft/
@ 2021-01-30 11:50 Andrew Ammerlaan
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2021-01-30 11:50 UTC (permalink / raw
  To: gentoo-commits

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}"
 }


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-libs/pfft/
@ 2021-03-20 11:03 Andrew Ammerlaan
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2021-03-20 11:03 UTC (permalink / raw
  To: gentoo-commits

commit:     0e2e2251b52b6737f0486220eff711d13cc80634
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Mar 20 11:02:27 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Mar 20 11:02:27 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=0e2e2251

sci-libs/pfft: fix MultipleKeywordsLines

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

 sci-libs/pfft/pfft-1.0.8_alpha.ebuild | 1 -
 sci-libs/pfft/pfft-9999.ebuild        | 1 -
 2 files changed, 2 deletions(-)

diff --git a/sci-libs/pfft/pfft-1.0.8_alpha.ebuild b/sci-libs/pfft/pfft-1.0.8_alpha.ebuild
index e71ab975f..af9a0f88e 100644
--- a/sci-libs/pfft/pfft-1.0.8_alpha.ebuild
+++ b/sci-libs/pfft/pfft-1.0.8_alpha.ebuild
@@ -11,7 +11,6 @@ HOMEPAGE="https://www-user.tu-chemnitz.de/~potts/workgroup/pippig/software.php.e
 if [[ $PV = *9999 ]] ; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/mpip/pfft.git"
-	KEYWORDS=""
 	AUTOTOOLS_AUTORECONF=1
 else
 	SRC_URI="https://www-user.tu-chemnitz.de/~potts/workgroup/pippig/software/${P//_/-}.tar.gz"

diff --git a/sci-libs/pfft/pfft-9999.ebuild b/sci-libs/pfft/pfft-9999.ebuild
index e71ab975f..af9a0f88e 100644
--- a/sci-libs/pfft/pfft-9999.ebuild
+++ b/sci-libs/pfft/pfft-9999.ebuild
@@ -11,7 +11,6 @@ HOMEPAGE="https://www-user.tu-chemnitz.de/~potts/workgroup/pippig/software.php.e
 if [[ $PV = *9999 ]] ; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/mpip/pfft.git"
-	KEYWORDS=""
 	AUTOTOOLS_AUTORECONF=1
 else
 	SRC_URI="https://www-user.tu-chemnitz.de/~potts/workgroup/pippig/software/${P//_/-}.tar.gz"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-03-20 11:03 UTC | newest]

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox