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 3A6E7138247 for ; Mon, 6 Jan 2014 18:33:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BF65E0B3B; Mon, 6 Jan 2014 18:33:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6DFFAE0B3B for ; Mon, 6 Jan 2014 18:33:20 +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 915FF33F70B for ; Mon, 6 Jan 2014 18:33:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 49EF0E5538 for ; Mon, 6 Jan 2014 18:33:17 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1389031185.f44ad57f0cf8486016b63496b3fb2725657f3e28.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/nullmpi-9999.ebuild X-VCS-Directories: sys-cluster/nullmpi/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: f44ad57f0cf8486016b63496b3fb2725657f3e28 X-VCS-Branch: master Date: Mon, 6 Jan 2014 18:33:17 +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: eefdaab5-a9d8-4b37-8c52-e60d53384c5c X-Archives-Hash: 922ab3cb6c589b2dd74b80647b5b8526 commit: f44ad57f0cf8486016b63496b3fb2725657f3e28 Author: Justin Lecher gentoo org> AuthorDate: Mon Jan 6 17:59:45 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jan 6 17:59:45 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f44ad57f sys-cluster/nullmpi: Switch from git-2 to git-r3 Package-Manager: portage-2.2.8 --- sys-cluster/nullmpi/ChangeLog | 5 ++++- sys-cluster/nullmpi/nullmpi-9999.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/sys-cluster/nullmpi/ChangeLog b/sys-cluster/nullmpi/ChangeLog index 9cf3439..d83a7c9 100644 --- a/sys-cluster/nullmpi/ChangeLog +++ b/sys-cluster/nullmpi/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sys-cluster/nullmpi -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 06 Jan 2014; Justin Lecher nullmpi-9999.ebuild: + Switch from git-2 to git-r3 + 14 Jun 2013; Justin Lecher nullmpi-0.7.ebuild, nullmpi-9999.ebuild, metadata.xml: Drop KEYWORDS of live ebuilds diff --git a/sys-cluster/nullmpi/nullmpi-9999.ebuild b/sys-cluster/nullmpi/nullmpi-9999.ebuild index 3ac08cc..25cc1b6 100644 --- a/sys-cluster/nullmpi/nullmpi-9999.ebuild +++ b/sys-cluster/nullmpi/nullmpi-9999.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 -inherit autotools-utils git-2 +AUTOTOOLS_AUTORECONF=true + +inherit autotools-utils git-r3 DESCRIPTION="MPI substitute library" HOMEPAGE="http://wissrech.ins.uni-bonn.de/research/projects/nullmpi/" SRC_URI="" EGIT_REPO_URI="git://github.com/olenz/NullMPI.git" -EGIT_BRANCH="master" -EGIT_BOOTSTRAP="eautoreconf" LICENSE="GPL-1" SLOT="0"