Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 295199
Collapse All | Expand All

(-)fasttree-2.0.1.ebuild.orig (+6 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/sci-biology/fasttree/fasttree-2.0.1.ebuild,v 1.1 2009/09/10 23:14:22 weaver Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sci-biology/fasttree/fasttree-2.0.1.ebuild,v 1.1 2009/09/10 23:14:22 weaver Exp $
4
4
5
inherit eutils
6
5
EAPI="2"
7
EAPI="2"
6
8
7
DESCRIPTION="Fast inference of approximately-maximum-likelihood phylogenetic trees"
9
DESCRIPTION="Fast inference of approximately-maximum-likelihood phylogenetic trees"
Lines 17-22 Link Here
17
DEPEND=""
19
DEPEND=""
18
RDEPEND=""
20
RDEPEND=""
19
21
22
src_prepare() {
23
	epatch "${FILESDIR}/${P}-as-needed.patch"
24
}
25
20
src_install() {
26
src_install() {
21
	dobin FastTree FastTreeUPGMA || die
27
	dobin FastTree FastTreeUPGMA || die
22
	insinto /usr/share/${PN}
28
	insinto /usr/share/${PN}

Return to bug 295199