summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-06-29 08:25:29 +0000
committerTorsten Veller <tove@gentoo.org>2008-06-29 08:25:29 +0000
commitab130d80add000f1bf07e1a2c1edfd8b7b9da09b (patch)
tree182c17307090739bc95d65e8cd5ff8024bf1f36c /sci-biology/elph
parentAdd missing die: || "..." -> || die "..." (diff)
downloadgentoo-2-ab130d80add000f1bf07e1a2c1edfd8b7b9da09b.tar.gz
gentoo-2-ab130d80add000f1bf07e1a2c1edfd8b7b9da09b.tar.bz2
gentoo-2-ab130d80add000f1bf07e1a2c1edfd8b7b9da09b.zip
Add missing die: || "..." -> || die "..."
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-tuxonice-r9 i686)
Diffstat (limited to 'sci-biology/elph')
-rw-r--r--sci-biology/elph/ChangeLog6
-rw-r--r--sci-biology/elph/elph-0.1.5.ebuild4
-rw-r--r--sci-biology/elph/elph-1.0.1.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/sci-biology/elph/ChangeLog b/sci-biology/elph/ChangeLog
index a10aa4b322f5..fedf751034a8 100644
--- a/sci-biology/elph/ChangeLog
+++ b/sci-biology/elph/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-biology/elph
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/elph/ChangeLog,v 1.12 2008/02/07 14:48:26 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/elph/ChangeLog,v 1.13 2008/06/29 08:25:29 tove Exp $
+
+ 29 Jun 2008; Torsten Veller <tove@gentoo.org> elph-0.1.5.ebuild,
+ elph-1.0.1.ebuild:
+ Add missing die: || "..." -> || die "..."
07 Feb 2008; Fabian Groffen <grobian@gentoo.org> elph-0.1.5.ebuild,
elph-1.0.1.ebuild:
diff --git a/sci-biology/elph/elph-0.1.5.ebuild b/sci-biology/elph/elph-0.1.5.ebuild
index c1aabf1a82ce..ee02b6e26108 100644
--- a/sci-biology/elph/elph-0.1.5.ebuild
+++ b/sci-biology/elph/elph-0.1.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/elph/elph-0.1.5.ebuild,v 1.9 2008/02/07 14:48:26 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/elph/elph-0.1.5.ebuild,v 1.10 2008/06/29 08:25:29 tove Exp $
inherit eutils toolchain-funcs
@@ -30,7 +30,7 @@ src_compile() {
}
src_install() {
- dobin elph || "Failed to install program."
+ dobin elph || die "Failed to install program."
cd "${WORKDIR}"/ELPH
dodoc VERSION || die "Documentation installation failed."
newdoc Readme.ELPH README || die "Readme installation failed."
diff --git a/sci-biology/elph/elph-1.0.1.ebuild b/sci-biology/elph/elph-1.0.1.ebuild
index e9833a1230ef..983424b60dd7 100644
--- a/sci-biology/elph/elph-1.0.1.ebuild
+++ b/sci-biology/elph/elph-1.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/elph/elph-1.0.1.ebuild,v 1.2 2008/02/07 14:48:26 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/elph/elph-1.0.1.ebuild,v 1.3 2008/06/29 08:25:29 tove Exp $
inherit eutils toolchain-funcs
@@ -29,7 +29,7 @@ src_compile() {
}
src_install() {
- dobin elph || "Failed to install program."
+ dobin elph || die "Failed to install program."
cd "${WORKDIR}"/ELPH
dodoc VERSION || die "Documentation installation failed."
newdoc Readme.ELPH README || die "Readme installation failed."