* [gentoo-commits] gentoo-x86 commit in sci-biology/bfast: bfast-0.7.0a.ebuild ChangeLog
@ 2011-11-28 2:15 Andrey Kislyuk (weaver)
0 siblings, 0 replies; 2+ messages in thread
From: Andrey Kislyuk (weaver) @ 2011-11-28 2:15 UTC (permalink / raw
To: gentoo-commits
weaver 11/11/28 02:15:41
Modified: ChangeLog
Added: bfast-0.7.0a.ebuild
Log:
Version bump
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
Revision Changes Path
1.7 sci-biology/bfast/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bfast/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bfast/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bfast/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/bfast/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 6 Oct 2011 12:59:24 -0000 1.6
+++ ChangeLog 28 Nov 2011 02:15:41 -0000 1.7
@@ -1,6 +1,11 @@
# ChangeLog for sci-biology/bfast
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/bfast/ChangeLog,v 1.6 2011/10/06 12:59:24 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/bfast/ChangeLog,v 1.7 2011/11/28 02:15:41 weaver Exp $
+
+*bfast-0.7.0a (28 Nov 2011)
+
+ 28 Nov 2011; Andrey Kislyuk <weaver@gentoo.org> +bfast-0.7.0a.ebuild:
+ Version bump
*bfast-0.6.5a-r1 (06 Oct 2011)
1.1 sci-biology/bfast/bfast-0.7.0a.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bfast/bfast-0.7.0a.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bfast/bfast-0.7.0a.ebuild?rev=1.1&content-type=text/plain
Index: bfast-0.7.0a.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/bfast/bfast-0.7.0a.ebuild,v 1.1 2011/11/28 02:15:41 weaver Exp $
EAPI=4
inherit autotools
DESCRIPTION="Blat-like Fast Accurate Search Tool"
HOMEPAGE="https://sourceforge.net/projects/bfast/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
KEYWORDS="~amd64 ~x86"
DEPEND=""
RDEPEND="dev-perl/XML-Simple"
src_prepare() {
sed \
-e 's/-m64//' \
-e 's/CFLAGS="${default_CFLAGS} ${extended_CFLAGS}"/CFLAGS="${CFLAGS} ${default_CFLAGS} ${extended_CFLAGS}"/' \
-e 's:-g -O2::g' \
-i configure.ac || die
sed \
-e 's:. test.definitions.sh:. ./test.definitions.sh:g' \
-i tests/*sh || die
eautoreconf
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-biology/bfast: bfast-0.7.0a.ebuild ChangeLog
@ 2013-02-17 10:38 Justin Lecher (jlec)
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2013-02-17 10:38 UTC (permalink / raw
To: gentoo-commits
jlec 13/02/17 10:38:44
Modified: bfast-0.7.0a.ebuild ChangeLog
Log:
sci-biology/bfast: Build in source for tests
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Revision Changes Path
1.3 sci-biology/bfast/bfast-0.7.0a.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bfast/bfast-0.7.0a.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bfast/bfast-0.7.0a.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bfast/bfast-0.7.0a.ebuild?r1=1.2&r2=1.3
Index: bfast-0.7.0a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/bfast/bfast-0.7.0a.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bfast-0.7.0a.ebuild 17 Feb 2013 10:20:34 -0000 1.2
+++ bfast-0.7.0a.ebuild 17 Feb 2013 10:38:44 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/bfast/bfast-0.7.0a.ebuild,v 1.2 2013/02/17 10:20:34 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/bfast/bfast-0.7.0a.ebuild,v 1.3 2013/02/17 10:38:44 jlec Exp $
EAPI=5
@@ -14,7 +14,7 @@
LICENSE="GPL-2"
SLOT="0"
-IUSE=""
+IUSE="test"
KEYWORDS="~amd64 ~x86"
DEPEND=""
@@ -34,5 +34,7 @@
-e '/docdir/d' \
-i Makefile.am || die
+ use test && AUTOTOOLS_IN_SOURCE_BUILD=1
+
autotools-utils_src_prepare
}
1.9 sci-biology/bfast/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bfast/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bfast/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bfast/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/bfast/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 17 Feb 2013 10:20:34 -0000 1.8
+++ ChangeLog 17 Feb 2013 10:38:44 -0000 1.9
@@ -1,6 +1,9 @@
# ChangeLog for sci-biology/bfast
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/bfast/ChangeLog,v 1.8 2013/02/17 10:20:34 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/bfast/ChangeLog,v 1.9 2013/02/17 10:38:44 jlec Exp $
+
+ 17 Feb 2013; Justin Lecher <jlec@gentoo.org> bfast-0.7.0a.ebuild:
+ Build in source for tests
17 Feb 2013; Justin Lecher <jlec@gentoo.org> -bfast-0.6.5a.ebuild,
-bfast-0.6.5a-r1.ebuild, bfast-0.7.0a.ebuild, metadata.xml:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-02-17 10:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-28 2:15 [gentoo-commits] gentoo-x86 commit in sci-biology/bfast: bfast-0.7.0a.ebuild ChangeLog Andrey Kislyuk (weaver)
-- strict thread matches above, loose matches on Subject: below --
2013-02-17 10:38 Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox