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, 30 May 2015 17:47:16
Message-Id: 20150530174711.B96B6A10@oystercatcher.gentoo.org
1 blueness 15/05/30 17:47:11
2
3 Modified: bitcoin-qt-0.10.2.ebuild ChangeLog
4 Log:
5 Fix bug #550678.
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.4 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.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.2.ebuild?rev=1.4&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.3&r2=1.4
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.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- bitcoin-qt-0.10.2.ebuild 29 May 2015 11:21:31 -0000 1.3
23 +++ bitcoin-qt-0.10.2.ebuild 30 May 2015 17:47:11 -0000 1.4
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.3 2015/05/29 11:21:31 blueness Exp $
28 +# $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 $
29
30 EAPI=5
31
32 @@ -25,7 +25,7 @@
33 media-gfx/qrencode
34 )
35 qt4? ( dev-qt/qtgui:4 )
36 - qt5? ( dev-qt/qtgui:5 )
37 + qt5? ( dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 dev-qt/linguist-tools:5 )
38 dbus? (
39 qt4? ( dev-qt/qtdbus:4 )
40 qt5? ( dev-qt/qtdbus:5 )
41 @@ -77,7 +77,7 @@
42 bitcoincore_conf \
43 $(use_with dbus qtdbus) \
44 $(use_with qrcode qrencode) \
45 - $(usex 1stclassmsg --enable-first-class-messaging "") \
46 + $(usex 1stclassmsg --enable-first-class-messaging '') \
47 --with-gui=$(usex qt5 qt5 qt4)
48 }
49
50
51
52
53 1.107 net-p2p/bitcoin-qt/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog?rev=1.107&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog?rev=1.107&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog?r1=1.106&r2=1.107
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v
62 retrieving revision 1.106
63 retrieving revision 1.107
64 diff -u -r1.106 -r1.107
65 --- ChangeLog 29 May 2015 11:21:31 -0000 1.106
66 +++ ChangeLog 30 May 2015 17:47:11 -0000 1.107
67 @@ -1,6 +1,9 @@
68 # ChangeLog for net-p2p/bitcoin-qt
69 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v 1.106 2015/05/29 11:21:31 blueness Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v 1.107 2015/05/30 17:47:11 blueness Exp $
72 +
73 + 30 May 2015; Anthony G. Basile <blueness@g.o> bitcoin-qt-0.10.2.ebuild:
74 + Fix bug #550678.
75
76 29 May 2015; Anthony G. Basile <blueness@g.o>
77 bitcoin-qt-0.10.0-r1.ebuild, bitcoin-qt-0.10.2.ebuild: