commit:     ddf035361658edf722fccd43cad74fad41096e2b
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 25 17:18:59 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Mar 25 17:18:59 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=ddf03536

sci-chemistry/mgltools-networkeditor: Add missing die

Package-Manager: portage-2.2.18

 sci-chemistry/mgltools-networkeditor/ChangeLog                        | 4 ++++
 .../mgltools-networkeditor/mgltools-networkeditor-1.5.6.ebuild        | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/mgltools-networkeditor/ChangeLog 
b/sci-chemistry/mgltools-networkeditor/ChangeLog
index 58ae7ee..cc5fa3d 100644
--- a/sci-chemistry/mgltools-networkeditor/ChangeLog
+++ b/sci-chemistry/mgltools-networkeditor/ChangeLog
@@ -4,6 +4,10 @@
 
   25 Mar 2015; Justin Lecher <j...@gentoo.org>
   mgltools-networkeditor-1.5.6.ebuild:
+  sci-chemistry/mgltools-networkeditor: Add missing die
+
+  25 Mar 2015; Justin Lecher <j...@gentoo.org>
+  mgltools-networkeditor-1.5.6.ebuild:
   sci-chemistry/mgltools-networkeditor: Drop PYTHON_MODNAME and support for
   python2_6
 

diff --git 
a/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6.ebuild 
b/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6.ebuild
index 2beea7f..5257d33 100644
--- a/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6.ebuild
+++ b/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6.ebuild
@@ -29,8 +29,8 @@ S="${WORKDIR}"/${MY_P}
 DOCS=( NetworkEditor/RELNOTES )
 
 src_unpack() {
-       tar xzpf "${DISTDIR}"/${A} 
mgltools_source_${PV/_/}/MGLPACKS/${MY_P}.tar.gz
-       tar xzpf mgltools_source_${PV/_/}/MGLPACKS/${MY_P}.tar.gz
+       tar xzpf "${DISTDIR}"/${A} 
mgltools_source_${PV/_/}/MGLPACKS/${MY_P}.tar.gz || die
+       tar xzpf mgltools_source_${PV/_/}/MGLPACKS/${MY_P}.tar.gz || die
 }
 
 python_prepare_all() {

Reply via email to