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 14F34138CC5 for ; Wed, 25 Mar 2015 17:34:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39153E082D; Wed, 25 Mar 2015 17:34:39 +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 CE52BE082D 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 80167340A0B 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 9B13D14865 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: <1427304844.598ee313d2b527c649efe84f32293dd7fe460d4e.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-webservices/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/mgltools-webservices/ChangeLog sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6.ebuild X-VCS-Directories: sci-chemistry/mgltools-webservices/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 598ee313d2b527c649efe84f32293dd7fe460d4e 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: c086a955-8d65-4d41-809a-f5d0b800a71d X-Archives-Hash: af4fee75fd940fec2f7d86001f1936de commit: 598ee313d2b527c649efe84f32293dd7fe460d4e Author: Justin Lecher gentoo org> AuthorDate: Wed Mar 25 17:34:04 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Mar 25 17:34:04 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=598ee313 sci-chemistry/mgltools-webservices: Add missing die Package-Manager: portage-2.2.18 sci-chemistry/mgltools-webservices/ChangeLog | 4 ++++ sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/mgltools-webservices/ChangeLog b/sci-chemistry/mgltools-webservices/ChangeLog index 2ce7e95..fc59a49 100644 --- a/sci-chemistry/mgltools-webservices/ChangeLog +++ b/sci-chemistry/mgltools-webservices/ChangeLog @@ -4,6 +4,10 @@ 25 Mar 2015; Justin Lecher mgltools-webservices-1.5.6.ebuild: + sci-chemistry/mgltools-webservices: Add missing die + + 25 Mar 2015; Justin Lecher + mgltools-webservices-1.5.6.ebuild: sci-chemistry/mgltools-webservices: Drop PYTHON_MODNAME and support for python2_6 diff --git a/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6.ebuild b/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6.ebuild index 1573e6c..a22280d 100644 --- a/sci-chemistry/mgltools-webservices/mgltools-webservices-1.5.6.ebuild +++ b/sci-chemistry/mgltools-webservices/mgltools-webservices-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() {