public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marius Brehler" <marbre@linux.sungazer.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/TransDecoder/
Date: Fri, 25 Dec 2015 21:00:51 +0000 (UTC)	[thread overview]
Message-ID: <1451076448.f08c7474c8fed99cd2614babe0ea5462f31752ae.marbre@gentoo> (raw)

commit:     f08c7474c8fed99cd2614babe0ea5462f31752ae
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Fri Dec 25 20:47:28 2015 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Fri Dec 25 20:47:28 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=f08c7474

sci-biology/TransDecoder: Fix minorsyn, add missing die

Package-Manager: portage-2.2.24

 sci-biology/TransDecoder/ChangeLog                 | 4 ++++
 sci-biology/TransDecoder/TransDecoder-2.0.1.ebuild | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/sci-biology/TransDecoder/ChangeLog b/sci-biology/TransDecoder/ChangeLog
index ee19193..e9110b4 100644
--- a/sci-biology/TransDecoder/ChangeLog
+++ b/sci-biology/TransDecoder/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  25 Dec 2015; Marius Brehler <marbre@linux.sungazer.de>
+  TransDecoder-2.0.1.ebuild:
+  sci-biology/TransDecoder: Fix minorsyn, add missing die
+
   19 Nov 2015; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
   TransDecoder-2.0.1.ebuild:
   sci-biology/TransDecoder: note that Pfam-AB was discontinued

diff --git a/sci-biology/TransDecoder/TransDecoder-2.0.1.ebuild b/sci-biology/TransDecoder/TransDecoder-2.0.1.ebuild
index 113c915..dfe3fbb 100644
--- a/sci-biology/TransDecoder/TransDecoder-2.0.1.ebuild
+++ b/sci-biology/TransDecoder/TransDecoder-2.0.1.ebuild
@@ -15,7 +15,7 @@ if [ "$PV" == "9999" ]; then
 	EGIT_REPO_URI="https://github.com/TransDecoder/TransDecoder.git"
 	KEYWORDS=""
 else
-    SRC_URI="https://github.com/TransDecoder/TransDecoder/archive/"${PV}".tar.gz -> ${P}.tar.gz"
+	SRC_URI="https://github.com/TransDecoder/TransDecoder/archive/"${PV}".tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64"
 	S="${WORKDIR}"/TransDecoder-"${PV}"
 fi
@@ -34,7 +34,7 @@ src_prepare(){
 	rm -rf transdecoder_plugins/cd-hit
 	for f in PerlLib/*.pm; do
 		p=`basename $f .pm`;
-		sed -e "s#use $p;#use TransDecoder::$p;#" -i PerlLib/*.pm util/*.pl TransDecoder.LongOrfs TransDecoder.Predict;
+		sed -e "s#use $p;#use TransDecoder::$p;#" -i PerlLib/*.pm util/*.pl TransDecoder.LongOrfs TransDecoder.Predict || die;
 	done
 	epatch "${FILESDIR}"/"${P}"__fix_paths.patch
 	epatch "${FILESDIR}"/pfam_runner.pl.patch


             reply	other threads:[~2015-12-25 21:00 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-25 21:00 Marius Brehler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-01-19 16:26 [gentoo-commits] proj/sci:master commit in: sci-biology/TransDecoder/ Andrew Ammerlaan
2016-07-11  9:11 Martin Mokrejs
2015-11-19 20:56 Martin Mokrejs
2015-11-19 20:35 Martin Mokrejs
2015-06-06 10:23 Justin Lecher
2015-04-27 13:04 [gentoo-commits] proj/sci:master commit in: sci-biology/transdecoder/ Martin Mokrejs
2015-04-27 12:49 Martin Mokrejs
2015-04-27 12:48 Martin Mokrejs
2015-04-17 22:21 Martin Mokrejs
2015-03-19 10:47 Martin Mokrejs
2015-03-19 10:37 Martin Mokrejs
2015-02-15 16:57 Martin Mokrejs
2015-01-10  1:18 Martin Mokrejs
2015-01-08 22:35 Martin Mokrejs

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=1451076448.f08c7474c8fed99cd2614babe0ea5462f31752ae.marbre@gentoo \
    --to=marbre@linux.sungazer.de \
    --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