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/wcd/
Date: Wed, 02 Dec 2015 23:48:13
Message-Id: 1449100040.5322770db7dd1062b01b9401aafdb5f98c32f3be.mmokrejs@gentoo
1 commit: 5322770db7dd1062b01b9401aafdb5f98c32f3be
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Wed Dec 2 23:47:20 2015 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Wed Dec 2 23:47:20 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5322770d
7
8 sci-biology/wcd: also install some documentation, albeit probably old
9
10 Package-Manager: portage-2.2.26
11
12 sci-biology/wcd/ChangeLog | 3 +++
13 sci-biology/wcd/wcd-0.6.3.ebuild | 5 ++++-
14 2 files changed, 7 insertions(+), 1 deletion(-)
15
16 diff --git a/sci-biology/wcd/ChangeLog b/sci-biology/wcd/ChangeLog
17 index 761945d..5d9d88f 100644
18 --- a/sci-biology/wcd/ChangeLog
19 +++ b/sci-biology/wcd/ChangeLog
20 @@ -2,6 +2,9 @@
21 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
22 # $Id$
23
24 + 02 Dec 2015; Martin Mokrejs <mmokrejs@×××××××××××××××.cz> wcd-0.6.3.ebuild:
25 + sci-biology/wcd: also install some documentation, albeit probably old
26 +
27 02 Dec 2015; Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
28 +files/wcd-0.6.3-impl-decl.patch, +files/wcd-0.6.3-ldflags.patch,
29 -files/wcd-0.6.0-impl-decl.patch, -files/wcd-0.6.0-ldflags.patch:
30
31 diff --git a/sci-biology/wcd/wcd-0.6.3.ebuild b/sci-biology/wcd/wcd-0.6.3.ebuild
32 index 2910efe..98850ed 100644
33 --- a/sci-biology/wcd/wcd-0.6.3.ebuild
34 +++ b/sci-biology/wcd/wcd-0.6.3.ebuild
35 @@ -10,7 +10,9 @@ inherit autotools-utils flag-o-matic multilib
36
37 DESCRIPTION="EST sequence clustering by either of: d2 function, edit distance, common word heuristics"
38 HOMEPAGE="http://code.google.com/p/wcdest/"
39 -SRC_URI="http://wcdest.googlecode.com/files/wcd-express-${PV}.tar.gz -> ${P}.tar.gz"
40 +SRC_URI="http://wcdest.googlecode.com/files/wcd-express-${PV}.tar.gz -> ${P}.tar.gz
41 + http://www.bioinf.wits.ac.za/~scott/wcd.html
42 + http://www.bioinf.wits.ac.za/~scott/wcd.pdf"
43
44 S="${WORKDIR}"/wcd-express-"${PV}"
45
46 @@ -44,6 +46,7 @@ src_compile() {
47 src_install() {
48 use doc && HTML_DOCS=( doc/wcd.html doc/wcd.pdf doc/wcd.texi )
49 autotools-utils_src_install PREFIX=/usr LIBDIR="${D}"usr/$(get_libdir)
50 + dodoc "${DISTDIR}"/wcd.*
51 }
52
53 # consider providing the EMBOSS wrapper for wcd