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 310E8138010 for ; Fri, 21 Sep 2012 06:01:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C79ABE0369; 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 8A9CAE0369 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 E84D233D5EB 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 28F6EE5449 for ; Fri, 21 Sep 2012 06:00:41 +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: <1348206835.cf46a7fd0324f1a5416c0fad384c371ab2a3a0ab.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: cf46a7fd0324f1a5416c0fad384c371ab2a3a0ab X-VCS-Branch: master Date: Fri, 21 Sep 2012 06:00:41 +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: 0904f352-efbe-43b4-bf3c-d8aa31367aa8 X-Archives-Hash: 53d1191a4d322c292ee9b3146d50cbfd commit: cf46a7fd0324f1a5416c0fad384c371ab2a3a0ab Author: Justin Lecher gentoo org> AuthorDate: Fri Sep 21 05:53:55 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Sep 21 05:53:55 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=cf46a7fd sci-chemistry/phenix-bin: Don't double prefix (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 b6139e0..063fad4 100644 --- a/sci-chemistry/phenix-bin/ChangeLog +++ b/sci-chemistry/phenix-bin/ChangeLog @@ -3,6 +3,9 @@ # $Header: $ 21 Sep 2012; Justin Lecher phenix-bin-1.8.1069.ebuild: + Don't double prefix + + 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, 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 e235479..c2aed71 100644 --- a/sci-chemistry/phenix-bin/phenix-bin-1.8.1069.ebuild +++ b/sci-chemistry/phenix-bin/phenix-bin-1.8.1069.ebuild @@ -75,9 +75,9 @@ src_install() { } pkg_postinst() { - python_mod_optimize "${EPREFIX}/opt/phenix-${MY_PV}" + python_mod_optimize "/opt/phenix-${MY_PV}" } pkg_postrm() { - python_mod_cleanup "${EPREFIX}/opt/phenix-${MY_PV}" + python_mod_cleanup "/opt/phenix-${MY_PV}" }