public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-biology/mothur: mothur-1.6.0.ebuild ChangeLog
@ 2009-10-31 22:10 Andrey Kislyuk (weaver)
  0 siblings, 0 replies; 3+ messages in thread
From: Andrey Kislyuk (weaver) @ 2009-10-31 22:10 UTC (permalink / raw
  To: gentoo-commits

weaver      09/10/31 22:10:04

  Modified:             ChangeLog
  Added:                mothur-1.6.0.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc30/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sci-biology/mothur/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/mothur/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/mothur/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/mothur/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/mothur/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	7 Jul 2009 18:09:18 -0000	1.1
+++ ChangeLog	31 Oct 2009 22:10:04 -0000	1.2
@@ -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)
 



1.1                  sci-biology/mothur/mothur-1.6.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/mothur/mothur-1.6.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/mothur/mothur-1.6.0.ebuild?rev=1.1&content-type=text/plain

Index: mothur-1.6.0.ebuild
===================================================================
# 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
}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-biology/mothur: mothur-1.6.0.ebuild ChangeLog
@ 2009-12-29 21:14 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-12-29 21:14 UTC (permalink / raw
  To: gentoo-commits

fauli       09/12/29 21:14:46

  Modified:             mothur-1.6.0.ebuild ChangeLog
  Log:
  stable x86, bug 298777
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.2                  sci-biology/mothur/mothur-1.6.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/mothur/mothur-1.6.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/mothur/mothur-1.6.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/mothur/mothur-1.6.0.ebuild?r1=1.1&r2=1.2

Index: mothur-1.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/mothur/mothur-1.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mothur-1.6.0.ebuild	31 Oct 2009 22:10:04 -0000	1.1
+++ mothur-1.6.0.ebuild	29 Dec 2009 21:14:45 -0000	1.2
@@ -1,6 +1,6 @@
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/mothur/mothur-1.6.0.ebuild,v 1.2 2009/12/29 21:14:45 fauli Exp $
 
 EAPI="2"
 
@@ -13,7 +13,7 @@
 LICENSE="GPL-3"
 SLOT="0"
 IUSE=""
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 DEPEND="app-arch/unzip"
 RDEPEND=""



1.3                  sci-biology/mothur/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/mothur/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/mothur/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/mothur/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/mothur/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	31 Oct 2009 22:10:04 -0000	1.2
+++ ChangeLog	29 Dec 2009 21:14:45 -0000	1.3
@@ -1,6 +1,9 @@
 # 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.2 2009/10/31 22:10:04 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/mothur/ChangeLog,v 1.3 2009/12/29 21:14:45 fauli Exp $
+
+  29 Dec 2009; Christian Faulhammer <fauli@gentoo.org> mothur-1.6.0.ebuild:
+  stable x86, bug 298777
 
 *mothur-1.6.0 (31 Oct 2009)
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-biology/mothur: mothur-1.6.0.ebuild ChangeLog
@ 2010-02-06 13:06 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-02-06 13:06 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/02/06 13:06:32

  Modified:             mothur-1.6.0.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #298777
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sci-biology/mothur/mothur-1.6.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/mothur/mothur-1.6.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/mothur/mothur-1.6.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/mothur/mothur-1.6.0.ebuild?r1=1.2&r2=1.3

Index: mothur-1.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/mothur/mothur-1.6.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mothur-1.6.0.ebuild	29 Dec 2009 21:14:45 -0000	1.2
+++ mothur-1.6.0.ebuild	6 Feb 2010 13:06:31 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 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.2 2009/12/29 21:14:45 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/mothur/mothur-1.6.0.ebuild,v 1.3 2010/02/06 13:06:31 hwoarang Exp $
 
 EAPI="2"
 
@@ -13,7 +13,7 @@
 LICENSE="GPL-3"
 SLOT="0"
 IUSE=""
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="app-arch/unzip"
 RDEPEND=""



1.5                  sci-biology/mothur/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/mothur/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/mothur/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/mothur/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/mothur/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	30 Dec 2009 03:20:16 -0000	1.4
+++ ChangeLog	6 Feb 2010 13:06:31 -0000	1.5
@@ -1,6 +1,9 @@
 # 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.4 2009/12/30 03:20:16 weaver Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/mothur/ChangeLog,v 1.5 2010/02/06 13:06:31 hwoarang Exp $
+
+  06 Feb 2010; Markos Chandras <hwoarang@gentoo.org> mothur-1.6.0.ebuild:
+  Stable on amd64 wrt bug #298777
 
 *mothur-1.7.2 (29 Dec 2009)
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-02-06 13:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-31 22:10 [gentoo-commits] gentoo-x86 commit in sci-biology/mothur: mothur-1.6.0.ebuild ChangeLog Andrey Kislyuk (weaver)
  -- strict thread matches above, loose matches on Subject: below --
2009-12-29 21:14 Christian Faulhammer (fauli)
2010-02-06 13:06 Markos Chandras (hwoarang)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox