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 B4B8F138010 for ; Fri, 21 Sep 2012 06:00:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAFB2E04C1; Fri, 21 Sep 2012 06:00:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 983A2E04C1 for ; Fri, 21 Sep 2012 06:00:43 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C941933CCE8 for ; Fri, 21 Sep 2012 06:00:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D4F1AE5445 for ; Fri, 21 Sep 2012 06:00:40 +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: <1348206697.cf8be70f33cff693986238ef6eaedb254396855a.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/ChangeLog sci-chemistry/phenix-bin/phenix-bin-1.8.1069.ebuild X-VCS-Directories: sci-chemistry/phenix-bin/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: cf8be70f33cff693986238ef6eaedb254396855a X-VCS-Branch: master Date: Fri, 21 Sep 2012 06:00:40 +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: 5d0d2def-63bb-41d4-9e67-5100d3ab9716 X-Archives-Hash: 135e83cea2cd09e2c27373b77e22e07b commit: cf8be70f33cff693986238ef6eaedb254396855a Author: Justin Lecher gentoo org> AuthorDate: Fri Sep 21 05:51:37 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Sep 21 05:51:37 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=cf8be70f sci-chemistry/phenix-bin: Not everyone installs on my box (Portage version: 2.2.0_alpha130/git/Linux x86_64, unsigned Manifest commit) --- sci-chemistry/phenix-bin/ChangeLog | 3 +++ .../phenix-bin/phenix-bin-1.8.1069.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/phenix-bin/ChangeLog b/sci-chemistry/phenix-bin/ChangeLog index a783f12..b6139e0 100644 --- a/sci-chemistry/phenix-bin/ChangeLog +++ b/sci-chemistry/phenix-bin/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 21 Sep 2012; Justin Lecher phenix-bin-1.8.1069.ebuild: + Not everyone installs on my box + 20 Sep 2012; Justin Lecher +phenix-bin-1.8.1069.ebuild, +metadata.xml: New Addition diff --git a/sci-chemistry/phenix-bin/phenix-bin-1.8.1069.ebuild b/sci-chemistry/phenix-bin/phenix-bin-1.8.1069.ebuild index 897b55b..e235479 100644 --- a/sci-chemistry/phenix-bin/phenix-bin-1.8.1069.ebuild +++ b/sci-chemistry/phenix-bin/phenix-bin-1.8.1069.ebuild @@ -53,8 +53,8 @@ src_install() { sed \ -e "s:${S}/foo:${EPREFIX}/opt:g" \ -i \ - build-binary/intel-linux-2.6-*/paul/log/*.log \ - build-final/intel-linux-2.6-*/paul/log/*.log \ + build-binary/intel-linux-2.6-*/*/log/*.log \ + build-final/intel-linux-2.6-*/*/log/*.log \ foo/phenix-${MY_PV}/build/intel-linux-2.6-*/*_env \ foo/phenix-${MY_PV}/build/intel-linux-*/*sh \ foo/phenix-${MY_PV}/build/intel-linux-*/bin/* \