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

sci-chemistry/mgltools-pyglf: Add missing die

Package-Manager: portage-2.2.18

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

diff --git a/sci-chemistry/mgltools-pyglf/ChangeLog 
b/sci-chemistry/mgltools-pyglf/ChangeLog
index 862a92c..dc0e429 100644
--- a/sci-chemistry/mgltools-pyglf/ChangeLog
+++ b/sci-chemistry/mgltools-pyglf/ChangeLog
@@ -3,6 +3,9 @@
 # $Header: $
 
   25 Mar 2015; Justin Lecher <j...@gentoo.org> mgltools-pyglf-1.5.6.ebuild:
+  sci-chemistry/mgltools-pyglf: Add missing die
+
+  25 Mar 2015; Justin Lecher <j...@gentoo.org> mgltools-pyglf-1.5.6.ebuild:
   sci-chemistry/mgltools-pyglf: Drop PYTHON_MODNAME and support for python2_6
 
   10 Jun 2013; Justin Lecher <j...@gentoo.org> -mgltools-pyglf-1.5.4-r1.ebuild,

diff --git a/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.6.ebuild 
b/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.6.ebuild
index 29843be..144115d 100644
--- a/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.6.ebuild
+++ b/sci-chemistry/mgltools-pyglf/mgltools-pyglf-1.5.6.ebuild
@@ -27,8 +27,8 @@ DEPEND="${RDEPEND}
 S="${WORKDIR}"/${MY_P}
 
 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