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/trinityrnaseq/
Date: Sat,  2 May 2015 16:29:23 +0000 (UTC)	[thread overview]
Message-ID: <1430583277.fa3f2a761a2d68aee8b6ad302b9c0903a69f2d70.mmokrejs@gentoo> (raw)

commit:     fa3f2a761a2d68aee8b6ad302b9c0903a69f2d70
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Sat May  2 16:14:37 2015 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Sat May  2 16:14:37 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=fa3f2a76

sci-biology/trinityrnaseq: added missing quotes

Package-Manager: portage-2.2.18

 sci-biology/trinityrnaseq/ChangeLog                  |  4 ++++
 sci-biology/trinityrnaseq/trinityrnaseq-2.0.6.ebuild | 18 +++++++++---------
 2 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/sci-biology/trinityrnaseq/ChangeLog b/sci-biology/trinityrnaseq/ChangeLog
index 7a31500..f4ce466 100644
--- a/sci-biology/trinityrnaseq/ChangeLog
+++ b/sci-biology/trinityrnaseq/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  02 May 2015; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
+  trinityrnaseq-2.0.6.ebuild:
+  sci-biology/trinityrnaseq: added missing quotes
+
   30 Apr 2015; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
   trinityrnaseq-2.0.6.ebuild:
   sci-biology/trinityrnaseq: added a note and removed broken symlink upon

diff --git a/sci-biology/trinityrnaseq/trinityrnaseq-2.0.6.ebuild b/sci-biology/trinityrnaseq/trinityrnaseq-2.0.6.ebuild
index 2ec2290..6169bfb 100644
--- a/sci-biology/trinityrnaseq/trinityrnaseq-2.0.6.ebuild
+++ b/sci-biology/trinityrnaseq/trinityrnaseq-2.0.6.ebuild
@@ -42,25 +42,25 @@ src_install(){
 	dobin trinity-plugins/fstrozzi-Fastool-7c3e034f05/fastool
 	dodoc trinity-plugins/fstrozzi-Fastool-7c3e034f05/README.md
 	#
-	insinto /usr/share/${PN}/util
+	insinto /usr/share/"${PN}"/util
 	rm -f util/fasta_tool
 	doins -r util/*
 	#
 	dobin Inchworm/bin/*
 	cd Chrysalis
 	dobin MakeDepend checkLock BreakTransByPairs Chrysalis GraphFromFasta IsoformAugment JoinTransByPairs QuantifyGraph ReadsToTranscripts RunButterfly TranscriptomeFromVaryK analysis/ReadsToComponents.pl
-	cd ${S} || die
-	insinto ${VENDOR_LIB}/${PN}
+	cd "${S}" || die
+	insinto "${VENDOR_LIB}/${PN}"
 	doins util/misc/PerlLib/*.pm PerlLib/*.pm
-	insinto ${VENDOR_LIB}/${PN}/KmerGraphLib
+	insinto "${VENDOR_LIB}/${PN}"/KmerGraphLib
 	doins PerlLib/KmerGraphLib/*.pm
-	insinto ${VENDOR_LIB}/${PN}/CDNA
+	insinto "${VENDOR_LIB}/${PN}"/CDNA
 	doins PerlLib/CDNA/*.pm
-	insinto ${VENDOR_LIB}/${PN}/HPC
+	insinto "${VENDOR_LIB}/${PN}"/HPC
 	doins PerlLib/HPC/*.pm
-	insinto ${VENDOR_LIB}/${PN}/Simulate
+	insinto "${VENDOR_LIB}/${PN}"/Simulate
 	doins PerlLib/Simulate/*.pm
-	insinto ${VENDOR_LIB}/${PN}/CanvasXpress
+	insinto "${VENDOR_LIB}/${PN}"/CanvasXpress
 	doins PerlLib/CanvasXpress/*.pm
-	chmod a+rx -R ${ED}/${VENDOR_LIB}/${PN}
+	chmod a+rx -R "${ED}/${VENDOR_LIB}/${PN}"
 }


             reply	other threads:[~2015-05-02 16:29 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-02 16:29 Martin Mokrejs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-01-25 10:20 [gentoo-commits] proj/sci:master commit in: sci-biology/trinityrnaseq/ Andrew Ammerlaan
2021-03-18 18:54 Andrew Ammerlaan
2018-04-21 18:56 Martin Mokrejs
2017-01-10  1:04 Martin Mokrejs
2016-12-07 17:51 Martin Mokrejs
2016-12-01 15:57 Martin Mokrejs
2016-04-11 19:57 Martin Mokrejs
2016-04-11 19:46 Martin Mokrejs
2016-01-05  8:55 Marius Brehler
2016-01-05  8:54 Marius Brehler
2015-12-31 21:22 Martin Mokrejs
2015-06-06 10:23 Justin Lecher
2015-04-30 22:48 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=1430583277.fa3f2a761a2d68aee8b6ad302b9c0903a69f2d70.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