Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/mothur: mothur-1.7.2-r1.ebuild ChangeLog mothur-1.4.1.ebuild mothur-1.7.2.ebuild
Date: Fri, 27 Aug 2010 09:28:52
Message-Id: 20100827092847.AF5BA20051@flycatcher.gentoo.org
1 xarthisius 10/08/27 09:28:47
2
3 Modified: ChangeLog
4 Added: mothur-1.7.2-r1.ebuild
5 Removed: mothur-1.4.1.ebuild mothur-1.7.2.ebuild
6 Log:
7 Respect LDFLAGS wrt bug 334781. Thanks to Diego for the report. Drop old.
8 (Portage version: 2.2_rc67/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.6 sci-biology/mothur/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/mothur/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/mothur/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/mothur/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-biology/mothur/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 6 Feb 2010 13:06:31 -0000 1.5
24 +++ ChangeLog 27 Aug 2010 09:28:47 -0000 1.6
25 @@ -1,6 +1,13 @@
26 # ChangeLog for sci-biology/mothur
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/mothur/ChangeLog,v 1.5 2010/02/06 13:06:31 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/mothur/ChangeLog,v 1.6 2010/08/27 09:28:47 xarthisius Exp $
30 +
31 +*mothur-1.7.2-r1 (27 Aug 2010)
32 +
33 + 27 Aug 2010; Kacper Kowalik <xarthisius@g.o> -mothur-1.4.1.ebuild,
34 + -mothur-1.7.2.ebuild, +mothur-1.7.2-r1.ebuild:
35 + Respect LDFLAGS wrt bug 334781. Thanks to Diego for the report.
36 + Remove old.
37
38 06 Feb 2010; Markos Chandras <hwoarang@g.o> mothur-1.6.0.ebuild:
39 Stable on amd64 wrt bug #298777
40
41
42
43 1.1 sci-biology/mothur/mothur-1.7.2-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/mothur/mothur-1.7.2-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/mothur/mothur-1.7.2-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: mothur-1.7.2-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/sci-biology/mothur/mothur-1.7.2-r1.ebuild,v 1.1 2010/08/27 09:28:47 xarthisius Exp $
53
54 EAPI="2"
55
56 inherit toolchain-funcs
57
58 DESCRIPTION="A suite of algorithms for ecological bioinformatics"
59 HOMEPAGE="http://schloss.micro.umass.edu/wiki/Main_Page"
60 SRC_URI="mirror://gentoo/${P}.zip"
61
62 LICENSE="GPL-3"
63 SLOT="0"
64 IUSE=""
65 KEYWORDS="~amd64 ~x86"
66
67 DEPEND="app-arch/unzip"
68 RDEPEND=""
69
70 S=${WORKDIR}/Mothur.source
71
72 src_compile() {
73 emake CC_OPTIONS="${CXXFLAGS}" CC="$(tc-getCXX)" \
74 LNK_OPTIONS="${LDFLAGS}" || die
75 }
76
77 src_install() {
78 dobin mothur || die
79 }