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 C2DA9138CC5 for ; Wed, 25 Mar 2015 17:34:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E84AE0809; Wed, 25 Mar 2015 17:34:42 +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 A278BE0809 for ; Wed, 25 Mar 2015 17:34:36 +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 D125A340A2B for ; Wed, 25 Mar 2015 17:34:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 014011485C for ; Wed, 25 Mar 2015 17:34:28 +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: <1427304195.577f958f4e17295d162e6da69f66d7f710fabc9d.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-scenario2/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/mgltools-scenario2/ChangeLog sci-chemistry/mgltools-scenario2/mgltools-scenario2-1.5.6.ebuild X-VCS-Directories: sci-chemistry/mgltools-scenario2/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 577f958f4e17295d162e6da69f66d7f710fabc9d X-VCS-Branch: master Date: Wed, 25 Mar 2015 17:34:28 +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: 8a35c670-11f2-45b2-ac30-982439edf844 X-Archives-Hash: 67f6f11f572cbed2ed2575e37b7d5c0b commit: 577f958f4e17295d162e6da69f66d7f710fabc9d Author: Justin Lecher gentoo org> AuthorDate: Wed Mar 25 17:23:15 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Mar 25 17:23:15 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=577f958f sci-chemistry/mgltools-scenario2: Add missing die Package-Manager: portage-2.2.18 sci-chemistry/mgltools-scenario2/ChangeLog | 3 +++ sci-chemistry/mgltools-scenario2/mgltools-scenario2-1.5.6.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/mgltools-scenario2/ChangeLog b/sci-chemistry/mgltools-scenario2/ChangeLog index 074bd38..54968bf 100644 --- a/sci-chemistry/mgltools-scenario2/ChangeLog +++ b/sci-chemistry/mgltools-scenario2/ChangeLog @@ -3,6 +3,9 @@ # $Header: $ 25 Mar 2015; Justin Lecher mgltools-scenario2-1.5.6.ebuild: + sci-chemistry/mgltools-scenario2: Add missing die + + 25 Mar 2015; Justin Lecher 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 24f05cb..9af3c54 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() {