public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/nmrpipe/
Date: Thu, 11 Jul 2013 15:36:39 +0000 (UTC)	[thread overview]
Message-ID: <1373556576.5b38dd26af612c2ca9b81d6b0c02b15c50838fcb.jlec@gentoo> (raw)

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


             reply	other threads:[~2013-07-11 15:36 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-11 15:36 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-02-24  8:04 [gentoo-commits] proj/sci:master commit in: sci-chemistry/nmrpipe/ Andrew Ammerlaan
2021-01-30 15:18 Andrew Ammerlaan
2021-01-19 16:56 Andrew Ammerlaan
2017-03-26 14:45 Justin Lecher
2015-10-12  9:34 Justin Lecher
2015-07-31 10:09 Justin Lecher
2015-04-13  6:34 Justin Lecher
2014-11-13 13:15 Justin Lecher
2014-09-16  8:28 Justin Lecher
2014-09-16  0:26 Christoph Junghans
2014-07-07  6:36 Justin Lecher
2014-07-04  7:10 Justin Lecher
2013-06-16 15:53 Justin Lecher
2013-03-03 17:52 Justin Lecher
2013-02-27 17:23 Justin Lecher
2013-01-24  8:55 Justin Lecher
2013-01-14  7:11 Justin Lecher
2012-08-10 12:56 Justin Lecher
2012-08-10 12:54 Justin Lecher
2012-05-02 19:22 Justin Lecher
2011-12-26 13:43 Justin Lecher
2011-12-26 13:41 Justin Lecher
2011-10-05  7:59 Justin Lecher
2011-02-26 12:53 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1373556576.5b38dd26af612c2ca9b81d6b0c02b15c50838fcb.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox