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: last-162.ebuild ChangeLog
Date: Sat, 02 Apr 2011 18:26:40
Message-Id: 20110402182630.B500220054@flycatcher.gentoo.org
1 weaver 11/04/02 18:26:30
2
3 Modified: ChangeLog
4 Added: last-162.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2_rc86/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.11 sci-biology/last/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/last/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/last/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/last/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-biology/last/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 11 Feb 2011 13:03:34 -0000 1.10
24 +++ ChangeLog 2 Apr 2011 18:26:30 -0000 1.11
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sci-biology/last
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/last/ChangeLog,v 1.10 2011/02/11 13:03:34 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/last/ChangeLog,v 1.11 2011/04/02 18:26:30 weaver Exp $
30 +
31 +*last-162 (02 Apr 2011)
32 +
33 + 02 Apr 2011; Andrey Kislyuk <weaver@g.o> +last-162.ebuild:
34 + Version bump
35
36 11 Feb 2011; Markos Chandras <hwoarang@g.o> last-146.ebuild:
37 Stable on amd64 wrt bug #353567
38
39
40
41 1.1 sci-biology/last/last-162.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/last/last-162.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/last/last-162.ebuild?rev=1.1&content-type=text/plain
45
46 Index: last-162.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/last/last-162.ebuild,v 1.1 2011/04/02 18:26:30 weaver Exp $
51
52 EAPI="2"
53
54 inherit toolchain-funcs
55
56 DESCRIPTION="Genome-scale comparison of biological sequences"
57 HOMEPAGE="http://last.cbrc.jp/"
58 SRC_URI="http://last.cbrc.jp/archive/${P}.zip"
59
60 LICENSE="GPL-3"
61 SLOT="0"
62 IUSE=""
63 KEYWORDS="~amd64 ~x86"
64
65 DEPEND="app-arch/unzip"
66 RDEPEND=""
67
68 src_compile() {
69 emake -e -C src CXX="$(tc-getCXX)" \
70 STRICT="${LDFLAGS}" || die
71 }
72
73 src_install() {
74 dobin src/last{al,db} || die
75 exeinto /usr/share/${PN}/scripts
76 doexe scripts/* || die
77 dodoc doc/*.txt ChangeLog.txt README.txt || die
78 }