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 2DFA1138CC5 for ; Wed, 25 Mar 2015 17:34:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0572E0838; Wed, 25 Mar 2015 17:34:43 +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 596E5E0838 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 7D287340A3C 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 8A04C14864 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: <1427304830.48789a0b9fe97ad0dc3620e21c06db0bd38eb36b.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-volume/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/mgltools-volume/ChangeLog sci-chemistry/mgltools-volume/mgltools-volume-1.5.6.ebuild X-VCS-Directories: sci-chemistry/mgltools-volume/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 48789a0b9fe97ad0dc3620e21c06db0bd38eb36b 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: e52a5119-a2e6-4d0d-a246-303148e4eb0f X-Archives-Hash: ab8d431792b5d3ce79e6eafd65b4691e commit: 48789a0b9fe97ad0dc3620e21c06db0bd38eb36b Author: Justin Lecher gentoo org> AuthorDate: Wed Mar 25 17:33:50 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Mar 25 17:33:50 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=48789a0b sci-chemistry/mgltools-volume: Add missing die Package-Manager: portage-2.2.18 sci-chemistry/mgltools-volume/ChangeLog | 3 +++ sci-chemistry/mgltools-volume/mgltools-volume-1.5.6.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/mgltools-volume/ChangeLog b/sci-chemistry/mgltools-volume/ChangeLog index 8673019..570ec69 100644 --- a/sci-chemistry/mgltools-volume/ChangeLog +++ b/sci-chemistry/mgltools-volume/ChangeLog @@ -3,6 +3,9 @@ # $Header: $ 25 Mar 2015; Justin Lecher mgltools-volume-1.5.6.ebuild: + sci-chemistry/mgltools-volume: Add missing die + + 25 Mar 2015; Justin Lecher mgltools-volume-1.5.6.ebuild: sci-chemistry/mgltools-volume: Drop PYTHON_MODNAME and support for python2_6 10 Jun 2013; Justin Lecher diff --git a/sci-chemistry/mgltools-volume/mgltools-volume-1.5.6.ebuild b/sci-chemistry/mgltools-volume/mgltools-volume-1.5.6.ebuild index 2ce748d..24f55de 100644 --- a/sci-chemistry/mgltools-volume/mgltools-volume-1.5.6.ebuild +++ b/sci-chemistry/mgltools-volume/mgltools-volume-1.5.6.ebuild @@ -29,8 +29,8 @@ S="${WORKDIR}"/${MY_P} DOCS=( Volume/RELNOTES Volume/README Volume/TODO ) 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() {