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 8CBB31381F4 for ; Fri, 19 Jul 2013 12:59:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3C80E0A88; Fri, 19 Jul 2013 12:59:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2512AE0804 for ; Fri, 19 Jul 2013 12:59:45 +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 09FAB33E928 for ; Fri, 19 Jul 2013 12:59:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9E4DFE5461 for ; Fri, 19 Jul 2013 12:59:42 +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: <1374238537.5b546d05fcf5bd83acc8436b49d1f05f3988089c.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: 5b546d05fcf5bd83acc8436b49d1f05f3988089c X-VCS-Branch: master Date: Fri, 19 Jul 2013 12:59:42 +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: 364eda06-15a3-4ad2-b6a3-cf51a4e27ac3 X-Archives-Hash: 1acc303f06de2fede971b792ba0fbc00 commit: 5b546d05fcf5bd83acc8436b49d1f05f3988089c Author: Justin Lecher gentoo org> AuthorDate: Fri Jul 19 12:55:37 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Jul 19 12:55:37 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5b546d05 sci-chemistry/specView: Prefix love Package-Manager: portage-2.2.0_alpha188 --- sci-chemistry/specView/ChangeLog | 3 +++ sci-chemistry/specView/specView-1.0.2.ebuild | 16 ++++++++-------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/sci-chemistry/specView/ChangeLog b/sci-chemistry/specView/ChangeLog index b6fe2af..57ed032 100644 --- a/sci-chemistry/specView/ChangeLog +++ b/sci-chemistry/specView/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 19 Jul 2013; Justin Lecher specView-1.0.2.ebuild: + Prefix love + 16 Jun 2013; Justin Lecher specView-1.0.2.ebuild: Bump to EAPI=5 and python-single-r1.eclass diff --git a/sci-chemistry/specView/specView-1.0.2.ebuild b/sci-chemistry/specView/specView-1.0.2.ebuild index a0a5bac..a225d34 100644 --- a/sci-chemistry/specView/specView-1.0.2.ebuild +++ b/sci-chemistry/specView/specView-1.0.2.ebuild @@ -32,19 +32,19 @@ S="${WORKDIR}"/ccpnmr/ccpnmr3.0/ src_prepare() { sed \ - -e "s|/usr|"${EPREFIX}"/usr|g" \ + -e "s|/usr|\"${EPREFIX}/usr\"|g" \ -e "s|^\(CC =\).*|\1 $(tc-getCC)|g" \ -e '/^MALLOC_FLAG/s:^:#:g' \ -e "/^OPT_FLAG/s:=.*$:= ${CFLAGS}:g" \ -e "/^LINK_FLAGS/s:$: ${LDFLAGS}:g" \ - -e "/^PYTHON_DIR/s:=.*:= "${EPREFIX}"/usr:g" \ + -e "/^PYTHON_DIR/s:=.*:= \"${EPREFIX}/usr\":g" \ -e "/^PYTHON_LIB/s:=.*:= $(python_get_LIBS):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 "/^PYTHON_INCLUDE_FLAGS/s:=.*:= -I\"$(python_get_includedir)\" -I\"$(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" \ - -e "/^GL_INCLUDE_FLAGS/s:=.*:= -I"${EPREFIX}"/usr/include:g" \ - -e "/^GL_LIB_FLAGS/s:=.*:= -L"${EPREFIX}"/usr/$(get_libdir):g" \ + -e "/^GL_DIR/s:=.*:= \"${EPREFIX}/usr/$(get_libdir)\":g" \ + -e "/^GL_INCLUDE_FLAGS/s:=.*:= -I\"${EPREFIX}/usr/include\":g" \ + -e "/^GL_LIB_FLAGS/s:=.*:= -L\"${EPREFIX}/usr/$(get_libdir)\":g" \ cNg/environment_default.txt > cNg/environment.txt || die echo "SHARED_LINK_PARM = ${LDFLAGS}" >> cNg/environment.txt || die @@ -72,7 +72,7 @@ src_install() { -e "s|gentootk|${EPREFIX}/usr/${libdir}/tk${tkver}|g" \ -e "s|gentootcl|${EPREFIX}/usr/${libdir}/tclk${tkver}|g" \ -e "s|gentoopython|${PYTHON}|g" \ - -e "s|gentoousr|${EPREFIX}/usr|g" \ + -e "s|gentoousr|\"${EPREFIX}/usr\"|g" \ -e "s|//|/|g" \ "${FILESDIR}"/${PN} > "${ED}"/usr/bin/${PN} || die fperms 755 /usr/bin/${PN}