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

weaver      09/07/27 20:25:54

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

Revision  Changes    Path
1.5                  sci-biology/bowtie/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/bowtie/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	21 Jun 2009 15:15:43 -0000	1.4
+++ ChangeLog	27 Jul 2009 20:25:54 -0000	1.5
@@ -1,6 +1,11 @@
 # ChangeLog for sci-biology/bowtie
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/bowtie/ChangeLog,v 1.4 2009/06/21 15:15:43 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/bowtie/ChangeLog,v 1.5 2009/07/27 20:25:54 weaver Exp $
+
+*bowtie-0.10.1 (27 Jul 2009)
+
+  27 Jul 2009; Andrey Kislyuk <weaver@gentoo.org> +bowtie-0.10.1.ebuild:
+  Version bump
 
 *bowtie-0.10.0 (21 Jun 2009)
 



1.1                  sci-biology/bowtie/bowtie-0.10.1.ebuild

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

Index: bowtie-0.10.1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/bowtie/bowtie-0.10.1.ebuild,v 1.1 2009/07/27 20:25:54 weaver Exp $

EAPI="2"

DESCRIPTION="An ultrafast memory-efficient short read aligner"
HOMEPAGE="http://bowtie-bio.sourceforge.net/"
SRC_URI="mirror://sourceforge/bowtie-bio/${P}-src.zip"

LICENSE="Artistic"
SLOT="0"
IUSE=""
KEYWORDS="~amd64 ~x86"

DEPEND="app-arch/unzip"
RDEPEND=""

# NB: Bundles code from Maq (http://maq.sf.net) and the SeqAn library (http://www.seqan.de)
# TODO: properly report system CFLAGS in -DCOMPILE_OPTIONS

src_prepare() {
	sed -i 's/$(CXX) $(RELEASE_FLAGS)/$(CXX) $(CXXFLAGS) $(RELEASE_FLAGS)/' "${S}/Makefile" || die
}

src_install() {
	dobin bowtie bowtie-* || die
	newman MANUAL bowtie.1
	dodoc AUTHORS NEWS TUTORIAL
}






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

* [gentoo-commits] gentoo-x86 commit in sci-biology/bowtie: bowtie-0.10.1.ebuild ChangeLog
@ 2009-09-06  5:02 Jeremy Olexa (darkside)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeremy Olexa (darkside) @ 2009-09-06  5:02 UTC (permalink / raw
  To: gentoo-commits

darkside    09/09/06 05:02:29

  Modified:             bowtie-0.10.1.ebuild ChangeLog
  Log:
  amd64 stable, bug 282110
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sci-biology/bowtie/bowtie-0.10.1.ebuild

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

Index: bowtie-0.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/bowtie/bowtie-0.10.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bowtie-0.10.1.ebuild	27 Jul 2009 20:25:54 -0000	1.1
+++ bowtie-0.10.1.ebuild	6 Sep 2009 05:02:29 -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/bowtie/bowtie-0.10.1.ebuild,v 1.1 2009/07/27 20:25:54 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/bowtie/bowtie-0.10.1.ebuild,v 1.2 2009/09/06 05:02:29 darkside Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 LICENSE="Artistic"
 SLOT="0"
 IUSE=""
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DEPEND="app-arch/unzip"
 RDEPEND=""



1.6                  sci-biology/bowtie/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/bowtie/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	27 Jul 2009 20:25:54 -0000	1.5
+++ ChangeLog	6 Sep 2009 05:02:29 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for sci-biology/bowtie
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/bowtie/ChangeLog,v 1.5 2009/07/27 20:25:54 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/bowtie/ChangeLog,v 1.6 2009/09/06 05:02:29 darkside Exp $
+
+  06 Sep 2009; Jeremy Olexa <darkside@gentoo.org> bowtie-0.10.1.ebuild:
+  amd64 stable, bug 282110
 
 *bowtie-0.10.1 (27 Jul 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in sci-biology/bowtie: bowtie-0.10.1.ebuild ChangeLog
@ 2009-09-22 11:43 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2009-09-22 11:43 UTC (permalink / raw
  To: gentoo-commits

maekke      09/09/22 11:43:29

  Modified:             bowtie-0.10.1.ebuild ChangeLog
  Log:
  x86 stable, bug #282110
  (Portage version: 2.2_rc41/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sci-biology/bowtie/bowtie-0.10.1.ebuild

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

Index: bowtie-0.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/bowtie/bowtie-0.10.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bowtie-0.10.1.ebuild	6 Sep 2009 05:02:29 -0000	1.2
+++ bowtie-0.10.1.ebuild	22 Sep 2009 11:43:28 -0000	1.3
@@ -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/bowtie/bowtie-0.10.1.ebuild,v 1.2 2009/09/06 05:02:29 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/bowtie/bowtie-0.10.1.ebuild,v 1.3 2009/09/22 11:43:28 maekke Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 LICENSE="Artistic"
 SLOT="0"
 IUSE=""
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="app-arch/unzip"
 RDEPEND=""



1.7                  sci-biology/bowtie/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/bowtie/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	6 Sep 2009 05:02:29 -0000	1.6
+++ ChangeLog	22 Sep 2009 11:43:28 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for sci-biology/bowtie
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/bowtie/ChangeLog,v 1.6 2009/09/06 05:02:29 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/bowtie/ChangeLog,v 1.7 2009/09/22 11:43:28 maekke Exp $
+
+  22 Sep 2009; Markus Meier <maekke@gentoo.org> bowtie-0.10.1.ebuild:
+  x86 stable, bug #282110
 
   06 Sep 2009; Jeremy Olexa <darkside@gentoo.org> bowtie-0.10.1.ebuild:
   amd64 stable, bug 282110






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

end of thread, other threads:[~2009-09-22 11:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-22 11:43 [gentoo-commits] gentoo-x86 commit in sci-biology/bowtie: bowtie-0.10.1.ebuild ChangeLog Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2009-09-06  5:02 Jeremy Olexa (darkside)
2009-07-27 20:25 Andrey Kislyuk (weaver)

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