aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-03-25 18:23:15 +0100
committerJustin Lecher <jlec@gentoo.org>2015-03-25 18:23:15 +0100
commit577f958f4e17295d162e6da69f66d7f710fabc9d (patch)
tree733c320d7e71d34e96ea631bc438d1d171ea5786 /sci-chemistry/mgltools-scenario2
parentsci-chemistry/mgltools-qslimlib: Add missing die (diff)
downloadsci-577f958f4e17295d162e6da69f66d7f710fabc9d.tar.gz
sci-577f958f4e17295d162e6da69f66d7f710fabc9d.tar.bz2
sci-577f958f4e17295d162e6da69f66d7f710fabc9d.zip
sci-chemistry/mgltools-scenario2: Add missing die
Package-Manager: portage-2.2.18
Diffstat (limited to 'sci-chemistry/mgltools-scenario2')
-rw-r--r--sci-chemistry/mgltools-scenario2/ChangeLog3
-rw-r--r--sci-chemistry/mgltools-scenario2/mgltools-scenario2-1.5.6.ebuild4
2 files changed, 5 insertions, 2 deletions
diff --git a/sci-chemistry/mgltools-scenario2/ChangeLog b/sci-chemistry/mgltools-scenario2/ChangeLog
index 074bd384d..54968bf01 100644
--- a/sci-chemistry/mgltools-scenario2/ChangeLog
+++ b/sci-chemistry/mgltools-scenario2/ChangeLog
@@ -3,6 +3,9 @@
# $Header: $
25 Mar 2015; Justin Lecher <jlec@gentoo.org> mgltools-scenario2-1.5.6.ebuild:
+ sci-chemistry/mgltools-scenario2: Add missing die
+
+ 25 Mar 2015; Justin Lecher <jlec@gentoo.org> mgltools-scenario2-1.5.6.ebuild:
sci-chemistry/mgltools-scenario2: Drop PYTHON_MODNAME and support for
python2_6
diff --git a/sci-chemistry/mgltools-scenario2/mgltools-scenario2-1.5.6.ebuild b/sci-chemistry/mgltools-scenario2/mgltools-scenario2-1.5.6.ebuild
index 24f05cbb0..9af3c5453 100644
--- a/sci-chemistry/mgltools-scenario2/mgltools-scenario2-1.5.6.ebuild
+++ b/sci-chemistry/mgltools-scenario2/mgltools-scenario2-1.5.6.ebuild
@@ -30,8 +30,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() {