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 1QaXD9-0001jj-O9 for garchives@archives.gentoo.org; Sat, 25 Jun 2011 18:04:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 590661C1A8 for ; Sat, 25 Jun 2011 18:04:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CD4E41C1BB for ; Sat, 25 Jun 2011 17:22:11 +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 7D2072AC0AC for ; Sat, 25 Jun 2011 17:22:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D7EF68003E for ; Sat, 25 Jun 2011 17:22:10 +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: <2186aa39058ec67e72c1ea0e0c8b954123750a59.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/nullmpi/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/nullmpi/ChangeLog sys-cluster/nullmpi/metadata.xml sys-cluster/nullmpi/nullmpi-0.7.ebuild sys-cluster/nullmpi/nullmpi-9999.ebuild X-VCS-Directories: sys-cluster/nullmpi/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 2186aa39058ec67e72c1ea0e0c8b954123750a59 Date: Sat, 25 Jun 2011 17:22:10 +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: a0b57107d64b233ac9ae0f25f9f78be8 commit: 2186aa39058ec67e72c1ea0e0c8b954123750a59 Author: Justin Lecher gentoo org> AuthorDate: Sat Jun 25 17:03:27 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Jun 25 17:03:27 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D2186aa39 migrate from 'git' to 'git-2' (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- sys-cluster/nullmpi/ChangeLog | 4 ++++ sys-cluster/nullmpi/metadata.xml | 2 +- sys-cluster/nullmpi/nullmpi-0.7.ebuild | 7 ++++--- sys-cluster/nullmpi/nullmpi-9999.ebuild | 9 +++++---- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/sys-cluster/nullmpi/ChangeLog b/sys-cluster/nullmpi/ChangeLo= g index 5f8d4df..f3e4502 100644 --- a/sys-cluster/nullmpi/ChangeLog +++ b/sys-cluster/nullmpi/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 25 Jun 2011; Justin Lecher nullmpi-0.7.ebuild, + nullmpi-9999.ebuild, metadata.xml: + migrate from 'git' to 'git-2' + *nullmpi-9999 (23 Jan 2011) =20 23 Jan 2011; Christoph Junghans diff --git a/sys-cluster/nullmpi/metadata.xml b/sys-cluster/nullmpi/metad= ata.xml index f46da0d..e4c1734 100644 --- a/sys-cluster/nullmpi/metadata.xml +++ b/sys-cluster/nullmpi/metadata.xml @@ -1,7 +1,7 @@ -cluster + cluster kleiner_otti@gmx.de Christoph Junghans diff --git a/sys-cluster/nullmpi/nullmpi-0.7.ebuild b/sys-cluster/nullmpi= /nullmpi-0.7.ebuild index efd9147..bc15b1a 100644 --- a/sys-cluster/nullmpi/nullmpi-0.7.ebuild +++ b/sys-cluster/nullmpi/nullmpi-0.7.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -EAPI=3D"2" +EAPI=3D4 =20 inherit autotools-utils =20 @@ -15,8 +15,9 @@ SLOT=3D"0" KEYWORDS=3D"~x86 ~amd64" IUSE=3D"static-libs" =20 -RDEPEND=3D"!sys-cluster/mpich +RDEPEND=3D" !sys-cluster/lam-mpi + !sys-cluster/mpich !sys-cluster/mpich2 !sys-cluster/mpiexec" =20 @@ -28,5 +29,5 @@ PATCHES=3D( "${FILESDIR}/${P}-libtool.patch" ) =20 src_prepare() { autotools-utils_src_prepare - eautoreconf || die "eautoreconf failed" + eautoreconf } diff --git a/sys-cluster/nullmpi/nullmpi-9999.ebuild b/sys-cluster/nullmp= i/nullmpi-9999.ebuild index 0df2563..c3e5965 100644 --- a/sys-cluster/nullmpi/nullmpi-9999.ebuild +++ b/sys-cluster/nullmpi/nullmpi-9999.ebuild @@ -2,12 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -EAPI=3D"2" +EAPI=3D4 =20 EGIT_REPO_URI=3D"git://github.com/olenz/NullMPI.git" EGIT_BRANCH=3D"master" =20 -inherit autotools-utils git +inherit autotools-utils git-2 =20 DESCRIPTION=3D"MPI substitute library" HOMEPAGE=3D"http://wissrech.ins.uni-bonn.de/research/projects/nullmpi/" @@ -18,8 +18,9 @@ SLOT=3D"0" KEYWORDS=3D"~x86 ~amd64" IUSE=3D"static-libs" =20 -RDEPEND=3D"!sys-cluster/mpich +RDEPEND=3D" !sys-cluster/lam-mpi + !sys-cluster/mpich !sys-cluster/mpich2 !sys-cluster/mpiexec" =20 @@ -31,5 +32,5 @@ S=3D"${WORKDIR}/${EGIT_REPO_URI##*/}" =20 src_prepare() { autotools-utils_src_prepare - eautoreconf || die "eautoreconf failed" + eautoreconf }