From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D708F138010 for ; Tue, 23 Oct 2012 16:19:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 273A8E067D; Tue, 23 Oct 2012 16:19:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 97232E067D for ; Tue, 23 Oct 2012 16:19:25 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8C1933D882 for ; Tue, 23 Oct 2012 16:19:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 75EC7E5436 for ; Tue, 23 Oct 2012 16:19:23 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1351009153.8278250b1a78dc2c055e0ac8d145259c661c23bb.kleiner_otti@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nfft/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/nfft/ChangeLog sci-libs/nfft/nfft-3.2.0.ebuild sci-libs/nfft/nfft-3.2.1.ebuild sci-libs/nfft/nfft-3.2.2.ebuild X-VCS-Directories: sci-libs/nfft/ X-VCS-Committer: kleiner_otti X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 8278250b1a78dc2c055e0ac8d145259c661c23bb X-VCS-Branch: master Date: Tue, 23 Oct 2012 16:19:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6b0198a3-8a39-4f47-8a21-272f79f11328 X-Archives-Hash: 96b6f2ded35a31a1ced1e2b7766ffaec commit: 8278250b1a78dc2c055e0ac8d145259c661c23bb Author: Christoph Junghans gentoo org> AuthorDate: Tue Oct 23 16:18:52 2012 +0000 Commit: Christoph Junghans gmx 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 +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 +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() {