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/last: ChangeLog last-103.ebuild
Date: Fri, 07 May 2010 19:35:29
Message-Id: 20100507193518.6128B2C3FC@corvid.gentoo.org
1 weaver 10/05/07 19:35:18
2
3 Modified: ChangeLog
4 Added: last-103.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 sci-biology/last/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/last/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/last/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/last/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-biology/last/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 5 Apr 2010 12:10:02 -0000 1.4
23 +++ ChangeLog 7 May 2010 19:35:18 -0000 1.5
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sci-biology/last
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/last/ChangeLog,v 1.4 2010/04/05 12:10:02 phajdan.jr Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/last/ChangeLog,v 1.5 2010/05/07 19:35:18 weaver Exp $
29 +
30 +*last-103 (07 May 2010)
31 +
32 + 07 May 2010; Andrey Kislyuk <weaver@g.o> +last-103.ebuild:
33 + Version bump
34
35 05 Apr 2010; Pawel Hajdan jr <phajdan.jr@g.o> last-96.ebuild:
36 x86 stable wrt bug #311831
37
38
39
40 1.1 sci-biology/last/last-103.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/last/last-103.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/last/last-103.ebuild?rev=1.1&content-type=text/plain
44
45 Index: last-103.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/last/last-103.ebuild,v 1.1 2010/05/07 19:35:18 weaver Exp $
50
51 EAPI="2"
52
53 DESCRIPTION="Genome-scale comparison of biological sequences"
54 HOMEPAGE="http://last.cbrc.jp/"
55 SRC_URI="http://last.cbrc.jp/archive/${P}.zip"
56
57 LICENSE="GPL-3"
58 SLOT="0"
59 IUSE=""
60 KEYWORDS="~amd64 ~x86"
61
62 DEPEND="app-arch/unzip"
63 RDEPEND=""
64
65 src_prepare() {
66 sed -i -e 's/CXXFLAGS =/CXXFLAGS +=/' -e 's/CCFLAGS =/CCFLAGS = ${CFLAGS}/' \
67 src/makefile || die
68 }
69
70 src_compile() {
71 emake -C src || die
72 }
73
74 src_install() {
75 dobin src/last{al,db} || die
76 exeinto /usr/share/${PN}/scripts
77 doexe scripts/* || die
78 insinto /usr/share/doc/${PF}
79 doins -r doc ChangeLog.txt README.txt
80 }