Gentoo Archives: gentoo-commits

From: "Andrey Kislyuk (weaver)" <weaver@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/bfast: bfast-0.7.0a.ebuild ChangeLog
Date: Mon, 28 Nov 2011 02:15:51
Message-Id: 20111128021541.E46DD2004C@flycatcher.gentoo.org
1 weaver 11/11/28 02:15:41
2
3 Modified: ChangeLog
4 Added: bfast-0.7.0a.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.7 sci-biology/bfast/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bfast/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bfast/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bfast/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-biology/bfast/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 6 Oct 2011 12:59:24 -0000 1.6
24 +++ ChangeLog 28 Nov 2011 02:15:41 -0000 1.7
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sci-biology/bfast
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/bfast/ChangeLog,v 1.6 2011/10/06 12:59:24 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/bfast/ChangeLog,v 1.7 2011/11/28 02:15:41 weaver Exp $
30 +
31 +*bfast-0.7.0a (28 Nov 2011)
32 +
33 + 28 Nov 2011; Andrey Kislyuk <weaver@g.o> +bfast-0.7.0a.ebuild:
34 + Version bump
35
36 *bfast-0.6.5a-r1 (06 Oct 2011)
37
38
39
40
41 1.1 sci-biology/bfast/bfast-0.7.0a.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bfast/bfast-0.7.0a.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bfast/bfast-0.7.0a.ebuild?rev=1.1&content-type=text/plain
45
46 Index: bfast-0.7.0a.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sci-biology/bfast/bfast-0.7.0a.ebuild,v 1.1 2011/11/28 02:15:41 weaver Exp $
51
52 EAPI=4
53
54 inherit autotools
55
56 DESCRIPTION="Blat-like Fast Accurate Search Tool"
57 HOMEPAGE="https://sourceforge.net/projects/bfast/"
58 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 IUSE=""
63 KEYWORDS="~amd64 ~x86"
64
65 DEPEND=""
66 RDEPEND="dev-perl/XML-Simple"
67
68 src_prepare() {
69 sed \
70 -e 's/-m64//' \
71 -e 's/CFLAGS="${default_CFLAGS} ${extended_CFLAGS}"/CFLAGS="${CFLAGS} ${default_CFLAGS} ${extended_CFLAGS}"/' \
72 -e 's:-g -O2::g' \
73 -i configure.ac || die
74 sed \
75 -e 's:. test.definitions.sh:. ./test.definitions.sh:g' \
76 -i tests/*sh || die
77 eautoreconf
78 }