* [gentoo-commits] proj/sci:master commit in: sci-libs/nfft/
@ 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: b152d37b57e11e7dcc7dcb2bd0507c7b941960ec
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 15:01:40 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 15:01:40 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b152d37b
Sort inherit and/or USE
(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)
---
sci-libs/nfft/nfft-3.1.3.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sci-libs/nfft/nfft-3.1.3.ebuild b/sci-libs/nfft/nfft-3.1.3.ebuild
index 18714be..eb5f5a4 100644
--- a/sci-libs/nfft/nfft-3.1.3.ebuild
+++ b/sci-libs/nfft/nfft-3.1.3.ebuild
@@ -4,7 +4,7 @@
EAPI="3"
-inherit eutils autotools
+inherit autotools eutils
DESCRIPTION="library for nonequispaced discrete Fourier transform"
HOMEPAGE="http://www-user.tu-chemnitz.de/~potts/nfft"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/nfft/
@ 2011-09-18 16:36 Christoph Junghans
0 siblings, 0 replies; 6+ messages in thread
From: Christoph Junghans @ 2011-09-18 16:36 UTC (permalink / raw
To: gentoo-commits
commit: 6803c6ef9a1928bc40ac8bd81fe0dc0881257e94
Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 16:14:39 2011 +0000
Commit: Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
CommitDate: Sun Sep 18 16:14:39 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6803c6ef
[sci-libs/nfft] updated metadata
(Portage version: 2.1.10.11/git/Linux i686, signed Manifest commit with key C2000586)
---
sci-libs/nfft/metadata.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sci-libs/nfft/metadata.xml b/sci-libs/nfft/metadata.xml
index 69b66cb..6948cfe 100644
--- a/sci-libs/nfft/metadata.xml
+++ b/sci-libs/nfft/metadata.xml
@@ -3,7 +3,7 @@
<pkgmetadata>
<herd>sci</herd>
<maintainer>
- <email>kleiner_otti@gmx.de</email>
+ <email>ottxor@gentoo.org</email>
<name>Christoph Junghans</name>
</maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/nfft/
@ 2012-09-30 22:14 Christoph Junghans
0 siblings, 0 replies; 6+ messages in thread
From: Christoph Junghans @ 2012-09-30 22:14 UTC (permalink / raw
To: gentoo-commits
commit: e40987b4707184683ff1842db8a5c18aea3c5ac9
Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 30 22:13:17 2012 +0000
Commit: Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
CommitDate: Sun Sep 30 22:13:17 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e40987b4
version bump
(Portage version: 2.2.0_alpha134/git/Linux i686, unsigned Manifest commit)
---
sci-libs/nfft/ChangeLog | 5 +++++
sci-libs/nfft/nfft-3.2.1.ebuild | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+), 0 deletions(-)
diff --git a/sci-libs/nfft/ChangeLog b/sci-libs/nfft/ChangeLog
index a0d25f7..93e7152 100644
--- a/sci-libs/nfft/ChangeLog
+++ b/sci-libs/nfft/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*nfft-3.2.1 (30 Sep 2012)
+
+ 30 Sep 2012; Christoph Junghans <ottxor@gentoo.org> +nfft-3.2.1.ebuild:
+ version bump
+
*nfft-3.2.0 (07 Jul 2012)
07 Jul 2012; Christoph Junghans <ottxor@gentoo.org> +nfft-3.2.0.ebuild,
diff --git a/sci-libs/nfft/nfft-3.2.1.ebuild b/sci-libs/nfft/nfft-3.2.1.ebuild
new file mode 100644
index 0000000..41c3801
--- /dev/null
+++ b/sci-libs/nfft/nfft-3.2.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+inherit autotools-utils eutils toolchain-funcs
+
+DESCRIPTION="library for nonequispaced discrete Fourier transform"
+HOMEPAGE="http://www-user.tu-chemnitz.de/~potts/nfft"
+SRC_URI="http://www-user.tu-chemnitz.de/~potts/nfft/download/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE="openmp static-libs"
+
+RDEPEND="sci-libs/fftw:3.0"
+DEPEND="${RDEPEND}"
+
+pkg_pretend() {
+ use openmp && ! tc-has-openmp && \
+ die "Please switch to an openmp compatible compiler"
+}
+
+src_prepare() {
+ sed -i '25s/"\?$/"/' examples/nfsft/nfsft_benchomp.c || die
+}
+
+src_configure() {
+ local myeconfargs=(
+ --enable-all
+ $(use_enable openmp)
+ )
+ autotools-utils_src_configure
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/nfft/
@ 2012-10-23 16:19 Christoph Junghans
0 siblings, 0 replies; 6+ messages in thread
From: Christoph Junghans @ 2012-10-23 16:19 UTC (permalink / raw
To: gentoo-commits
commit: 8278250b1a78dc2c055e0ac8d145259c661c23bb
Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 23 16:18:52 2012 +0000
Commit: Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
CommitDate: Tue Oct 23 16:19:13 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8278250b
version bump
Package-Manager: portage-2.2.0_alpha141
---
sci-libs/nfft/ChangeLog | 6 +++
sci-libs/nfft/nfft-3.2.1.ebuild | 36 --------------------
.../nfft/{nfft-3.2.0.ebuild => nfft-3.2.2.ebuild} | 2 +-
3 files changed, 7 insertions(+), 37 deletions(-)
diff --git a/sci-libs/nfft/ChangeLog b/sci-libs/nfft/ChangeLog
index 93e7152..cac73f8 100644
--- a/sci-libs/nfft/ChangeLog
+++ b/sci-libs/nfft/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*nfft-3.2.2 (23 Oct 2012)
+
+ 23 Oct 2012; Christoph Junghans <ottxor@gentoo.org> +nfft-3.2.2.ebuild,
+ -nfft-3.2.0.ebuild, -nfft-3.2.1.ebuild:
+ version bump
+
*nfft-3.2.1 (30 Sep 2012)
30 Sep 2012; Christoph Junghans <ottxor@gentoo.org> +nfft-3.2.1.ebuild:
diff --git a/sci-libs/nfft/nfft-3.2.1.ebuild b/sci-libs/nfft/nfft-3.2.1.ebuild
deleted file mode 100644
index 41c3801..0000000
--- a/sci-libs/nfft/nfft-3.2.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-
-inherit autotools-utils eutils toolchain-funcs
-
-DESCRIPTION="library for nonequispaced discrete Fourier transform"
-HOMEPAGE="http://www-user.tu-chemnitz.de/~potts/nfft"
-SRC_URI="http://www-user.tu-chemnitz.de/~potts/nfft/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="openmp static-libs"
-
-RDEPEND="sci-libs/fftw:3.0"
-DEPEND="${RDEPEND}"
-
-pkg_pretend() {
- use openmp && ! tc-has-openmp && \
- die "Please switch to an openmp compatible compiler"
-}
-
-src_prepare() {
- sed -i '25s/"\?$/"/' examples/nfsft/nfsft_benchomp.c || die
-}
-
-src_configure() {
- local myeconfargs=(
- --enable-all
- $(use_enable openmp)
- )
- autotools-utils_src_configure
-}
diff --git a/sci-libs/nfft/nfft-3.2.0.ebuild b/sci-libs/nfft/nfft-3.2.2.ebuild
similarity index 94%
rename from sci-libs/nfft/nfft-3.2.0.ebuild
rename to sci-libs/nfft/nfft-3.2.2.ebuild
index 1c739f7..ddd87e1 100644
--- a/sci-libs/nfft/nfft-3.2.0.ebuild
+++ b/sci-libs/nfft/nfft-3.2.2.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="openmp static-libs"
-RDEPEND="sci-libs/fftw:3.0"
+RDEPEND="sci-libs/fftw:3.0[openmp?]"
DEPEND="${RDEPEND}"
pkg_pretend() {
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/nfft/
@ 2013-05-06 14:32 Christoph Junghans
0 siblings, 0 replies; 6+ messages in thread
From: Christoph Junghans @ 2013-05-06 14:32 UTC (permalink / raw
To: gentoo-commits
commit: d9fbe186c727f7d4860183af72b6b8b6c8fb9e26
Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Mon May 6 14:31:26 2013 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Mon May 6 14:31:26 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d9fbe186
version bump
Package-Manager: portage-2.2.0_alpha174
---
sci-libs/nfft/ChangeLog | 8 +++++++-
.../nfft/{nfft-3.2.2.ebuild => nfft-3.2.3.ebuild} | 6 +++---
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/sci-libs/nfft/ChangeLog b/sci-libs/nfft/ChangeLog
index cac73f8..b82ba87 100644
--- a/sci-libs/nfft/ChangeLog
+++ b/sci-libs/nfft/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for sci-libs/nfft
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*nfft-3.2.3 (06 May 2013)
+
+ 06 May 2013; Christoph Junghans <ottxor@gentoo.org> +nfft-3.2.3.ebuild,
+ -nfft-3.2.2.ebuild:
+ version bump
+
*nfft-3.2.2 (23 Oct 2012)
23 Oct 2012; Christoph Junghans <ottxor@gentoo.org> +nfft-3.2.2.ebuild,
diff --git a/sci-libs/nfft/nfft-3.2.2.ebuild b/sci-libs/nfft/nfft-3.2.3.ebuild
similarity index 86%
rename from sci-libs/nfft/nfft-3.2.2.ebuild
rename to sci-libs/nfft/nfft-3.2.3.ebuild
index ddd87e1..74ae20a 100644
--- a/sci-libs/nfft/nfft-3.2.2.ebuild
+++ b/sci-libs/nfft/nfft-3.2.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="4"
+EAPI="5"
-inherit autotools-utils eutils toolchain-funcs
+inherit autotools-utils toolchain-funcs
DESCRIPTION="library for nonequispaced discrete Fourier transform"
HOMEPAGE="http://www-user.tu-chemnitz.de/~potts/nfft"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/nfft/
@ 2013-05-06 15:26 Christoph Junghans
0 siblings, 0 replies; 6+ messages in thread
From: Christoph Junghans @ 2013-05-06 15:26 UTC (permalink / raw
To: gentoo-commits
commit: 2a8446481c502e1cffcd1f1148cedc21126b5ee6
Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Mon May 6 15:26:38 2013 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Mon May 6 15:26:38 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2a844648
nfft: moved to gx86
---
sci-libs/nfft/ChangeLog | 34 ----------------------------------
sci-libs/nfft/metadata.xml | 9 ---------
sci-libs/nfft/nfft-3.2.3.ebuild | 32 --------------------------------
3 files changed, 0 insertions(+), 75 deletions(-)
diff --git a/sci-libs/nfft/ChangeLog b/sci-libs/nfft/ChangeLog
deleted file mode 100644
index b82ba87..0000000
--- a/sci-libs/nfft/ChangeLog
+++ /dev/null
@@ -1,34 +0,0 @@
-# ChangeLog for sci-libs/nfft
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*nfft-3.2.3 (06 May 2013)
-
- 06 May 2013; Christoph Junghans <ottxor@gentoo.org> +nfft-3.2.3.ebuild,
- -nfft-3.2.2.ebuild:
- version bump
-
-*nfft-3.2.2 (23 Oct 2012)
-
- 23 Oct 2012; Christoph Junghans <ottxor@gentoo.org> +nfft-3.2.2.ebuild,
- -nfft-3.2.0.ebuild, -nfft-3.2.1.ebuild:
- version bump
-
-*nfft-3.2.1 (30 Sep 2012)
-
- 30 Sep 2012; Christoph Junghans <ottxor@gentoo.org> +nfft-3.2.1.ebuild:
- version bump
-
-*nfft-3.2.0 (07 Jul 2012)
-
- 07 Jul 2012; Christoph Junghans <ottxor@gentoo.org> +nfft-3.2.0.ebuild,
- -files/nfft-3.1.3-install.patch,
- -files/nfft-3.1.3-remove-maintainer-mode.patch, -nfft-3.1.3.ebuild:
- version bump
-
-*nfft-3.1.3 (12 Sep 2010)
-
- 12 Sep 2010; Christoph Junghans <kleiner_otti@gmx.de> +nfft-3.1.3.ebuild,
- +files/nfft-3.1.3-install.patch,
- +files/nfft-3.1.3-remove-maintainer-mode.patch, +metadata.xml:
- Initial commit
diff --git a/sci-libs/nfft/metadata.xml b/sci-libs/nfft/metadata.xml
deleted file mode 100644
index 6948cfe..0000000
--- a/sci-libs/nfft/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?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/nfft/nfft-3.2.3.ebuild b/sci-libs/nfft/nfft-3.2.3.ebuild
deleted file mode 100644
index 74ae20a..0000000
--- a/sci-libs/nfft/nfft-3.2.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-
-inherit autotools-utils toolchain-funcs
-
-DESCRIPTION="library for nonequispaced discrete Fourier transform"
-HOMEPAGE="http://www-user.tu-chemnitz.de/~potts/nfft"
-SRC_URI="http://www-user.tu-chemnitz.de/~potts/nfft/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="openmp static-libs"
-
-RDEPEND="sci-libs/fftw:3.0[openmp?]"
-DEPEND="${RDEPEND}"
-
-pkg_pretend() {
- use openmp && ! tc-has-openmp && \
- die "Please switch to an openmp compatible compiler"
-}
-
-src_configure() {
- local myeconfargs=(
- --enable-all
- $(use_enable openmp)
- )
- autotools-utils_src_configure
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-05-06 15:26 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-06 14:32 [gentoo-commits] proj/sci:master commit in: sci-libs/nfft/ Christoph Junghans
-- strict thread matches above, loose matches on Subject: below --
2013-05-06 15:26 Christoph Junghans
2012-10-23 16:19 Christoph Junghans
2012-09-30 22:14 Christoph Junghans
2011-09-18 16:36 Christoph Junghans
2011-06-24 17:09 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox