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
commite83dcfcc949f9bc7de3173dc298b405caea6ba7e (patch)
tree38b5e864f32a698eeeb0ec82ead454a9673c0075 /sci-biology/phylip
parentAdd missing die: || "..." -> || die "..." (diff)
downloadhistorical-e83dcfcc949f9bc7de3173dc298b405caea6ba7e.tar.gz
historical-e83dcfcc949f9bc7de3173dc298b405caea6ba7e.tar.bz2
historical-e83dcfcc949f9bc7de3173dc298b405caea6ba7e.zip
Add missing die: || "..." -> || die "..."
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.24-tuxonice-r9 i686
Diffstat (limited to 'sci-biology/phylip')
-rw-r--r--sci-biology/phylip/ChangeLog6
-rw-r--r--sci-biology/phylip/phylip-3.65-r1.ebuild8
-rw-r--r--sci-biology/phylip/phylip-3.66.ebuild8
-rw-r--r--sci-biology/phylip/phylip-3.67.ebuild8
4 files changed, 17 insertions, 13 deletions
diff --git a/sci-biology/phylip/ChangeLog b/sci-biology/phylip/ChangeLog
index aafda4527b11..0fd45fd6959f 100644
--- a/sci-biology/phylip/ChangeLog
+++ b/sci-biology/phylip/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-biology/phylip
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/ChangeLog,v 1.31 2008/03/17 01:56:13 ken69267 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/ChangeLog,v 1.32 2008/06/29 08:24:01 tove Exp $
+
+ 29 Jun 2008; Torsten Veller <tove@gentoo.org> phylip-3.65-r1.ebuild,
+ phylip-3.66.ebuild, phylip-3.67.ebuild:
+ Add missing die: || "..." -> || die "..."
17 Mar 2008; Kenneth Prugh <ken69267@gentoo.org> phylip-3.67.ebuild:
amd64 stable, bug #207095
diff --git a/sci-biology/phylip/phylip-3.65-r1.ebuild b/sci-biology/phylip/phylip-3.65-r1.ebuild
index 3596f9b0c0ba..8e6f8d147f41 100644
--- a/sci-biology/phylip/phylip-3.65-r1.ebuild
+++ b/sci-biology/phylip/phylip-3.65-r1.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/phylip/phylip-3.65-r1.ebuild,v 1.7 2008/02/07 14:50:49 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/phylip-3.65-r1.ebuild,v 1.8 2008/06/29 08:24:01 tove Exp $
inherit toolchain-funcs
@@ -34,13 +34,13 @@ src_compile() {
src_install() {
cd "${WORKDIR}/${PN}${PV}"
- dobin exe/* || "Failed to install programs."
+ dobin exe/* || die "Failed to install programs."
dodoc "${FILESDIR}"/README.Gentoo || die "Failed to install Gentoo notes."
- dohtml phylip.html || "Failed to install HTML documentation index."
+ dohtml phylip.html || die "Failed to install HTML documentation index."
insinto /usr/share/doc/${PF}/html/doc
- doins doc/* || "Failed to install HTML documentation."
+ doins doc/* || die "Failed to install HTML documentation."
insinto /usr/share/${PN}/fonts
doins fonts/* || die "Fonts installation failed."
diff --git a/sci-biology/phylip/phylip-3.66.ebuild b/sci-biology/phylip/phylip-3.66.ebuild
index b4e352fedbc7..36ffe9d6eebd 100644
--- a/sci-biology/phylip/phylip-3.66.ebuild
+++ b/sci-biology/phylip/phylip-3.66.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/phylip/phylip-3.66.ebuild,v 1.4 2008/02/07 14:50:49 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/phylip-3.66.ebuild,v 1.5 2008/06/29 08:24:01 tove Exp $
inherit toolchain-funcs
@@ -34,13 +34,13 @@ src_compile() {
src_install() {
cd "${WORKDIR}/${PN}${PV}"
- dobin exe/* || "Failed to install programs."
+ dobin exe/* || die "Failed to install programs."
dodoc "${FILESDIR}"/README.Gentoo || die "Failed to install Gentoo notes."
- dohtml phylip.html || "Failed to install HTML documentation index."
+ dohtml phylip.html || die "Failed to install HTML documentation index."
insinto /usr/share/doc/${PF}/html/doc
- doins doc/* || "Failed to install HTML documentation."
+ doins doc/* || die "Failed to install HTML documentation."
insinto /usr/share/${PN}/fonts
doins fonts/* || die "Fonts installation failed."
diff --git a/sci-biology/phylip/phylip-3.67.ebuild b/sci-biology/phylip/phylip-3.67.ebuild
index 9608cd91db30..4a1cd25a7e43 100644
--- a/sci-biology/phylip/phylip-3.67.ebuild
+++ b/sci-biology/phylip/phylip-3.67.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/phylip/phylip-3.67.ebuild,v 1.5 2008/03/17 01:56:13 ken69267 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/phylip-3.67.ebuild,v 1.6 2008/06/29 08:24:01 tove Exp $
inherit toolchain-funcs
@@ -34,13 +34,13 @@ src_compile() {
src_install() {
cd "${WORKDIR}/${P}"
- dobin exe/* || "Failed to install programs."
+ dobin exe/* || die "Failed to install programs."
dodoc "${FILESDIR}"/README.Gentoo || die "Failed to install Gentoo notes."
- dohtml phylip.html || "Failed to install HTML documentation index."
+ dohtml phylip.html || die "Failed to install HTML documentation index."
insinto /usr/share/doc/${PF}/html/doc
- doins doc/* || "Failed to install HTML documentation."
+ doins doc/* || die "Failed to install HTML documentation."
insinto /usr/share/${PN}/fonts
doins fonts/* || die "Fonts installation failed."