diff options
author | Andrey Kislyuk <weaver@gentoo.org> | 2012-04-15 21:21:30 +0000 |
---|---|---|
committer | Andrey Kislyuk <weaver@gentoo.org> | 2012-04-15 21:21:30 +0000 |
commit | f790962b944ff0779b6386ac8643ce543b6dc33b (patch) | |
tree | 484802cfeb35305306d63e4a63fe4743fa9b12d4 /sci-biology/tophat | |
parent | Version bump. (diff) | |
download | historical-f790962b944ff0779b6386ac8643ce543b6dc33b.tar.gz historical-f790962b944ff0779b6386ac8643ce543b6dc33b.tar.bz2 historical-f790962b944ff0779b6386ac8643ce543b6dc33b.zip |
version bump
Package-Manager: portage-2.2.0_alpha74/cvs/Linux x86_64
Diffstat (limited to 'sci-biology/tophat')
-rw-r--r-- | sci-biology/tophat/ChangeLog | 8 | ||||
-rw-r--r-- | sci-biology/tophat/tophat-2.0.0.ebuild (renamed from sci-biology/tophat/tophat-1.3.3.ebuild) | 5 |
2 files changed, 10 insertions, 3 deletions
diff --git a/sci-biology/tophat/ChangeLog b/sci-biology/tophat/ChangeLog index 1f97b01cad59..573917450a65 100644 --- a/sci-biology/tophat/ChangeLog +++ b/sci-biology/tophat/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-biology/tophat # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/tophat/ChangeLog,v 1.6 2012/02/04 23:41:53 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/tophat/ChangeLog,v 1.7 2012/04/15 21:21:30 weaver Exp $ + +*tophat-2.0.0 (15 Apr 2012) + + 15 Apr 2012; Andrey Kislyuk <weaver@gentoo.org> -tophat-1.3.3.ebuild, + +tophat-2.0.0.ebuild: + version bump *tophat-1.4.1 (04 Feb 2012) *tophat-1.3.3 (04 Feb 2012) diff --git a/sci-biology/tophat/tophat-1.3.3.ebuild b/sci-biology/tophat/tophat-2.0.0.ebuild index 8c1f181f35f9..4ccc4c56f4c4 100644 --- a/sci-biology/tophat/tophat-1.3.3.ebuild +++ b/sci-biology/tophat/tophat-2.0.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/tophat/tophat-1.3.3.ebuild,v 1.1 2012/02/04 23:41:53 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/tophat/tophat-2.0.0.ebuild,v 1.1 2012/04/15 21:21:30 weaver Exp $ EAPI=4 -inherit flag-o-matic +inherit flag-o-matic autotools DESCRIPTION="A fast splice junction mapper for RNA-Seq reads" HOMEPAGE="http://tophat.cbcb.umd.edu/" @@ -23,6 +23,7 @@ MAKEOPTS="${MAKEOPTS} -j1" src_prepare() { filter-ldflags -Wl,--as-needed + eautoreconf } src_configure() { |