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 1QYWui-0000OR-3k for garchives@archives.gentoo.org; Mon, 20 Jun 2011 05:20:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6A321C05A; Mon, 20 Jun 2011 05:20:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 830BF1C057 for ; Mon, 20 Jun 2011 05:20: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 EB4332AC015 for ; Mon, 20 Jun 2011 05:20:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 4C6C58003C for ; Mon, 20 Jun 2011 05:20: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: <915acd7c2bb71ea46a252be01e7655a80c8cd207.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/nmrpipe/, sci-chemistry/nmrpipe/files/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/nmrpipe/ChangeLog sci-chemistry/nmrpipe/files/5.91.2011.138.14.57-lib.patch sci-chemistry/nmrpipe/files/5.91.2011.167.16.39-lib.patch sci-chemistry/nmrpipe/nmrpipe-5.91.2011.138.14.57.ebuild sci-chemistry/nmrpipe/nmrpipe-5.91.2011.167.16.39.ebuild X-VCS-Directories: sci-chemistry/nmrpipe/ sci-chemistry/nmrpipe/files/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 915acd7c2bb71ea46a252be01e7655a80c8cd207 Date: Mon, 20 Jun 2011 05:20: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: 9d7fc98fc1ddaebdadd9c1edf5250aac commit: 915acd7c2bb71ea46a252be01e7655a80c8cd207 Author: Justin Lecher gentoo org> AuthorDate: Sat Jun 18 14:46:29 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Jun 18 14:46:29 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D915acd7c Version BUmp, added missing die (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- sci-chemistry/nmrpipe/ChangeLog | 7 +++++++ ....57-lib.patch =3D> 5.91.2011.167.16.39-lib.patch} | 0 ...7.ebuild =3D> nmrpipe-5.91.2011.167.16.39.ebuild} | 2 +- 3 files changed, 8 insertions(+), 1 deletions(-) diff --git a/sci-chemistry/nmrpipe/ChangeLog b/sci-chemistry/nmrpipe/Chan= geLog index fc4beb3..6a0a362 100644 --- a/sci-chemistry/nmrpipe/ChangeLog +++ b/sci-chemistry/nmrpipe/ChangeLog @@ -2,6 +2,13 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*nmrpipe-5.91.2011.167.16.39 (18 Jun 2011) + + 18 Jun 2011; Justin Lecher + +files/5.91.2011.167.16.39-lib.patch, -files/5.91.2011.138.14.57-lib.p= atch, + -nmrpipe-5.91.2011.138.14.57.ebuild, +nmrpipe-5.91.2011.167.16.39.ebui= ld: + Version BUmp, added missing die + *nmrpipe-5.91.2011.138.14.57 (20 May 2011) =20 20 May 2011; Justin Lecher diff --git a/sci-chemistry/nmrpipe/files/5.91.2011.138.14.57-lib.patch b/= sci-chemistry/nmrpipe/files/5.91.2011.167.16.39-lib.patch similarity index 100% rename from sci-chemistry/nmrpipe/files/5.91.2011.138.14.57-lib.patch rename to sci-chemistry/nmrpipe/files/5.91.2011.167.16.39-lib.patch diff --git a/sci-chemistry/nmrpipe/nmrpipe-5.91.2011.138.14.57.ebuild b/s= ci-chemistry/nmrpipe/nmrpipe-5.91.2011.167.16.39.ebuild similarity index 99% rename from sci-chemistry/nmrpipe/nmrpipe-5.91.2011.138.14.57.ebuild rename to sci-chemistry/nmrpipe/nmrpipe-5.91.2011.167.16.39.ebuild index 705e4e3..4c191d9 100644 --- a/sci-chemistry/nmrpipe/nmrpipe-5.91.2011.138.14.57.ebuild +++ b/sci-chemistry/nmrpipe/nmrpipe-5.91.2011.167.16.39.ebuild @@ -141,7 +141,7 @@ src_install() { sed \ -e "s:/opt/nmrpipe:${EPREFIX}/opt/nmrpipe:g" \ "${FILESDIR}"/env-${PN}-new \ - > env-${PN}-new + > env-${PN}-new || die newenvd env-${PN}-new 40${PN} || die "Failed to install env file." =20 # PREFIX stuff