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: mothur-1.6.0.ebuild ChangeLog
Date: Sat, 31 Oct 2009 22:10:07
Message-Id: E1N4M96-0006Uq-Rs@stork.gentoo.org
1 weaver 09/10/31 22:10:04
2
3 Modified: ChangeLog
4 Added: mothur-1.6.0.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc30/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sci-biology/mothur/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/mothur/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/mothur/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/mothur/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-biology/mothur/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 7 Jul 2009 18:09:18 -0000 1.1
23 +++ ChangeLog 31 Oct 2009 22:10:04 -0000 1.2
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.1 2009/07/07 18:09:18 weaver Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/mothur/ChangeLog,v 1.2 2009/10/31 22:10:04 weaver Exp $
29 +
30 +*mothur-1.6.0 (31 Oct 2009)
31 +
32 + 31 Oct 2009; Andrey Kislyuk <weaver@g.o> +mothur-1.6.0.ebuild:
33 + Version bump
34
35 *mothur-1.4.1 (07 Jul 2009)
36
37
38
39
40 1.1 sci-biology/mothur/mothur-1.6.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/mothur/mothur-1.6.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/mothur/mothur-1.6.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: mothur-1.6.0.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.6.0.ebuild,v 1.1 2009/10/31 22:10:04 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-v.${PV}"
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 }