diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-12-15 08:33:05 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-12-15 08:33:05 +0000 |
commit | 35c75c38fa3a7213e231a733c940a332e8f128d7 (patch) | |
tree | df52299256a1a104dc212c74a27b6af9d02a162b /sci-chemistry | |
parent | Add a blocker against Python3 portage. (diff) | |
download | gentoo-2-35c75c38fa3a7213e231a733c940a332e8f128d7.tar.gz gentoo-2-35c75c38fa3a7213e231a733c940a332e8f128d7.tar.bz2 gentoo-2-35c75c38fa3a7213e231a733c940a332e8f128d7.zip |
Add die after external commands
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/rasmol/ChangeLog | 6 | ||||
-rw-r--r-- | sci-chemistry/rasmol/rasmol-2.7.5.1.ebuild | 6 | ||||
-rw-r--r-- | sci-chemistry/rasmol/rasmol-2.7.5.2.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/sci-chemistry/rasmol/ChangeLog b/sci-chemistry/rasmol/ChangeLog index 415912b968c6..3068bb28c7f8 100644 --- a/sci-chemistry/rasmol/ChangeLog +++ b/sci-chemistry/rasmol/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/rasmol # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/rasmol/ChangeLog,v 1.28 2011/12/14 22:31:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/rasmol/ChangeLog,v 1.29 2011/12/15 08:33:05 jlec Exp $ + + 15 Dec 2011; Justin Lecher <jlec@gentoo.org> rasmol-2.7.5.1.ebuild, + rasmol-2.7.5.2.ebuild: + Add die after external commands 14 Dec 2011; Agostino Sarubbo <ago@gentoo.org> rasmol-2.7.5.1.ebuild: Stable for AMD64, wrt bug #394085 diff --git a/sci-chemistry/rasmol/rasmol-2.7.5.1.ebuild b/sci-chemistry/rasmol/rasmol-2.7.5.1.ebuild index 1580f11a7f0b..f3e4c70a8d1d 100644 --- a/sci-chemistry/rasmol/rasmol-2.7.5.1.ebuild +++ b/sci-chemistry/rasmol/rasmol-2.7.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/rasmol/rasmol-2.7.5.1.ebuild,v 1.5 2011/12/14 22:31:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/rasmol/rasmol-2.7.5.1.ebuild,v 1.6 2011/12/15 08:33:05 jlec Exp $ EAPI=4 @@ -46,12 +46,12 @@ src_prepare() { echo "#define _LONGLONG"|cat - rasmol_amd64_save.h > rasmol.h fi - mv Imakefile_base Imakefile + mv Imakefile_base Imakefile || die epatch "${FILESDIR}"/2.7.5-bundled-lib.patch eprefixify Imakefile - xmkmf -DGTKWIN ${myconf}|| die "xmkmf failed with ${myconf}" + xmkmf -DGTKWIN ${myconf} || die "xmkmf failed with ${myconf}" } src_compile() { diff --git a/sci-chemistry/rasmol/rasmol-2.7.5.2.ebuild b/sci-chemistry/rasmol/rasmol-2.7.5.2.ebuild index 25eef6f79f72..19dbf4750afa 100644 --- a/sci-chemistry/rasmol/rasmol-2.7.5.2.ebuild +++ b/sci-chemistry/rasmol/rasmol-2.7.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/rasmol/rasmol-2.7.5.2.ebuild,v 1.1 2011/12/14 09:26:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/rasmol/rasmol-2.7.5.2.ebuild,v 1.2 2011/12/15 08:33:05 jlec Exp $ EAPI=4 @@ -48,12 +48,12 @@ src_prepare() { echo "#define _LONGLONG"|cat - rasmol_amd64_save.h > rasmol.h fi - mv Imakefile_base Imakefile + mv Imakefile_base Imakefile || die epatch "${FILESDIR}"/2.7.5-bundled-lib.patch eprefixify Imakefile - xmkmf -DGTKWIN ${myconf}|| die "xmkmf failed with ${myconf}" + xmkmf -DGTKWIN ${myconf} || die "xmkmf failed with ${myconf}" } src_compile() { |