summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-06-29 08:21:03 +0000
committerTorsten Veller <tove@gentoo.org>2008-06-29 08:21:03 +0000
commit0d528a7f60836fe588438f12ea7a524c22ef249b (patch)
tree43cd70d50077b847114d861bce2e98b3f32ff363 /sci-chemistry/gamess
parentAdd missing die: || "..." -> || die "..." (diff)
downloadgentoo-2-0d528a7f60836fe588438f12ea7a524c22ef249b.tar.gz
gentoo-2-0d528a7f60836fe588438f12ea7a524c22ef249b.tar.bz2
gentoo-2-0d528a7f60836fe588438f12ea7a524c22ef249b.zip
Add missing die: || "..." -> || die "..."
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-tuxonice-r9 i686)
Diffstat (limited to 'sci-chemistry/gamess')
-rw-r--r--sci-chemistry/gamess/ChangeLog7
-rw-r--r--sci-chemistry/gamess/gamess-20070324.1.ebuild6
-rw-r--r--sci-chemistry/gamess/gamess-20070324.3.ebuild6
-rw-r--r--sci-chemistry/gamess/gamess-20070324.6.ebuild6
-rw-r--r--sci-chemistry/gamess/gamess-20080411.1.ebuild6
5 files changed, 18 insertions, 13 deletions
diff --git a/sci-chemistry/gamess/ChangeLog b/sci-chemistry/gamess/ChangeLog
index dc18c8eaf75e..b903f25b651b 100644
--- a/sci-chemistry/gamess/ChangeLog
+++ b/sci-chemistry/gamess/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-chemistry/gamess
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gamess/ChangeLog,v 1.27 2008/05/11 18:39:38 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gamess/ChangeLog,v 1.28 2008/06/29 08:21:03 tove Exp $
+
+ 29 Jun 2008; Torsten Veller <tove@gentoo.org> gamess-20070324.1.ebuild,
+ gamess-20070324.3.ebuild, gamess-20070324.6.ebuild,
+ gamess-20080411.1.ebuild:
+ Add missing die: || "..." -> || die "..."
11 May 2008; Christian Faulhammer <opfer@gentoo.org>
gamess-20070324.1.ebuild:
diff --git a/sci-chemistry/gamess/gamess-20070324.1.ebuild b/sci-chemistry/gamess/gamess-20070324.1.ebuild
index f2b4fcf4a4cc..bc9990f100a7 100644
--- a/sci-chemistry/gamess/gamess-20070324.1.ebuild
+++ b/sci-chemistry/gamess/gamess-20070324.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-chemistry/gamess/gamess-20070324.1.ebuild,v 1.9 2008/05/11 18:39:38 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gamess/gamess-20070324.1.ebuild,v 1.10 2008/06/29 08:21:03 tove Exp $
inherit eutils toolchain-funcs fortran flag-o-matic
@@ -69,9 +69,9 @@ src_unpack() {
# greate proper activate sourcefile
cp "./tools/actvte.code" "./tools/actvte.f" || \
- die || "Failed to create actvte.f"
+ die "Failed to create actvte.f"
sed -e "s/^\*UNX/ /" -i "./tools/actvte.f" || \
- die || "Failed to perform UNX substitutions in actvte.f"
+ die "Failed to perform UNX substitutions in actvte.f"
# fix GAMESS' compall script to use proper CC
sed -e "s|\$CCOMP -c \$extraflags source/zunix.c|$(tc-getCC) -c \$extraflags source/zunix.c|" \
diff --git a/sci-chemistry/gamess/gamess-20070324.3.ebuild b/sci-chemistry/gamess/gamess-20070324.3.ebuild
index 1afb1f1cbeb8..188587eea5d0 100644
--- a/sci-chemistry/gamess/gamess-20070324.3.ebuild
+++ b/sci-chemistry/gamess/gamess-20070324.3.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-chemistry/gamess/gamess-20070324.3.ebuild,v 1.3 2008/03/18 21:35:53 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gamess/gamess-20070324.3.ebuild,v 1.4 2008/06/29 08:21:03 tove Exp $
inherit eutils toolchain-funcs fortran flag-o-matic
@@ -78,9 +78,9 @@ src_unpack() {
# greate proper activate sourcefile
cp "./tools/actvte.code" "./tools/actvte.f" || \
- die || "Failed to create actvte.f"
+ die "Failed to create actvte.f"
sed -e "s/^\*UNX/ /" -i "./tools/actvte.f" || \
- die || "Failed to perform UNX substitutions in actvte.f"
+ die "Failed to perform UNX substitutions in actvte.f"
# fix GAMESS' compall script to use proper CC
sed -e "s|\$CCOMP -c \$extraflags source/zunix.c|$(tc-getCC) -c \$extraflags source/zunix.c|" \
diff --git a/sci-chemistry/gamess/gamess-20070324.6.ebuild b/sci-chemistry/gamess/gamess-20070324.6.ebuild
index 2f2d8a02b33b..e64a2927a1f0 100644
--- a/sci-chemistry/gamess/gamess-20070324.6.ebuild
+++ b/sci-chemistry/gamess/gamess-20070324.6.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-chemistry/gamess/gamess-20070324.6.ebuild,v 1.1 2008/03/18 21:35:53 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gamess/gamess-20070324.6.ebuild,v 1.2 2008/06/29 08:21:03 tove Exp $
inherit eutils toolchain-funcs fortran flag-o-matic
@@ -78,9 +78,9 @@ src_unpack() {
# greate proper activate sourcefile
cp "./tools/actvte.code" "./tools/actvte.f" || \
- die || "Failed to create actvte.f"
+ die "Failed to create actvte.f"
sed -e "s/^\*UNX/ /" -i "./tools/actvte.f" || \
- die || "Failed to perform UNX substitutions in actvte.f"
+ die "Failed to perform UNX substitutions in actvte.f"
# fix GAMESS' compall script to use proper CC
sed -e "s|\$CCOMP -c \$extraflags source/zunix.c|$(tc-getCC) -c \$extraflags source/zunix.c|" \
diff --git a/sci-chemistry/gamess/gamess-20080411.1.ebuild b/sci-chemistry/gamess/gamess-20080411.1.ebuild
index 2f323e41cb10..89b3ad81aab5 100644
--- a/sci-chemistry/gamess/gamess-20080411.1.ebuild
+++ b/sci-chemistry/gamess/gamess-20080411.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-chemistry/gamess/gamess-20080411.1.ebuild,v 1.1 2008/05/08 17:42:47 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gamess/gamess-20080411.1.ebuild,v 1.2 2008/06/29 08:21:03 tove Exp $
inherit eutils toolchain-funcs fortran flag-o-matic
@@ -78,9 +78,9 @@ src_unpack() {
# greate proper activate sourcefile
cp "./tools/actvte.code" "./tools/actvte.f" || \
- die || "Failed to create actvte.f"
+ die "Failed to create actvte.f"
sed -e "s/^\*UNX/ /" -i "./tools/actvte.f" || \
- die || "Failed to perform UNX substitutions in actvte.f"
+ die "Failed to perform UNX substitutions in actvte.f"
# fix GAMESS' compall script to use proper CC
sed -e "s|\$CCOMP -c \$extraflags source/zunix.c|$(tc-getCC) -c \$extraflags source/zunix.c|" \