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-biology/codonw/
Date: Sun, 11 Jan 2015 09:09:56 +0000 (UTC)	[thread overview]
Message-ID: <1420905659.e95477b2468656bfdb318892b538e7e29e733d4a.jlec@gentoo> (raw)

commit:     e95477b2468656bfdb318892b538e7e29e733d4a
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sat Jan 10 16:00:59 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jan 10 16:00:59 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e95477b2

sci-biology/codonw: Drop unnecessary dies

---
 sci-biology/codonw/codonw-1.4.4-r1.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-biology/codonw/codonw-1.4.4-r1.ebuild b/sci-biology/codonw/codonw-1.4.4-r1.ebuild
index 50e2f9c..85c0c5e 100644
--- a/sci-biology/codonw/codonw-1.4.4-r1.ebuild
+++ b/sci-biology/codonw/codonw-1.4.4-r1.ebuild
@@ -26,14 +26,14 @@ src_prepare() {
 }
 
 src_compile() {
-	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die
+	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
 }
 
 src_install() {
-	dobin codonw || die
+	dobin codonw
 	# woohoo watch out for collisions
 	for i in rscu cu aau raau tidy reader cutab cutot transl bases base3s dinuc cai fop gc3s gc cbi enc; do
-		dosym codonw /usr/bin/${i} || die
+		dosym codonw /usr/bin/${i}
 	done
-	dodoc *.txt || die
+	dodoc *.txt
 }


             reply	other threads:[~2015-01-11  9:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-11  9:09 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-02-19  4:45 [gentoo-commits] proj/sci:master commit in: sci-biology/codonw/ Horea Christian
2023-02-19  4:44 Horea Christian
2021-01-24 14:08 Andrew Ammerlaan
2015-11-15 18:53 Martin Mokrejs
2015-06-05  6:21 Justin Lecher
2015-01-11  9:09 Justin Lecher
2011-06-24 17:09 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=1420905659.e95477b2468656bfdb318892b538e7e29e733d4a.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