Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/bitcoin-qt: bitcoin-qt-0.10.2.ebuild ChangeLog
Date: Sat, 04 Jul 2015 19:04:55
Message-Id: 20150704190451.B4E3974B@oystercatcher.gentoo.org
1 blueness 15/07/04 19:04:51
2
3 Modified: bitcoin-qt-0.10.2.ebuild ChangeLog
4 Log:
5 Stable for amd64, arm and x86. Bug #552208.
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.5 net-p2p/bitcoin-qt/bitcoin-qt-0.10.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.2.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.2.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.2.ebuild?r1=1.4&r2=1.5
15
16 Index: bitcoin-qt-0.10.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.2.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- bitcoin-qt-0.10.2.ebuild 30 May 2015 17:47:11 -0000 1.4
23 +++ bitcoin-qt-0.10.2.ebuild 4 Jul 2015 19:04:51 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 2010-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.2.ebuild,v 1.4 2015/05/30 17:47:11 blueness Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.2.ebuild,v 1.5 2015/07/04 19:04:51 blueness Exp $
29
30 EAPI=5
31
32 @@ -17,7 +17,7 @@
33 DESCRIPTION="An end-user Qt GUI for the Bitcoin crypto-currency"
34 LICENSE="MIT GPL-3 LGPL-2.1 || ( CC-BY-SA-3.0 LGPL-2.1 )"
35 SLOT="0"
36 -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
37 +KEYWORDS="amd64 arm ~arm64 x86 ~amd64-linux ~x86-linux"
38
39 RDEPEND="
40 dev-libs/protobuf
41
42
43
44 1.108 net-p2p/bitcoin-qt/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog?rev=1.108&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog?rev=1.108&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog?r1=1.107&r2=1.108
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v
53 retrieving revision 1.107
54 retrieving revision 1.108
55 diff -u -r1.107 -r1.108
56 --- ChangeLog 30 May 2015 17:47:11 -0000 1.107
57 +++ ChangeLog 4 Jul 2015 19:04:51 -0000 1.108
58 @@ -1,6 +1,9 @@
59 # ChangeLog for net-p2p/bitcoin-qt
60 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v 1.107 2015/05/30 17:47:11 blueness Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v 1.108 2015/07/04 19:04:51 blueness Exp $
63 +
64 + 04 Jul 2015; Anthony G. Basile <blueness@g.o> bitcoin-qt-0.10.2.ebuild:
65 + Stable for amd64, arm and x86. Bug #552208.
66
67 30 May 2015; Anthony G. Basile <blueness@g.o> bitcoin-qt-0.10.2.ebuild:
68 Fix bug #550678.