From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7C821138CCA for ; Wed, 25 Mar 2015 17:34:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAE9AE0804; Wed, 25 Mar 2015 17:34:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56C7BE0804 for ; Wed, 25 Mar 2015 17:34:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 801A13409F2 for ; Wed, 25 Mar 2015 17:34:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 269F614850 for ; Wed, 25 Mar 2015 17:34:27 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1427303674.c0129ced1fa6db3f3151af357854bb5c9017ecc8.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-geomutils/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/mgltools-geomutils/ChangeLog sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6.ebuild X-VCS-Directories: sci-chemistry/mgltools-geomutils/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c0129ced1fa6db3f3151af357854bb5c9017ecc8 X-VCS-Branch: master Date: Wed, 25 Mar 2015 17:34:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ec6e2d6a-0bd5-439e-a953-eae8d8351550 X-Archives-Hash: 32ce7b510907398e156ee739a2db0e21 commit: c0129ced1fa6db3f3151af357854bb5c9017ecc8 Author: Justin Lecher gentoo org> AuthorDate: Wed Mar 25 17:14:34 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Mar 25 17:14:34 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c0129ced sci-chemistry/mgltools-geomutils: Add missing die Package-Manager: portage-2.2.18 sci-chemistry/mgltools-geomutils/ChangeLog | 3 +++ sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/mgltools-geomutils/ChangeLog b/sci-chemistry/mgltools-geomutils/ChangeLog index 418d573..15c9059 100644 --- a/sci-chemistry/mgltools-geomutils/ChangeLog +++ b/sci-chemistry/mgltools-geomutils/ChangeLog @@ -3,6 +3,9 @@ # $Header: $ 25 Mar 2015; Justin Lecher mgltools-geomutils-1.5.6.ebuild: + sci-chemistry/mgltools-geomutils: Add missing die + + 25 Mar 2015; Justin Lecher mgltools-geomutils-1.5.6.ebuild: sci-chemistry/mgltools-geomutils: Drop PYTHON_MODNAME and support for python2_6 diff --git a/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6.ebuild b/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6.ebuild index 023c781..66eb7c4 100644 --- a/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6.ebuild +++ b/sci-chemistry/mgltools-geomutils/mgltools-geomutils-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() {