Gentoo Archives: gentoo-commits

From: "PaweA Hajdan (phajdan.jr)" <phajdan.jr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/bamtools: ChangeLog bamtools-2.2.3.ebuild
Date: Thu, 28 Feb 2013 20:01:03
Message-Id: 20130228200100.16A492171D@flycatcher.gentoo.org
1 phajdan.jr 13/02/28 20:00:59
2
3 Modified: ChangeLog bamtools-2.2.3.ebuild
4 Log:
5 Update jsoncpp dependency, bug #452234.
6
7 (Portage version: 2.1.11.50/cvs/Linux i686, signed Manifest commit with key 30427902)
8
9 Revision Changes Path
10 1.5 sci-biology/bamtools/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bamtools/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bamtools/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bamtools/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-biology/bamtools/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 28 Jan 2013 08:35:06 -0000 1.4
23 +++ ChangeLog 28 Feb 2013 20:00:59 -0000 1.5
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sci-biology/bamtools
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/bamtools/ChangeLog,v 1.4 2013/01/28 08:35:06 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/bamtools/ChangeLog,v 1.5 2013/02/28 20:00:59 phajdan.jr Exp $
29 +
30 + 28 Feb 2013; Pawel Hajdan jr <phajdan.jr@g.o> bamtools-2.2.3.ebuild:
31 + Update jsoncpp dependency, bug #452234.
32
33 *bamtools-2.2.3 (28 Jan 2013)
34
35
36
37
38 1.2 sci-biology/bamtools/bamtools-2.2.3.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bamtools/bamtools-2.2.3.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bamtools/bamtools-2.2.3.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/bamtools/bamtools-2.2.3.ebuild?r1=1.1&r2=1.2
43
44 Index: bamtools-2.2.3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-biology/bamtools/bamtools-2.2.3.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- bamtools-2.2.3.ebuild 28 Jan 2013 08:35:06 -0000 1.1
51 +++ bamtools-2.2.3.ebuild 28 Feb 2013 20:00:59 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/bamtools/bamtools-2.2.3.ebuild,v 1.1 2013/01/28 08:35:06 jlec Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/bamtools/bamtools-2.2.3.ebuild,v 1.2 2013/02/28 20:00:59 phajdan.jr Exp $
57
58 EAPI=4
59
60 @@ -16,7 +16,7 @@
61 IUSE="static-libs"
62
63 DEPEND="
64 - dev-libs/jsoncpp
65 + =dev-libs/jsoncpp-0.5.0
66 sys-libs/zlib"
67 RDEPEND="${DEPEND}"