public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/specView/
Date: Fri, 19 Jul 2013 12:59:42 +0000 (UTC)	[thread overview]
Message-ID: <1374238537.5b546d05fcf5bd83acc8436b49d1f05f3988089c.jlec@gentoo> (raw)

commit:     5b546d05fcf5bd83acc8436b49d1f05f3988089c
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 19 12:55:37 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec@gentoo.org> specView-1.0.2.ebuild:
+  Prefix love
+
   16 Jun 2013; Justin Lecher <jlec@gentoo.org> 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}


             reply	other threads:[~2013-07-19 12:59 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-19 12:59 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-04-25 14:32 [gentoo-commits] proj/sci:master commit in: sci-chemistry/specView/ Justin Lecher
2014-03-26  7:59 Justin Lecher
2014-01-08 11:20 Justin Lecher
2013-08-12 21:27 Sebastien Fabbro
2013-07-22 13:14 Justin Lecher
2013-07-19 14:27 Justin Lecher
2013-06-16 15:53 Justin Lecher
2013-03-03 17:52 Justin Lecher
2012-09-21  9:48 Justin Lecher
2012-09-21  8:15 Justin Lecher
2012-09-21  8:13 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1374238537.5b546d05fcf5bd83acc8436b49d1f05f3988089c.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox