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 bitcoin-qt-0.10.0-r1.ebuild ChangeLog
Date: Fri, 29 May 2015 11:10:53
Message-Id: 20150529111046.ABEC2A0C@oystercatcher.gentoo.org
1 blueness 15/05/29 11:10:46
2
3 Modified: bitcoin-qt-0.10.2.ebuild
4 bitcoin-qt-0.10.0-r1.ebuild ChangeLog
5 Log:
6 Fix bug #550690
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
9
10 Revision Changes Path
11 1.2 net-p2p/bitcoin-qt/bitcoin-qt-0.10.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.2.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.2.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.2.ebuild?r1=1.1&r2=1.2
16
17 Index: bitcoin-qt-0.10.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.2.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- bitcoin-qt-0.10.2.ebuild 27 May 2015 01:40:54 -0000 1.1
24 +++ bitcoin-qt-0.10.2.ebuild 29 May 2015 11:10:46 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 2010-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.2.ebuild,v 1.1 2015/05/27 01:40:54 blueness Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.2.ebuild,v 1.2 2015/05/29 11:10:46 blueness Exp $
30
31 EAPI=5
32
33 @@ -70,7 +70,7 @@
34 bitcoincore_conf \
35 $(use_with dbus qtdbus) \
36 $(use_with qrcode qrencode) \
37 - $(usex 1stclassmsg --enable-first-class-messaging) \
38 + $(usex 1stclassmsg --enable-first-class-messaging "") \
39 --with-gui=$(usex qt5 qt5 qt4)
40 }
41
42
43
44
45 1.4 net-p2p/bitcoin-qt/bitcoin-qt-0.10.0-r1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.0-r1.ebuild?rev=1.4&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.0-r1.ebuild?rev=1.4&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.0-r1.ebuild?r1=1.3&r2=1.4
50
51 Index: bitcoin-qt-0.10.0-r1.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.0-r1.ebuild,v
54 retrieving revision 1.3
55 retrieving revision 1.4
56 diff -u -r1.3 -r1.4
57 --- bitcoin-qt-0.10.0-r1.ebuild 14 Mar 2015 19:37:06 -0000 1.3
58 +++ bitcoin-qt-0.10.0-r1.ebuild 29 May 2015 11:10:46 -0000 1.4
59 @@ -1,6 +1,6 @@
60 # Copyright 2010-2015 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.0-r1.ebuild,v 1.3 2015/03/14 19:37:06 blueness Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.0-r1.ebuild,v 1.4 2015/05/29 11:10:46 blueness Exp $
64
65 EAPI=5
66
67 @@ -69,7 +69,7 @@
68 bitcoincore_conf \
69 $(use_with dbus qtdbus) \
70 $(use_with qrcode qrencode) \
71 - $(usex 1stclassmsg --enable-first-class-messaging) \
72 + $(usex 1stclassmsg --enable-first-class-messaging "") \
73 --with-gui=$(usex qt5 qt5 qt4)
74 }
75
76
77
78
79 1.105 net-p2p/bitcoin-qt/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog?rev=1.105&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog?rev=1.105&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog?r1=1.104&r2=1.105
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v
88 retrieving revision 1.104
89 retrieving revision 1.105
90 diff -u -r1.104 -r1.105
91 --- ChangeLog 27 May 2015 01:40:54 -0000 1.104
92 +++ ChangeLog 29 May 2015 11:10:46 -0000 1.105
93 @@ -1,6 +1,10 @@
94 # ChangeLog for net-p2p/bitcoin-qt
95 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v 1.104 2015/05/27 01:40:54 blueness Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v 1.105 2015/05/29 11:10:46 blueness Exp $
98 +
99 + 29 May 2015; Anthony G. Basile <blueness@g.o>
100 + bitcoin-qt-0.10.0-r1.ebuild, bitcoin-qt-0.10.2.ebuild:
101 + Fix bug #550690
102
103 *bitcoin-qt-0.10.2 (27 May 2015)