summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Kislyuk <weaver@gentoo.org>2010-05-07 19:21:57 +0000
committerAndrey Kislyuk <weaver@gentoo.org>2010-05-07 19:21:57 +0000
commit6a1c30e11ffc4df24ec4d961f5f2c2f3165b7f66 (patch)
treeb236b754f2ad56531f4073dd3d35f18f802aa851 /sci-biology/bfast
parentremove unused use flag (diff)
downloadgentoo-2-6a1c30e11ffc4df24ec4d961f5f2c2f3165b7f66.tar.gz
gentoo-2-6a1c30e11ffc4df24ec4d961f5f2c2f3165b7f66.tar.bz2
gentoo-2-6a1c30e11ffc4df24ec4d961f5f2c2f3165b7f66.zip
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/bfast')
-rw-r--r--sci-biology/bfast/ChangeLog8
-rw-r--r--sci-biology/bfast/bfast-0.6.4c.ebuild (renamed from sci-biology/bfast/bfast-0.6.2a.ebuild)8
2 files changed, 9 insertions, 7 deletions
diff --git a/sci-biology/bfast/ChangeLog b/sci-biology/bfast/ChangeLog
index 834b828f7a16..992cbbd3d743 100644
--- a/sci-biology/bfast/ChangeLog
+++ b/sci-biology/bfast/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-biology/bfast
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/bfast/ChangeLog,v 1.2 2010/04/18 23:41:05 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/bfast/ChangeLog,v 1.3 2010/05/07 19:21:57 weaver Exp $
+
+*bfast-0.6.4c (07 May 2010)
+
+ 07 May 2010; Andrey Kislyuk <weaver@gentoo.org> -bfast-0.6.2a.ebuild,
+ +bfast-0.6.4c.ebuild:
+ Version bump
*bfast-0.6.4b (18 Apr 2010)
diff --git a/sci-biology/bfast/bfast-0.6.2a.ebuild b/sci-biology/bfast/bfast-0.6.4c.ebuild
index 61b317c3442c..6bbf9ea164ce 100644
--- a/sci-biology/bfast/bfast-0.6.2a.ebuild
+++ b/sci-biology/bfast/bfast-0.6.4c.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/bfast/bfast-0.6.2a.ebuild,v 1.1 2010/01/21 18:25:31 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/bfast/bfast-0.6.4c.ebuild,v 1.1 2010/05/07 19:21:57 weaver Exp $
EAPI="2"
inherit autotools
DESCRIPTION="Blat-like Fast Accurate Search Tool"
-HOMEPAGE="http://genome.ucla.edu/bfast"
+HOMEPAGE="https://sourceforge.net/projects/bfast/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
@@ -31,9 +31,5 @@ src_install() {
}
src_test() {
- # not sure why this is necessary
- sed -i 's|test.definitions.sh|./test.definitions.sh|' tests/*.sh
- # problems with checksum matching - also not sure why
- sed -i '/test.diff.sh/ d' tests/Makefile
emake check || die
}