diff options
author | Torsten Veller <tove@gentoo.org> | 2008-06-29 07:57:53 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-06-29 07:57:53 +0000 |
commit | a57319f0e4bc664c0917c34bb8d701a023201941 (patch) | |
tree | 5f343438c6278f2443bec04f2a0669ceed94bfd3 /sci-physics | |
parent | Add missing die: || "..." -> || die "..." (diff) | |
download | gentoo-2-a57319f0e4bc664c0917c34bb8d701a023201941.tar.gz gentoo-2-a57319f0e4bc664c0917c34bb8d701a023201941.tar.bz2 gentoo-2-a57319f0e4bc664c0917c34bb8d701a023201941.zip |
Add missing die: || "..." -> || die "..."
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-tuxonice-r9 i686)
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/geant/ChangeLog | 6 | ||||
-rw-r--r-- | sci-physics/geant/geant-3.21.14-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-physics/geant/geant-3.21.14-r2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sci-physics/geant/ChangeLog b/sci-physics/geant/ChangeLog index 3cfb93a96028..86d4e75643cf 100644 --- a/sci-physics/geant/ChangeLog +++ b/sci-physics/geant/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-physics/geant # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v 1.5 2008/06/27 10:46:34 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v 1.6 2008/06/29 07:57:53 tove Exp $ + + 29 Jun 2008; Torsten Veller <tove@gentoo.org> geant-3.21.14-r1.ebuild, + geant-3.21.14-r2.ebuild: + Add missing die: || "..." -> || die "..." 27 Jun 2008; Ulrich Mueller <ulm@gentoo.org> geant-3.21.14-r1.ebuild, geant-3.21.14-r2.ebuild, geant-4.9.1_p02.ebuild: diff --git a/sci-physics/geant/geant-3.21.14-r1.ebuild b/sci-physics/geant/geant-3.21.14-r1.ebuild index 2e698f049d08..7de2e7b9c293 100644 --- a/sci-physics/geant/geant-3.21.14-r1.ebuild +++ b/sci-physics/geant/geant-3.21.14-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-physics/geant/geant-3.21.14-r1.ebuild,v 1.2 2008/06/27 10:46:34 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-3.21.14-r1.ebuild,v 1.3 2008/06/29 07:57:53 tove Exp $ DEB_PN=geant321 DEB_PV=${PV}.dfsg @@ -46,7 +46,7 @@ src_unpack() { export DEB_BUILD_OPTIONS="${FORTRANC} nostrip nocheck" sed -i \ -e 's:/usr/local:/usr:g' \ - Makefile || "sed'ing the Makefile failed" + Makefile || die "sed'ing the Makefile failed" einfo "Applying Debian patches" emake -j1 patch || die "debian patch failed" diff --git a/sci-physics/geant/geant-3.21.14-r2.ebuild b/sci-physics/geant/geant-3.21.14-r2.ebuild index 5735d044bac2..05cc31144a5c 100644 --- a/sci-physics/geant/geant-3.21.14-r2.ebuild +++ b/sci-physics/geant/geant-3.21.14-r2.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-physics/geant/geant-3.21.14-r2.ebuild,v 1.2 2008/06/27 10:46:34 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-3.21.14-r2.ebuild,v 1.3 2008/06/29 07:57:53 tove Exp $ DEB_PN=geant321 DEB_PV=${PV}.dfsg @@ -46,7 +46,7 @@ src_unpack() { export DEB_BUILD_OPTIONS="${FORTRANC} nostrip nocheck" sed -i \ -e 's:/usr/local:/usr:g' \ - Makefile || "sed'ing the Makefile failed" + Makefile || die "sed'ing the Makefile failed" einfo "Applying Debian patches" emake -j1 patch || die "debian patch failed" |