Gentoo Archives: gentoo-commits

From: Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/SPAdes/
Date: Sun, 29 Jan 2017 18:13:34
Message-Id: 1485713603.8d6ea3fcf39703a49e09ad80d65f25988d54c17a.mmokrejs@gentoo
1 commit: 8d6ea3fcf39703a49e09ad80d65f25988d54c17a
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Sun Jan 29 18:13:23 2017 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Sun Jan 29 18:13:23 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8d6ea3fc
7
8 sci-biology/SPAdes: install more HTML documentation
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sci-biology/SPAdes/SPAdes-3.9.1.ebuild | 7 +++++--
13 1 file changed, 5 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-biology/SPAdes/SPAdes-3.9.1.ebuild b/sci-biology/SPAdes/SPAdes-3.9.1.ebuild
16 index 1a5a5d5..5c8b66f 100644
17 --- a/sci-biology/SPAdes/SPAdes-3.9.1.ebuild
18 +++ b/sci-biology/SPAdes/SPAdes-3.9.1.ebuild
19 @@ -12,7 +12,10 @@ DESCRIPTION="De novo de Bruijn genome assembler (bacteria to fungi) or uneven co
20 HOMEPAGE="http://bioinf.spbau.ru/en/spades"
21 SRC_URI="
22 http://spades.bioinf.spbau.ru/release${PV}/SPAdes-${PV}.tar.gz
23 - http://spades.bioinf.spbau.ru/release${PV}/manual.html -> ${P}_manual.html"
24 + http://spades.bioinf.spbau.ru/release${PV}/manual.html -> ${P}_manual.html
25 + http://spades.bioinf.spbau.ru/release3.9.1/dipspades_manual.html -> ${P}_dipspades_manual.html
26 + http://spades.bioinf.spbau.ru/release3.9.1/rnaspades_manual.html -> ${P}_rnaspades_manual.html
27 + http://spades.bioinf.spbau.ru/release3.9.1/truspades_manual.html -> ${P}_truspades_manual.html"
28
29 LICENSE="GPL-2"
30 SLOT="0"
31 @@ -45,5 +48,5 @@ pkg_pretend() {
32 src_install(){
33 PREFIX="${ED}"/usr ./spades_compile.sh || die
34 insinto /usr/share/"${PN}"
35 - dodoc "${DISTDIR}"/manual.html
36 + dodoc "${DISTDIR}"/${P}_*manual.html
37 }