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 B5C8C138CC5 for ; Wed, 25 Mar 2015 17:34:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A899AE0825; Wed, 25 Mar 2015 17:34:38 +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 0D9FFE0828 for ; Wed, 25 Mar 2015 17:34:38 +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 3DAEA340A26 for ; Wed, 25 Mar 2015 17:34:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67AFF14862 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: <1427304746.c396e63953a72c14efe2a98ea2ecdefc4ce930a3.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-vision/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/mgltools-vision/ChangeLog sci-chemistry/mgltools-vision/mgltools-vision-1.5.6.ebuild X-VCS-Directories: sci-chemistry/mgltools-vision/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c396e63953a72c14efe2a98ea2ecdefc4ce930a3 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: aca2a3ce-253a-4e28-8306-09231b4eea4a X-Archives-Hash: fa31383cf2fd1445e65f03432bdb469a commit: c396e63953a72c14efe2a98ea2ecdefc4ce930a3 Author: Justin Lecher gentoo org> AuthorDate: Wed Mar 25 17:32:26 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Mar 25 17:32:26 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c396e639 sci-chemistry/mgltools-vision: Add missing die Package-Manager: portage-2.2.18 sci-chemistry/mgltools-vision/ChangeLog | 3 +++ sci-chemistry/mgltools-vision/mgltools-vision-1.5.6.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/mgltools-vision/ChangeLog b/sci-chemistry/mgltools-vision/ChangeLog index d74f99a..193cea8 100644 --- a/sci-chemistry/mgltools-vision/ChangeLog +++ b/sci-chemistry/mgltools-vision/ChangeLog @@ -3,6 +3,9 @@ # $Header: $ 25 Mar 2015; Justin Lecher mgltools-vision-1.5.6.ebuild: + sci-chemistry/mgltools-vision: Add missing die + + 25 Mar 2015; Justin Lecher mgltools-vision-1.5.6.ebuild: sci-chemistry/mgltools-vision: Drop PYTHON_MODNAME and support for python2_6 10 Jun 2013; Justin Lecher diff --git a/sci-chemistry/mgltools-vision/mgltools-vision-1.5.6.ebuild b/sci-chemistry/mgltools-vision/mgltools-vision-1.5.6.ebuild index c2fe890..d4530f8 100644 --- a/sci-chemistry/mgltools-vision/mgltools-vision-1.5.6.ebuild +++ b/sci-chemistry/mgltools-vision/mgltools-vision-1.5.6.ebuild @@ -29,8 +29,8 @@ S="${WORKDIR}"/${MY_P} DOCS=( Vision/FAQ.txt ) 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() {