public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Martin Mokrejs" <mmokrejs@fold.natur.cuni.cz>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/repeatmasker/
Date: Tue, 31 Jan 2017 17:16:11 +0000 (UTC)	[thread overview]
Message-ID: <1485882960.2ad8d135f344e32e7f1627bb293b776b36db9b80.mmokrejs@gentoo> (raw)

commit:     2ad8d135f344e32e7f1627bb293b776b36db9b80
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Tue Jan 31 17:16:00 2017 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Tue Jan 31 17:16:00 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=2ad8d135

sci-biology/repeatmasker: respect EPREFIX

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild b/sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild
index e0ad294..221c562 100644
--- a/sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild
+++ b/sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild
@@ -49,20 +49,20 @@ src_configure() {
 	echo "
 env
 \"${S}\"
-/opt/bin
+"${EPREFIX}"/opt/bin
 1
-/usr/bin
+"${EPREFIX}"/usr/bin
 Y
 2
-/usr/bin
+"${EPREFIX}"/usr/bin
 Y
 4
-/usr/bin
+"${EPREFIX}"/usr/bin
 Y
 5" | "${S}/configure" || die "configure failed"
-	sed -i -e 's|use lib $FindBin::RealBin;|use lib "/usr/share/'${PN}'/lib";|' \
-		-e 's|".*\(taxonomy.dat\)"|"/usr/share/'${PN}'/Libraries/\1"|' \
-		-e '/$REPEATMASKER_DIR/ s|$FindBin::RealBin|/usr/share/'${PN}'|' \
+	sed -i -e "s|use lib $FindBin::RealBin;|use lib ${EPREFIX}/usr/share/${PN}/lib;|" \
+		-e "s|.*\(taxonomy.dat\)|${EPREFIX}/usr/share/${PN}/Libraries/\1|" \
+		-e "/$REPEATMASKER_DIR/ s|$FindBin::RealBin|${EPREFIX}/usr/share/${PN}|" \
 		"${S}"/{DateRepeats,ProcessRepeats,RepeatMasker,DupMasker,RepeatProteinMask,RepeatMaskerConfig.pm,Taxonomy.pm} || die
 }
 # configure failed to 'cp RepeatMaskerConfig.tmpl RepeatMaskerConfig.pm'
@@ -97,7 +97,7 @@ pkg_postinst(){
 	einfo "from Dfam-1.0 database www.dfam.org"
 	einfo "You can configure which search search engine is to be used and"
 	einfo "PATHs to the search binaries are defined in"
-	einfo "/usr/share/${PN}/lib/RepeatMaskerConfig.pm"
+	einfo "${EPREFIX}/usr/share/${PN}/lib/RepeatMaskerConfig.pm"
 	einfo "Supported search engines are:"
 	optfeature "cross_match" sci-biology/phrap
 	optfeature "rmblast" sci-biology/rmblast


             reply	other threads:[~2017-01-31 17:16 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-31 17:16 Martin Mokrejs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-11-30 15:42 [gentoo-commits] proj/sci:master commit in: sci-biology/repeatmasker/ Martin Mokrejs
2017-11-18 19:49 Justin Lecher
2017-01-31 18:10 Martin Mokrejs
2017-01-31 18:04 Martin Mokrejs
2017-01-31 17:32 Martin Mokrejs
2017-01-31 17:19 Martin Mokrejs
2017-01-31 17:09 Martin Mokrejs
2017-01-31 16:47 Martin Mokrejs
2017-01-29 11:59 Justin Lecher
2017-01-10  1:03 Martin Mokrejs
2016-04-12 16:03 Martin Mokrejs
2015-12-06 19:49 Martin Mokrejs
2015-12-06 19:37 Martin Mokrejs
2015-11-24 19:35 Martin Mokrejs

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=1485882960.2ad8d135f344e32e7f1627bb293b776b36db9b80.mmokrejs@gentoo \
    --to=mmokrejs@fold.natur.cuni.cz \
    --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