From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QaA2K-0004We-P8 for garchives@archives.gentoo.org; Fri, 24 Jun 2011 17:19:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0314B1C07D; Fri, 24 Jun 2011 17:12:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5AF4B1C236 for ; Fri, 24 Jun 2011 17:09:31 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F2EFF2AC033 for ; Fri, 24 Jun 2011 17:09:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 5D82B8003E for ; Fri, 24 Jun 2011 17:09:30 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/pfft/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/pfft/ChangeLog sci-libs/pfft/pfft-1.0_alpha1.ebuild X-VCS-Directories: sci-libs/pfft/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: d8620bfa7e129e030c55a052be9388ca5c70ec65 Date: Fri, 24 Jun 2011 17:09:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: f8531fcf62addc16f65954befc635b71 commit: d8620bfa7e129e030c55a052be9388ca5c70ec65 Author: Justin Lecher gentoo org> AuthorDate: Fri Jun 24 16:59:48 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Jun 24 16:59:48 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Dd8620bfa 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: $ =20 + 24 Jun 2011; Justin Lecher pfft-1.0_alpha1.ebuild: + Fixed Manifest and cleaned ebuild + 15 Sep 2010; Christoph Junghans 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: $ =20 -EAPI=3D"2" +EAPI=3D4 =20 inherit autotools eutils =20 -DESCRIPTION=3D"parallel 3d FFT" +DESCRIPTION=3D"Parallel 3d FFT" HOMEPAGE=3D"http://www-user.tu-chemnitz.de/~mpip/software.php" SRC_URI=3D"http://www-user.tu-chemnitz.de/~mpip/software/${P//_}.tar.gz" =20 @@ -15,9 +15,9 @@ SLOT=3D"0" KEYWORDS=3D"~x86 ~amd64" IUSE=3D"static-libs" =20 -RDEPEND=3D"=3Dsci-libs/fftw-3.3*[mpi] +RDEPEND=3D" + =3Dsci-libs/fftw-3.3*[mpi] virtual/mpi" - DEPEND=3D"${RDEPEND}" =20 S=3D"${WORKDIR}/${P//_}" @@ -28,17 +28,9 @@ src_prepare() { cp "${FILESDIR}"/"${PF//_}"-"${i}" "${i}" || die "cp of ${i} failed" done =20 - eautoreconf || die "eautoreconf failed" + eautoreconf } =20 src_configure() { - econf --disable-la-files "$(use_enable static-libs static)" || die "eco= nf failed" -} - -src_compile() { - emake || die "emake failed" -} - -src_install() { - emake install DESTDIR=3D"${D}" || die "emake install failed" + econf --disable-la-files "$(use_enable static-libs static)" }