public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Francois Bissey" <f.r.bissey@massey.ac.nz>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/fsl/
Date: Mon, 20 Apr 2015 01:11:36 +0000 (UTC)	[thread overview]
Message-ID: <1427578260.894067c2f8dd681a3a1a7219ee90f70cdf4e0f33.fbissey@gentoo> (raw)

commit:     894067c2f8dd681a3a1a7219ee90f70cdf4e0f33
Author:     Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Sat Mar 28 21:31:00 2015 +0000
Commit:     Francois Bissey <f.r.bissey <AT> massey <DOT> ac <DOT> nz>
CommitDate: Sat Mar 28 21:31:00 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=894067c2

ported changes from 5.0.6 regarding FSLDIR

Package-Manager: portage-2.2.18

 sci-biology/fsl/ChangeLog        |  3 +++
 sci-biology/fsl/fsl-5.0.8.ebuild | 14 +++++++++++++-
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/sci-biology/fsl/ChangeLog b/sci-biology/fsl/ChangeLog
index 19478e2..e6857b2 100644
--- a/sci-biology/fsl/ChangeLog
+++ b/sci-biology/fsl/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  28 Mar 2015;  <chymera@gentoo.org> fsl-5.0.8.ebuild:
+  ported changes from 5.0.6 regarding FSLDIR
+
   28 Mar 2015;  <chymera@gentoo.org> files/fsl-5.0.4-headers.patch:
   hunk implemented by upstream
 

diff --git a/sci-biology/fsl/fsl-5.0.8.ebuild b/sci-biology/fsl/fsl-5.0.8.ebuild
index e185863..c2f8a10 100644
--- a/sci-biology/fsl/fsl-5.0.8.ebuild
+++ b/sci-biology/fsl/fsl-5.0.8.ebuild
@@ -83,6 +83,8 @@ src_prepare(){
 
 	sed -i "s:\'\${FSLDIR}\'/doc:${EPREFIX}/usr/share/fsl/doc:g" \
 		$(grep -rl "\'\${FSLDIR}\'/doc" src/*)
+
+	sed -i -e "s:\$FSLDIR/etc:/etc:g" `grep -rlI \$FSLDIR/etc *`
 }
 
 src_compile() {
@@ -98,6 +100,12 @@ src_compile() {
 }
 
 src_install() {
+	sed -i "s:\${FSLDIR}/tcl:/usr/libexec/fsl:g" \
+		$(grep -lI "\${FSLDIR}/tcl" bin/*) \
+		$(grep -l "\${FSLDIR}/tcl"  tcl/*)
+	sed -i "s:\$FSLDIR/tcl:/usr/libexec/fsl:g" \
+		$(grep -l "\$FSLDIR/tcl" tcl/*)
+
 	exeinto /usr/bin
 	doexe bin/*
 
@@ -105,9 +113,13 @@ src_install() {
 	doins -r doc data refdoc
 
 	insinto /usr/libexec/fsl
-	doins -r tcl
+	doins -r tcl/*
+
+	insinto /etc/fslconf
+	doins etc/fslconf/fsl.sh
 
 	insinto /etc
+	doins etc/fslversion
 	doins -r etc/default_flobs.flobs etc/flirtsch etc/js etc/luts
 	#if use matlab; then
 	#	doins etc/matlab


             reply	other threads:[~2015-04-20  1:12 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-20  1:11 Francois Bissey [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-29 21:15 [gentoo-commits] proj/sci:master commit in: sci-biology/fsl/ Horea Christian
2022-05-02 12:22 Andrew Ammerlaan
2022-01-15 15:59 Andrew Ammerlaan
2022-01-14 20:36 Andrew Ammerlaan
2021-06-01  9:24 Andrew Ammerlaan
2017-11-18 19:49 Justin Lecher
2016-04-13 10:47 Marius Brehler
2015-11-24  2:03 Christoph Junghans
2015-11-17 15:46 Justin Lecher
2015-11-05 15:14 Marius Brehler
2015-09-21 17:44 Justin Lecher
2015-04-20  1:11 Francois Bissey
2015-04-20  1:11 Francois Bissey
2015-04-20  1:11 Francois Bissey
2015-04-20  1:11 Francois Bissey
2015-04-20  1:11 Francois Bissey
2015-04-20  1:11 Francois Bissey
2015-04-20  1:11 Francois Bissey
2015-04-20  1:11 Francois Bissey
2015-04-20  1:11 Francois Bissey
2015-04-20  1:11 Francois Bissey
2015-04-20  1:11 Francois Bissey
2015-04-20  1:11 Francois Bissey
2015-04-20  1:11 Francois Bissey
2015-04-20  1:11 Francois Bissey
2015-04-20  1:11 Francois Bissey

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=1427578260.894067c2f8dd681a3a1a7219ee90f70cdf4e0f33.fbissey@gentoo \
    --to=f.r.bissey@massey.ac.nz \
    --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