aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-03-25 18:18:59 +0100
committerJustin Lecher <jlec@gentoo.org>2015-03-25 18:18:59 +0100
commitddf035361658edf722fccd43cad74fad41096e2b (patch)
tree517d5c598c10185af1398ea4c5804cb1cd056faf /sci-chemistry/mgltools-networkeditor
parentsci-chemistry/mgltools-molkit: Add missing die (diff)
downloadsci-ddf035361658edf722fccd43cad74fad41096e2b.tar.gz
sci-ddf035361658edf722fccd43cad74fad41096e2b.tar.bz2
sci-ddf035361658edf722fccd43cad74fad41096e2b.zip
sci-chemistry/mgltools-networkeditor: Add missing die
Package-Manager: portage-2.2.18
Diffstat (limited to 'sci-chemistry/mgltools-networkeditor')
-rw-r--r--sci-chemistry/mgltools-networkeditor/ChangeLog4
-rw-r--r--sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6.ebuild4
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-chemistry/mgltools-networkeditor/ChangeLog b/sci-chemistry/mgltools-networkeditor/ChangeLog
index 58ae7ee7b..cc5fa3d6d 100644
--- a/sci-chemistry/mgltools-networkeditor/ChangeLog
+++ b/sci-chemistry/mgltools-networkeditor/ChangeLog
@@ -4,6 +4,10 @@
25 Mar 2015; Justin Lecher <jlec@gentoo.org>
mgltools-networkeditor-1.5.6.ebuild:
+ sci-chemistry/mgltools-networkeditor: Add missing die
+
+ 25 Mar 2015; Justin Lecher <jlec@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 2beea7ff0..5257d33d6 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() {