summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Kislyuk <weaver@gentoo.org>2009-10-31 22:10:04 +0000
committerAndrey Kislyuk <weaver@gentoo.org>2009-10-31 22:10:04 +0000
commit6246e663f6ad53fb630db8a4ba52b8388aa8dc1d (patch)
tree28bb943566d711c39a3c64778b049dff1c478d61 /sci-biology
parentVersion bump (diff)
downloadgentoo-2-6246e663f6ad53fb630db8a4ba52b8388aa8dc1d.tar.gz
gentoo-2-6246e663f6ad53fb630db8a4ba52b8388aa8dc1d.tar.bz2
gentoo-2-6246e663f6ad53fb630db8a4ba52b8388aa8dc1d.zip
Version bump
(Portage version: 2.2_rc30/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/mothur/ChangeLog7
-rw-r--r--sci-biology/mothur/mothur-1.6.0.ebuild30
2 files changed, 36 insertions, 1 deletions
diff --git a/sci-biology/mothur/ChangeLog b/sci-biology/mothur/ChangeLog
index c46004cbeb63..f34b9bdc3cb3 100644
--- a/sci-biology/mothur/ChangeLog
+++ b/sci-biology/mothur/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-biology/mothur
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/mothur/ChangeLog,v 1.1 2009/07/07 18:09:18 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/mothur/ChangeLog,v 1.2 2009/10/31 22:10:04 weaver Exp $
+
+*mothur-1.6.0 (31 Oct 2009)
+
+ 31 Oct 2009; Andrey Kislyuk <weaver@gentoo.org> +mothur-1.6.0.ebuild:
+ Version bump
*mothur-1.4.1 (07 Jul 2009)
diff --git a/sci-biology/mothur/mothur-1.6.0.ebuild b/sci-biology/mothur/mothur-1.6.0.ebuild
new file mode 100644
index 000000000000..2d37e7401e47
--- /dev/null
+++ b/sci-biology/mothur/mothur-1.6.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/mothur/mothur-1.6.0.ebuild,v 1.1 2009/10/31 22:10:04 weaver Exp $
+
+EAPI="2"
+
+inherit toolchain-funcs
+
+DESCRIPTION="A suite of algorithms for ecological bioinformatics"
+HOMEPAGE="http://schloss.micro.umass.edu/wiki/Main_Page"
+SRC_URI="mirror://gentoo/${P}.zip"
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="app-arch/unzip"
+RDEPEND=""
+
+S="${WORKDIR}/mothur-v.${PV}"
+
+src_prepare() {
+ sed -i -e 's/CC_OPTIONS =/CC_OPTIONS = ${CXXFLAGS} /' \
+ -e 's|CC = g++|CC = '$(tc-getCXX)'|' "${S}/makefile" || die
+}
+
+src_install() {
+ dobin mothur || die
+}