Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/rmblast: rmblast-1.2.ebuild ChangeLog
Date: Wed, 31 Oct 2012 20:41:48
Message-Id: 20121031204132.4FE6121600@flycatcher.gentoo.org
1 flameeyes 12/10/31 20:41:32
2
3 Modified: rmblast-1.2.ebuild ChangeLog
4 Log:
5 QA: drop maximum boost version dep; if it fails to build, it has to be fixed.
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
8
9 Revision Changes Path
10 1.3 sci-biology/rmblast/rmblast-1.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rmblast/rmblast-1.2.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rmblast/rmblast-1.2.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rmblast/rmblast-1.2.ebuild?r1=1.2&r2=1.3
15
16 Index: rmblast-1.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-biology/rmblast/rmblast-1.2.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- rmblast-1.2.ebuild 2 May 2011 09:39:39 -0000 1.2
23 +++ rmblast-1.2.ebuild 31 Oct 2012 20:41:32 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/rmblast/rmblast-1.2.ebuild,v 1.2 2011/05/02 09:39:39 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/rmblast/rmblast-1.2.ebuild,v 1.3 2012/10/31 20:41:32 flameeyes Exp $
30
31 EAPI="3"
32
33 @@ -17,7 +17,7 @@
34 IUSE=""
35 KEYWORDS="~amd64 ~x86"
36
37 -DEPEND="~dev-libs/boost-1.35.0"
38 +DEPEND=">=dev-libs/boost-1.35.0"
39 RDEPEND="${DEPEND}"
40
41 S="${WORKDIR}/${P}-ncbi-blast-${MY_NCBI_BLAST_V}-src/c++"
42
43
44
45 1.3 sci-biology/rmblast/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rmblast/ChangeLog?rev=1.3&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rmblast/ChangeLog?rev=1.3&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rmblast/ChangeLog?r1=1.2&r2=1.3
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sci-biology/rmblast/ChangeLog,v
54 retrieving revision 1.2
55 retrieving revision 1.3
56 diff -u -r1.2 -r1.3
57 --- ChangeLog 2 May 2011 09:39:39 -0000 1.2
58 +++ ChangeLog 31 Oct 2012 20:41:32 -0000 1.3
59 @@ -1,6 +1,9 @@
60 # ChangeLog for sci-biology/rmblast
61 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/rmblast/ChangeLog,v 1.2 2011/05/02 09:39:39 jlec Exp $
63 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/rmblast/ChangeLog,v 1.3 2012/10/31 20:41:32 flameeyes Exp $
65 +
66 + 31 Oct 2012; Diego E. Pettenò <flameeyes@g.o> rmblast-1.2.ebuild:
67 + QA: drop maximum boost version dep; if it fails to build, it has to be fixed.
68
69 02 May 2011; Justin Lecher <jlec@g.o> rmblast-1.2.ebuild:
70 Removed redundant src_install
71 @@ -10,4 +13,3 @@
72 06 Nov 2010; Andrey Kislyuk <weaver@g.o> +rmblast-1.2.ebuild,
73 +metadata.xml:
74 New package, dependency of sci-biology/repeatmasker. Ebuild written by me
75 -