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 1119A138448 for ; Wed, 9 Sep 2015 08:11:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA0F2E087F; Wed, 9 Sep 2015 08:11:33 +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 67E31E087F for ; Wed, 9 Sep 2015 08:11:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 451A73409C7 for ; Wed, 9 Sep 2015 08:11:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EB96190 for ; Wed, 9 Sep 2015 08:11:30 +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: <1441785701.14d849851ea431ae63d52f29fe604675f66a4ca7.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/phenix-bin/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/phenix-bin/phenix-bin-1.10.2155.ebuild X-VCS-Directories: sci-chemistry/phenix-bin/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 14d849851ea431ae63d52f29fe604675f66a4ca7 X-VCS-Branch: master Date: Wed, 9 Sep 2015 08:11:30 +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: 1d9599ad-3965-42c8-9a5d-544e95e3783f X-Archives-Hash: 17a9fa925b12dbf82d840514659520d4 commit: 14d849851ea431ae63d52f29fe604675f66a4ca7 Author: Justin Lecher gentoo org> AuthorDate: Wed Sep 9 08:01:41 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Sep 9 08:01:41 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=14d84985 sci-chemistry/phenix-bin: Fix path correction Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> sci-chemistry/phenix-bin/phenix-bin-1.10.2155.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/phenix-bin/phenix-bin-1.10.2155.ebuild b/sci-chemistry/phenix-bin/phenix-bin-1.10.2155.ebuild index 9b5e811..90c185e 100644 --- a/sci-chemistry/phenix-bin/phenix-bin-1.10.2155.ebuild +++ b/sci-chemistry/phenix-bin/phenix-bin-1.10.2155.ebuild @@ -70,7 +70,7 @@ RESTRICT="fetch" QA_PREBUILT="opt/phenix-${MY_PV}/.*" -S="${WORKDIR}"/${MY_P}-intel-linux-2.6-x86_64-centos6/ +S="${WORKDIR}"/${MY_P}-intel-linux-2.6-x86_64-centos6 pkg_nofetch() { elog "Please visit" @@ -94,6 +94,7 @@ src_compile() { } src_install() { + find "${S}/foo" -type f -name "*.pyc" -delete || die sed \ -e "s:${S}/foo:${EPREFIX}/opt:g" \ -i \ @@ -103,7 +104,6 @@ src_install() { foo/phenix-${MY_PV}/base/etc/{gtk*,pango}/* \ foo/phenix-${MY_PV}/phenix_env* \ || die - dodir /opt mv "${S}/foo/phenix-${MY_PV}" "${ED}/opt/" || die