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 1Q6hoH-00077c-3A for garchives@archives.gentoo.org; Mon, 04 Apr 2011 11:19:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B28481C03E; Mon, 4 Apr 2011 11:18:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 834B81C03E for ; Mon, 4 Apr 2011 11:18:56 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D4311B4039 for ; Mon, 4 Apr 2011 11:18:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 441CA80065 for ; Mon, 4 Apr 2011 11:18:55 +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-chemistry/nmrpipe/, sci-chemistry/nmrpipe/files/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/nmrpipe/ChangeLog sci-chemistry/nmrpipe/files/env-nmrpipe-new sci-chemistry/nmrpipe/nmrpipe-5.5.2011.069.19.56.ebuild X-VCS-Directories: sci-chemistry/nmrpipe/ sci-chemistry/nmrpipe/files/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: bba7738ecbcd9b7d442a8290f6d427823551efae Date: Mon, 4 Apr 2011 11:18:55 +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: 8ba7cbddb7bbe7ad1893e4175a0b2d75 commit: bba7738ecbcd9b7d442a8290f6d427823551efae Author: Justin Lecher gentoo org> AuthorDate: Fri Apr 1 12:22:29 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Apr 1 12:22:29 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Dbba7738e Missing script dirs included (Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- sci-chemistry/nmrpipe/ChangeLog | 4 ++++ sci-chemistry/nmrpipe/files/env-nmrpipe-new | 2 +- .../nmrpipe/nmrpipe-5.5.2011.069.19.56.ebuild | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/nmrpipe/ChangeLog b/sci-chemistry/nmrpipe/Chan= geLog index 774cf38..9a5668a 100644 --- a/sci-chemistry/nmrpipe/ChangeLog +++ b/sci-chemistry/nmrpipe/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 01 Apr 2011; Justin Lecher + nmrpipe-5.5.2011.069.19.56.ebuild, files/env-nmrpipe-new: + Missing script dirs included + *nmrpipe-5.5.2011.069.19.56 (11 Mar 2011) =20 11 Mar 2011; Justin Lecher diff --git a/sci-chemistry/nmrpipe/files/env-nmrpipe-new b/sci-chemistry/= nmrpipe/files/env-nmrpipe-new index b504aa1..87697f7 100644 --- a/sci-chemistry/nmrpipe/files/env-nmrpipe-new +++ b/sci-chemistry/nmrpipe/files/env-nmrpipe-new @@ -3,7 +3,7 @@ NMRCHECK=3D"ALL" =20 BINTYPE=3D"linux9" NMRBINTYPE=3D"linux9" -PATH=3D"/opt/nmrpipe/com:/opt/nmrpipe/bin:/opt/nmrpipe/dynamo/tcl" +PATH=3D"/opt/nmrpipe/com:/opt/nmrpipe/bin:/opt/nmrpipe/dynamo/tcl:/opt/n= mrpipe/talosplus/com:/opt/nmrpipe/dynamo/com" =20 # NMRPipe NMRBASE=3D"/opt/nmrpipe" diff --git a/sci-chemistry/nmrpipe/nmrpipe-5.5.2011.069.19.56.ebuild b/sc= i-chemistry/nmrpipe/nmrpipe-5.5.2011.069.19.56.ebuild index 9965e8e..6ecb332 100644 --- a/sci-chemistry/nmrpipe/nmrpipe-5.5.2011.069.19.56.ebuild +++ b/sci-chemistry/nmrpipe/nmrpipe-5.5.2011.069.19.56.ebuild @@ -130,7 +130,7 @@ src_install() { rm -f {talos*,spartaplus,promega}/bin/*{linux,mac,sgi6x,winxp} pdb/misc= /addSeg || die =20 # Set the correct path to NMRPipe in the auxiliary scripts. - for i in $(find com/ dynamo/surface/misc/ nmrtxt/ talos/misc talosplus/= com -type f); do + for i in $(find com/ dynamo/surface/misc/ nmrtxt/ talos/misc talosplus/= com spartaplus/com -type f); do sed -e "s%/u/delaglio%${ENMRBASE}%" -i ${i} || die \ "Failed patching scripts." done