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 5FF83138010 for ; Fri, 21 Sep 2012 08:16:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6256EE0329; Fri, 21 Sep 2012 08:15:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2CC16E0329 for ; Fri, 21 Sep 2012 08:15:52 +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 62D8C33D70D for ; Fri, 21 Sep 2012 08:15:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2177CE5442 for ; Fri, 21 Sep 2012 08:15:50 +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: <1348215341.960df68d288976b75a3b82b4df68a4388ce9312c.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/specView/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/specView/ChangeLog sci-chemistry/specView/specView-1.0.2.ebuild X-VCS-Directories: sci-chemistry/specView/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 960df68d288976b75a3b82b4df68a4388ce9312c X-VCS-Branch: master Date: Fri, 21 Sep 2012 08:15:50 +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: fc9d74fe-af84-4ee3-9a69-fee5324cece8 X-Archives-Hash: bbc3a07717e07d6701a1e0505ba38794 commit: 960df68d288976b75a3b82b4df68a4388ce9312c Author: Justin Lecher gentoo org> AuthorDate: Fri Sep 21 08:15:41 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Sep 21 08:15:41 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=960df68d sci-chemistry/specView: Prefix offset for header dirs (Portage version: 2.2.0_alpha130/git/Linux x86_64, unsigned Manifest commit) --- sci-chemistry/specView/ChangeLog | 3 +++ sci-chemistry/specView/specView-1.0.2.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/sci-chemistry/specView/ChangeLog b/sci-chemistry/specView/ChangeLog index 356cc0b..743d2ff 100644 --- a/sci-chemistry/specView/ChangeLog +++ b/sci-chemistry/specView/ChangeLog @@ -3,6 +3,9 @@ # $Header: $ 21 Sep 2012; Justin Lecher specView-1.0.2.ebuild: + Prefix offset for header dirs + + 21 Sep 2012; Justin Lecher specView-1.0.2.ebuild: Copile py code *specView-1.0.2 (21 Sep 2012) diff --git a/sci-chemistry/specView/specView-1.0.2.ebuild b/sci-chemistry/specView/specView-1.0.2.ebuild index 013353b..5b640fd 100644 --- a/sci-chemistry/specView/specView-1.0.2.ebuild +++ b/sci-chemistry/specView/specView-1.0.2.ebuild @@ -44,7 +44,7 @@ src_prepare() { -e "/^LINK_FLAGS/s:$: ${LDFLAGS}:g" \ -e "/^PYTHON_DIR/s:=.*:= ${EPREFIX}/usr:g" \ -e "/^PYTHON_LIB/s:=.*:= $(python_get_library -l):g" \ - -e "/^PYTHON_INCLUDE_FLAGS/s:=.*:= -I$(python_get_includedir) -I$(python_get_sitedir)/numpy/core/include/numpy:g" \ + -e "/^PYTHON_INCLUDE_FLAGS/s:=.*:= -I${EPREFIX}$(python_get_includedir) -I${EPREFIX}$(python_get_sitedir)/numpy/core/include/numpy:g" \ -e "/^PYTHON_LIB_FLAGS/s:=.*:= -L${EPREFIX}/usr/$(get_libdir):g" \ -e "/^SHARED_FLAGS/s:=.*:= -shared:g" \ -e "/^GL_DIR/s:=.*:= ${EPREFIX}/usr/$(get_libdir):g" \