From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-608547-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4F0291381F3 for <garchives@archives.gentoo.org>; Thu, 11 Jul 2013 15:36:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5A96E0A89; Thu, 11 Jul 2013 15:36:42 +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 3C2CAE0A87 for <gentoo-commits@lists.gentoo.org>; Thu, 11 Jul 2013 15:36:42 +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 F2FAC33E9D8 for <gentoo-commits@lists.gentoo.org>; Thu, 11 Jul 2013 15:36:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9E681E468F for <gentoo-commits@lists.gentoo.org>; Thu, 11 Jul 2013 15:36:39 +0000 (UTC) From: "Justin Lecher" <jlec@gentoo.org> 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" <jlec@gentoo.org> Message-ID: <1373556576.5b38dd26af612c2ca9b81d6b0c02b15c50838fcb.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/nmrpipe/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/nmrpipe/ChangeLog sci-chemistry/nmrpipe/nmrpipe-7.9.2013.021.23.09-r2.ebuild sci-chemistry/nmrpipe/nmrpipe-7.9.2013.021.23.09-r3.ebuild X-VCS-Directories: sci-chemistry/nmrpipe/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 5b38dd26af612c2ca9b81d6b0c02b15c50838fcb X-VCS-Branch: master Date: Thu, 11 Jul 2013 15:36:39 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 447e20a6-74d3-47f5-93ca-205a24749219 X-Archives-Hash: c8d42e0172f04d4a352302ded9db9a73 commit: 5b38dd26af612c2ca9b81d6b0c02b15c50838fcb Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Thu Jul 11 15:29:36 2013 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Thu Jul 11 15:29:36 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5b38dd26 sci-chemistry/nmrpipe: Fix for prefix Package-Manager: portage-2.2.0_alpha188 RepoMan-Options: --force --- sci-chemistry/nmrpipe/ChangeLog | 4 ++++ ...21.23.09-r2.ebuild => nmrpipe-7.9.2013.021.23.09-r3.ebuild} | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/sci-chemistry/nmrpipe/ChangeLog b/sci-chemistry/nmrpipe/ChangeLog index 3c50b50..40c0d71 100644 --- a/sci-chemistry/nmrpipe/ChangeLog +++ b/sci-chemistry/nmrpipe/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 11 Jul 2013; Justin Lecher <jlec@gentoo.org> + -nmrpipe-7.9.2013.021.23.09-r2.ebuild, +nmrpipe-7.9.2013.021.23.09-r3.ebuild: + Fix for prefix + 16 Jun 2013; Justin Lecher <jlec@gentoo.org> nmrpipe-7.9.2013.021.23.09-r2.ebuild: Bump to EAPI=5 and fix license diff --git a/sci-chemistry/nmrpipe/nmrpipe-7.9.2013.021.23.09-r2.ebuild b/sci-chemistry/nmrpipe/nmrpipe-7.9.2013.021.23.09-r3.ebuild similarity index 96% rename from sci-chemistry/nmrpipe/nmrpipe-7.9.2013.021.23.09-r2.ebuild rename to sci-chemistry/nmrpipe/nmrpipe-7.9.2013.021.23.09-r3.ebuild index daf50ce..51c4530 100644 --- a/sci-chemistry/nmrpipe/nmrpipe-7.9.2013.021.23.09-r2.ebuild +++ b/sci-chemistry/nmrpipe/nmrpipe-7.9.2013.021.23.09-r3.ebuild @@ -154,15 +154,15 @@ src_prepare() { if use prefix; then sed \ - -e "s: sh : \"${EPREFIX}\"/bin/sh :g" \ - -e "s: csh : \"${EPREFIX}\"/bin/csh :g" \ - -e "s: bash : \"${EPREFIX}\"/bin/bash :g" \ - -e "s:appTerm -e:appTerm -e \"${EPREFIX}\"/bin/csh:g" \ + -e "s: sh : \"${EPREFIX}/bin/sh\" :g" \ + -e "s: csh : \"${EPREFIX}/bin/csh\" :g" \ + -e "s: bash : \"${EPREFIX}/bin/bash\" :g" \ + -e "s:appTerm -e:appTerm -e \"${EPREFIX}/bin/csh\":g" \ -i com/* || die ebegin "Setting RPATH in binaries" for bin in $(find nmrbin.linux9/ -type f -maxdepth 1); do - patchelf --set-rpath "${EPREFIX}"/usr/lib/ ${bin} + patchelf --set-rpath "${EPREFIX}/usr/lib/" ${bin} done eend $? fi