diff options
-rw-r--r-- | sci-physics/cernlib-montecarlo/ChangeLog | 6 | ||||
-rw-r--r-- | sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006.ebuild | 4 | ||||
-rw-r--r-- | sci-physics/cernlib/cernlib-2006.ebuild | 4 | ||||
-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 | ||||
-rw-r--r-- | sci-physics/paw/ChangeLog | 6 | ||||
-rw-r--r-- | sci-physics/paw/paw-2.14.04-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-physics/paw/paw-2.14.04-r2.ebuild | 4 |
10 files changed, 29 insertions, 17 deletions
diff --git a/sci-physics/cernlib-montecarlo/ChangeLog b/sci-physics/cernlib-montecarlo/ChangeLog index 176b1b639570..d1de7bf664cc 100644 --- a/sci-physics/cernlib-montecarlo/ChangeLog +++ b/sci-physics/cernlib-montecarlo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-physics/cernlib-montecarlo # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib-montecarlo/ChangeLog,v 1.3 2008/06/27 10:42:59 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib-montecarlo/ChangeLog,v 1.4 2008/06/29 07:59:22 tove Exp $ + + 29 Jun 2008; Torsten Veller <tove@gentoo.org> + cernlib-montecarlo-2006.ebuild, cernlib-montecarlo-2006-r1.ebuild: + Add missing die: || "..." -> || die "..." 27 Jun 2008; Ulrich Mueller <ulm@gentoo.org> cernlib-montecarlo-2006.ebuild, cernlib-montecarlo-2006-r1.ebuild: diff --git a/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r1.ebuild b/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r1.ebuild index e2c4571d247d..22495a078cef 100644 --- a/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r1.ebuild +++ b/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-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/cernlib-montecarlo/cernlib-montecarlo-2006-r1.ebuild,v 1.2 2008/06/27 10:42:59 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r1.ebuild,v 1.3 2008/06/29 07:59:22 tove Exp $ inherit eutils multilib fortran @@ -42,7 +42,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/cernlib-montecarlo/cernlib-montecarlo-2006.ebuild b/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006.ebuild index e8413502c194..dd847f0f94f6 100644 --- a/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006.ebuild +++ b/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006.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/cernlib-montecarlo/cernlib-montecarlo-2006.ebuild,v 1.2 2008/06/27 10:42:59 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006.ebuild,v 1.3 2008/06/29 07:59:22 tove Exp $ inherit eutils multilib fortran @@ -41,7 +41,7 @@ src_unpack() { cp debian/add-ons/Makefile . 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 \ diff --git a/sci-physics/cernlib/cernlib-2006.ebuild b/sci-physics/cernlib/cernlib-2006.ebuild index 70b29968a4f0..84d9d322283f 100644 --- a/sci-physics/cernlib/cernlib-2006.ebuild +++ b/sci-physics/cernlib/cernlib-2006.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/cernlib/cernlib-2006.ebuild,v 1.10 2008/06/27 10:39:23 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib/cernlib-2006.ebuild,v 1.11 2008/06/29 08:00:48 tove Exp $ inherit eutils multilib fortran @@ -71,7 +71,7 @@ src_unpack() { cp debian/add-ons/Makefile . 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 \ 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" diff --git a/sci-physics/paw/ChangeLog b/sci-physics/paw/ChangeLog index a959e67c5881..6db754a21156 100644 --- a/sci-physics/paw/ChangeLog +++ b/sci-physics/paw/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-physics/paw # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/ChangeLog,v 1.4 2008/06/27 10:46:39 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/ChangeLog,v 1.5 2008/06/29 07:55:15 tove Exp $ + + 29 Jun 2008; Torsten Veller <tove@gentoo.org> paw-2.14.04-r1.ebuild, + paw-2.14.04-r2.ebuild: + Add missing die: || "..." -> || die "..." 27 Jun 2008; Ulrich Mueller <ulm@gentoo.org> paw-2.14.04-r1.ebuild, paw-2.14.04-r2.ebuild: diff --git a/sci-physics/paw/paw-2.14.04-r1.ebuild b/sci-physics/paw/paw-2.14.04-r1.ebuild index 4cd28c0e3149..541101ee1940 100644 --- a/sci-physics/paw/paw-2.14.04-r1.ebuild +++ b/sci-physics/paw/paw-2.14.04-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/paw/paw-2.14.04-r1.ebuild,v 1.2 2008/06/27 10:46:39 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/paw-2.14.04-r1.ebuild,v 1.3 2008/06/29 07:55:15 tove Exp $ inherit eutils multilib fortran @@ -50,7 +50,7 @@ src_unpack() { -e 's:/usr/local:/usr:g' \ -e '/comis.h/d' \ -e "s/gfortran/${FORTRANC}/g" \ - Makefile || "sed'ing the Makefile failed" + Makefile || die "sed'ing the Makefile failed" einfo "Applying Debian patches" emake -j1 patch || die "make patch failed" diff --git a/sci-physics/paw/paw-2.14.04-r2.ebuild b/sci-physics/paw/paw-2.14.04-r2.ebuild index 7cb4dc793453..2c2ac913188f 100644 --- a/sci-physics/paw/paw-2.14.04-r2.ebuild +++ b/sci-physics/paw/paw-2.14.04-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/paw/paw-2.14.04-r2.ebuild,v 1.2 2008/06/27 10:46:39 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/paw-2.14.04-r2.ebuild,v 1.3 2008/06/29 07:55:15 tove Exp $ inherit eutils multilib fortran @@ -50,7 +50,7 @@ src_unpack() { -e 's:/usr/local:/usr:g' \ -e '/comis.h/d' \ -e "s/gfortran/${FORTRANC}/g" \ - Makefile || "sed'ing the Makefile failed" + Makefile || die "sed'ing the Makefile failed" einfo "Applying Debian patches" emake -j1 patch || die "make patch failed" |