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: ChangeLog bfast-0.6.4b.ebuild
Date: Sun, 18 Apr 2010 23:41:11
Message-Id: 20100418234106.BED9C2C04B@corvid.gentoo.org
1 weaver 10/04/18 23:41:06
2
3 Modified: ChangeLog
4 Added: bfast-0.6.4b.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sci-biology/bfast/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/bfast/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/bfast/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/bfast/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-biology/bfast/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 21 Jan 2010 18:25:31 -0000 1.1
23 +++ ChangeLog 18 Apr 2010 23:41:05 -0000 1.2
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sci-biology/bfast
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/bfast/ChangeLog,v 1.1 2010/01/21 18:25:31 weaver Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/bfast/ChangeLog,v 1.2 2010/04/18 23:41:05 weaver Exp $
29 +
30 +*bfast-0.6.4b (18 Apr 2010)
31 +
32 + 18 Apr 2010; Andrey Kislyuk <weaver@g.o> +bfast-0.6.4b.ebuild:
33 + Version bump
34
35 *bfast-0.6.2a (21 Jan 2010)
36
37
38
39
40 1.1 sci-biology/bfast/bfast-0.6.4b.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/bfast/bfast-0.6.4b.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/bfast/bfast-0.6.4b.ebuild?rev=1.1&content-type=text/plain
44
45 Index: bfast-0.6.4b.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/sci-biology/bfast/bfast-0.6.4b.ebuild,v 1.1 2010/04/18 23:41:06 weaver Exp $
50
51 EAPI="2"
52
53 inherit autotools
54
55 DESCRIPTION="Blat-like Fast Accurate Search Tool"
56 HOMEPAGE="https://sourceforge.net/projects/bfast/"
57 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 IUSE=""
62 KEYWORDS="~amd64 ~x86"
63
64 DEPEND=""
65 RDEPEND="dev-perl/XML-Simple"
66
67 src_prepare() {
68 sed -i -e 's/-m64//' \
69 -e 's/CFLAGS="${default_CFLAGS} ${extended_CFLAGS}"/CFLAGS="${CFLAGS} ${default_CFLAGS} ${extended_CFLAGS}"/' \
70 configure.ac || die
71 eautoreconf
72 }
73
74 src_install() {
75 einstall || die
76 dodoc AUTHORS NEWS README
77 }
78
79 src_test() {
80 emake check || die
81 }