public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Martin Mokrejs" <mmokrejs@fold.natur.cuni.cz>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/tgicl/
Date: Thu, 24 Feb 2011 13:34:43 +0000 (UTC)	[thread overview]
Message-ID: <7227ff362b255f8a88cadc725ad2b768aeb5e54b.mmokrejs@gentoo> (raw)

commit:     7227ff362b255f8a88cadc725ad2b768aeb5e54b
Author:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Mon Feb 21 11:21:31 2011 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Mon Feb 21 11:21:31 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7227ff36

sci-biology/tgicl: make sure we call perl and not perl-5.15.2 directly

(Portage version: 2.1.9.28/git/Linux i686, unsigned Manifest commit)

---
 sci-biology/tgicl/tgicl-2.1.ebuild |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/sci-biology/tgicl/tgicl-2.1.ebuild b/sci-biology/tgicl/tgicl-2.1.ebuild
index 087a38c..5871289 100644
--- a/sci-biology/tgicl/tgicl-2.1.ebuild
+++ b/sci-biology/tgicl/tgicl-2.1.ebuild
@@ -41,4 +41,9 @@ src_install(){
 	einfo "We have to use the mgblast binary provided by upstream because it cannot be compiled against newer ncbi-tools anymore"
 	einfo "We also keep pvmsx binary because the pvmsx package needs pvm3.h header which is probably the one from pvm bundle which is not in portage at all, contact sys-cluster herd"
 	for f in mdust psx sclust tclust nrcl zmsort cap3 formatdb cdbfasta cdbyank; do rm -f "${D}"/usr/bin/$f || die "Cannot delete ${D}"/usr/bin/"$f"; done
+
+	# fix first lines of teh script to use /usr/bin/perl instead of /usr/bin/perl-$version
+	for f in tgicl tgicl_asm.psx tgicl_asmpta.psx tgicl_cluster.psx; do
+		sed -i 's@^#!/usr/bin/perl-*@#! /usr/bin/perl@' "${D}"/usr/bin/$f || die "Failed to fix ${D}"/usr/bin/"$f";
+	done
 }



             reply	other threads:[~2011-02-24 13:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-24 13:34 Martin Mokrejs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-09-24  6:45 [gentoo-commits] proj/sci:master commit in: sci-biology/tgicl/ Justin Lecher
2015-06-15  7:24 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=7227ff362b255f8a88cadc725ad2b768aeb5e54b.mmokrejs@gentoo \
    --to=mmokrejs@fold.natur.cuni.cz \
    --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