Gentoo Archives: gentoo-commits

From: "Andrey Kislyuk (weaver)" <weaver@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/mothur: ChangeLog mothur-1.7.2.ebuild
Date: Wed, 30 Dec 2009 03:20:25
Message-Id: E1NPp6f-0002mT-1U@stork.gentoo.org
1 weaver 09/12/30 03:20:17
2
3 Modified: ChangeLog
4 Added: mothur-1.7.2.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc30/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 sci-biology/mothur/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/mothur/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/mothur/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/mothur/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-biology/mothur/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 29 Dec 2009 21:14:45 -0000 1.3
23 +++ ChangeLog 30 Dec 2009 03:20:16 -0000 1.4
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sci-biology/mothur
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/mothur/ChangeLog,v 1.3 2009/12/29 21:14:45 fauli Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/mothur/ChangeLog,v 1.4 2009/12/30 03:20:16 weaver Exp $
29 +
30 +*mothur-1.7.2 (29 Dec 2009)
31 +
32 + 29 Dec 2009; Andrey Kislyuk <weaver@g.o> +mothur-1.7.2.ebuild:
33 + Version bump
34
35 29 Dec 2009; Christian Faulhammer <fauli@g.o> mothur-1.6.0.ebuild:
36 stable x86, bug 298777
37
38
39
40 1.1 sci-biology/mothur/mothur-1.7.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/mothur/mothur-1.7.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/mothur/mothur-1.7.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: mothur-1.7.2.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/sci-biology/mothur/mothur-1.7.2.ebuild,v 1.1 2009/12/30 03:20:16 weaver Exp $
50
51 EAPI="2"
52
53 inherit toolchain-funcs
54
55 DESCRIPTION="A suite of algorithms for ecological bioinformatics"
56 HOMEPAGE="http://schloss.micro.umass.edu/wiki/Main_Page"
57 SRC_URI="mirror://gentoo/${P}.zip"
58
59 LICENSE="GPL-3"
60 SLOT="0"
61 IUSE=""
62 KEYWORDS="~amd64 ~x86"
63
64 DEPEND="app-arch/unzip"
65 RDEPEND=""
66
67 S="${WORKDIR}/Mothur.source"
68
69 src_prepare() {
70 sed -i -e 's/CC_OPTIONS =/CC_OPTIONS = ${CXXFLAGS} /' \
71 -e 's|CC = g++|CC = '$(tc-getCXX)'|' "${S}/makefile" || die
72 }
73
74 src_install() {
75 dobin mothur || die
76 }