From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-786166-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C275A138CC5 for <garchives@archives.gentoo.org>; Wed, 25 Mar 2015 17:34:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E18A4E07F9; Wed, 25 Mar 2015 17:34:31 +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 6B6A8E07F9 for <gentoo-commits@lists.gentoo.org>; Wed, 25 Mar 2015 17:34:31 +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 8AD983409D6 for <gentoo-commits@lists.gentoo.org>; Wed, 25 Mar 2015 17:34:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 161BB1484F for <gentoo-commits@lists.gentoo.org>; Wed, 25 Mar 2015 17:34:27 +0000 (UTC) From: "Justin Lecher" <jlec@gentoo.org> 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" <jlec@gentoo.org> Message-ID: <1427303659.23f9e11aabe801ba3ad33527f89c1af27e42df35.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools-dejavu/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/mgltools-dejavu/ChangeLog sci-chemistry/mgltools-dejavu/mgltools-dejavu-1.5.6-r1.ebuild X-VCS-Directories: sci-chemistry/mgltools-dejavu/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 23f9e11aabe801ba3ad33527f89c1af27e42df35 X-VCS-Branch: master Date: Wed, 25 Mar 2015 17:34:27 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0e166a22-37f6-463b-91e7-b36d9ef1d3ff X-Archives-Hash: 1f0a4771c8a2437b441e976a6ff28833 commit: 23f9e11aabe801ba3ad33527f89c1af27e42df35 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Wed Mar 25 17:14:19 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Wed Mar 25 17:14:19 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=23f9e11a sci-chemistry/mgltools-dejavu: Add missing die Package-Manager: portage-2.2.18 sci-chemistry/mgltools-dejavu/ChangeLog | 3 +++ sci-chemistry/mgltools-dejavu/mgltools-dejavu-1.5.6-r1.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/mgltools-dejavu/ChangeLog b/sci-chemistry/mgltools-dejavu/ChangeLog index 537b933..fac9608 100644 --- a/sci-chemistry/mgltools-dejavu/ChangeLog +++ b/sci-chemistry/mgltools-dejavu/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 25 Mar 2015; Justin Lecher <jlec@gentoo.org> mgltools-dejavu-1.5.6-r1.ebuild: + sci-chemistry/mgltools-dejavu: Add missing die + 25 Mar 2015; Justin Lecher <jlec@gentoo.org> -mgltools-dejavu-1.5.6.ebuild, mgltools-dejavu-1.5.6-r1.ebuild: sci-chemistry/mgltools-dejavu: Drop PYTHON_MODNAME and support for python2_6 diff --git a/sci-chemistry/mgltools-dejavu/mgltools-dejavu-1.5.6-r1.ebuild b/sci-chemistry/mgltools-dejavu/mgltools-dejavu-1.5.6-r1.ebuild index 983afb8..ecb637d 100644 --- a/sci-chemistry/mgltools-dejavu/mgltools-dejavu-1.5.6-r1.ebuild +++ b/sci-chemistry/mgltools-dejavu/mgltools-dejavu-1.5.6-r1.ebuild @@ -32,8 +32,8 @@ DOCS=( DejaVu/RELNOTES ) PATCHES=( "${FILESDIR}"/${P}-pil.patch ) 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() {