summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-04-25 16:39:53 +0000
committerJustin Lecher <jlec@gentoo.org>2012-04-25 16:39:53 +0000
commitdb759f9e9c1e3df4c879f1a4053e898e859297cf (patch)
treedd63c40a7ec6c3da47c835d92db590b28ef4cb97 /sci-biology
parentDrop unnessecary die (diff)
downloadgentoo-2-db759f9e9c1e3df4c879f1a4053e898e859297cf.tar.gz
gentoo-2-db759f9e9c1e3df4c879f1a4053e898e859297cf.tar.bz2
gentoo-2-db759f9e9c1e3df4c879f1a4053e898e859297cf.zip
Drop unnessecary die
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/tophat/ChangeLog6
-rw-r--r--sci-biology/tophat/tophat-1.0.12.ebuild6
-rw-r--r--sci-biology/tophat/tophat-1.4.1.ebuild9
-rw-r--r--sci-biology/tophat/tophat-2.0.0.ebuild9
4 files changed, 12 insertions, 18 deletions
diff --git a/sci-biology/tophat/ChangeLog b/sci-biology/tophat/ChangeLog
index 573917450a65..93e0142cbc45 100644
--- a/sci-biology/tophat/ChangeLog
+++ b/sci-biology/tophat/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-biology/tophat
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/tophat/ChangeLog,v 1.7 2012/04/15 21:21:30 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/tophat/ChangeLog,v 1.8 2012/04/25 16:39:53 jlec Exp $
+
+ 25 Apr 2012; Justin Lecher <jlec@gentoo.org> tophat-1.0.12.ebuild,
+ tophat-1.4.1.ebuild, tophat-2.0.0.ebuild:
+ Drop unnessecary die
*tophat-2.0.0 (15 Apr 2012)
diff --git a/sci-biology/tophat/tophat-1.0.12.ebuild b/sci-biology/tophat/tophat-1.0.12.ebuild
index f0955cba277a..ca2c4d3959b0 100644
--- a/sci-biology/tophat/tophat-1.0.12.ebuild
+++ b/sci-biology/tophat/tophat-1.0.12.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/tophat/tophat-1.0.12.ebuild,v 1.4 2010/04/05 12:08:12 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/tophat/tophat-1.0.12.ebuild,v 1.5 2012/04/25 16:39:53 jlec Exp $
EAPI="2"
@@ -25,7 +25,7 @@ src_prepare() {
sed -i -e 's/\$(top_builddir)\/src\///g' src/Makefile.am || die
# remove broken arch-dependent CFLAGS setting
perl -i -ne 'print unless /case "\${host_cpu}-\${host_os}" in/../^esac/' configure.ac || die
- eautoreconf || die
+ eautoreconf
}
src_install() {
diff --git a/sci-biology/tophat/tophat-1.4.1.ebuild b/sci-biology/tophat/tophat-1.4.1.ebuild
index af728afc0fdf..6b74ef82a0eb 100644
--- a/sci-biology/tophat/tophat-1.4.1.ebuild
+++ b/sci-biology/tophat/tophat-1.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/tophat/tophat-1.4.1.ebuild,v 1.1 2012/02/04 23:41:54 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/tophat/tophat-1.4.1.ebuild,v 1.2 2012/04/25 16:39:53 jlec Exp $
EAPI=4
@@ -28,10 +28,5 @@ src_prepare() {
src_configure() {
econf \
- $(use_with bam) || die
-}
-
-src_install() {
- einstall || die
- dodoc AUTHORS NEWS THANKS
+ $(use_with bam)
}
diff --git a/sci-biology/tophat/tophat-2.0.0.ebuild b/sci-biology/tophat/tophat-2.0.0.ebuild
index 4ccc4c56f4c4..b652da021077 100644
--- a/sci-biology/tophat/tophat-2.0.0.ebuild
+++ b/sci-biology/tophat/tophat-2.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/tophat/tophat-2.0.0.ebuild,v 1.1 2012/04/15 21:21:30 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/tophat/tophat-2.0.0.ebuild,v 1.2 2012/04/25 16:39:53 jlec Exp $
EAPI=4
@@ -28,10 +28,5 @@ src_prepare() {
src_configure() {
econf \
- $(use_with bam) || die
-}
-
-src_install() {
- einstall || die
- dodoc AUTHORS NEWS THANKS
+ $(use_with bam)
}