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.6.3.ebuild bitcoin-qt-0.6.4_rc3.ebuild bitcoin-qt-0.7.0.ebuild ChangeLog
Date: Mon, 29 Oct 2012 02:20:22
Message-Id: 20121029022009.1CE9C21601@flycatcher.gentoo.org
1 blueness 12/10/29 02:20:09
2
3 Modified: bitcoin-qt-0.6.3.ebuild bitcoin-qt-0.6.4_rc3.ebuild
4 bitcoin-qt-0.7.0.ebuild ChangeLog
5 Log:
6 Workaround for bug #440034
7
8 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xD0455535)
9
10 Revision Changes Path
11 1.6 net-p2p/bitcoin-qt/bitcoin-qt-0.6.3.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.6.3.ebuild?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.6.3.ebuild?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.6.3.ebuild?r1=1.5&r2=1.6
16
17 Index: bitcoin-qt-0.6.3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.6.3.ebuild,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- bitcoin-qt-0.6.3.ebuild 21 Oct 2012 00:06:15 -0000 1.5
24 +++ bitcoin-qt-0.6.3.ebuild 29 Oct 2012 02:20:08 -0000 1.6
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 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.6.3.ebuild,v 1.5 2012/10/21 00:06:15 blueness Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.6.3.ebuild,v 1.6 2012/10/29 02:20:08 blueness Exp $
30
31 EAPI=4
32
33 @@ -15,7 +15,7 @@
34 eligius? ( http://luke.dashjr.org/programs/bitcoin/files/bitcoind/eligius/sendfee/0.6.1-eligius_sendfee.patch.xz )
35 "
36
37 -LICENSE="MIT ISC GPL-3 md2k7-asyouwish LGPL-2.1 public-domain"
38 +LICENSE="MIT ISC GPL-3 LGPL-2.1 public-domain"
39 SLOT="0"
40 KEYWORDS="amd64 arm x86"
41 IUSE="$IUSE 1stclassmsg dbus +eligius +qrcode upnp"
42 @@ -98,6 +98,9 @@
43 }
44
45 src_compile() {
46 + # Workaround for bug #440034
47 + share/genbuild.sh build/build.h
48 +
49 emake
50 }
51
52
53
54
55 1.2 net-p2p/bitcoin-qt/bitcoin-qt-0.6.4_rc3.ebuild
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.6.4_rc3.ebuild?rev=1.2&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.6.4_rc3.ebuild?rev=1.2&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.6.4_rc3.ebuild?r1=1.1&r2=1.2
60
61 Index: bitcoin-qt-0.6.4_rc3.ebuild
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.6.4_rc3.ebuild,v
64 retrieving revision 1.1
65 retrieving revision 1.2
66 diff -u -r1.1 -r1.2
67 --- bitcoin-qt-0.6.4_rc3.ebuild 8 Oct 2012 18:26:45 -0000 1.1
68 +++ bitcoin-qt-0.6.4_rc3.ebuild 29 Oct 2012 02:20:08 -0000 1.2
69 @@ -1,6 +1,6 @@
70 # Copyright 1999-2012 Gentoo Foundation
71 # Distributed under the terms of the GNU General Public License v2
72 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.6.4_rc3.ebuild,v 1.1 2012/10/08 18:26:45 blueness Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.6.4_rc3.ebuild,v 1.2 2012/10/29 02:20:08 blueness Exp $
74
75 EAPI=4
76
77 @@ -98,6 +98,9 @@
78 }
79
80 src_compile() {
81 + # Workaround for bug #440034
82 + share/genbuild.sh build/build.h
83 +
84 emake
85 }
86
87
88
89
90 1.2 net-p2p/bitcoin-qt/bitcoin-qt-0.7.0.ebuild
91
92 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.7.0.ebuild?rev=1.2&view=markup
93 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.7.0.ebuild?rev=1.2&content-type=text/plain
94 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.7.0.ebuild?r1=1.1&r2=1.2
95
96 Index: bitcoin-qt-0.7.0.ebuild
97 ===================================================================
98 RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.7.0.ebuild,v
99 retrieving revision 1.1
100 retrieving revision 1.2
101 diff -u -r1.1 -r1.2
102 --- bitcoin-qt-0.7.0.ebuild 8 Oct 2012 18:26:45 -0000 1.1
103 +++ bitcoin-qt-0.7.0.ebuild 29 Oct 2012 02:20:08 -0000 1.2
104 @@ -1,6 +1,6 @@
105 # Copyright 1999-2012 Gentoo Foundation
106 # Distributed under the terms of the GNU General Public License v2
107 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.7.0.ebuild,v 1.1 2012/10/08 18:26:45 blueness Exp $
108 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.7.0.ebuild,v 1.2 2012/10/29 02:20:08 blueness Exp $
109
110 EAPI=4
111
112 @@ -99,6 +99,9 @@
113 }
114
115 src_compile() {
116 + # Workaround for bug #440034
117 + share/genbuild.sh build/build.h
118 +
119 emake
120 }
121
122
123
124
125 1.45 net-p2p/bitcoin-qt/ChangeLog
126
127 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog?rev=1.45&view=markup
128 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog?rev=1.45&content-type=text/plain
129 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog?r1=1.44&r2=1.45
130
131 Index: ChangeLog
132 ===================================================================
133 RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v
134 retrieving revision 1.44
135 retrieving revision 1.45
136 diff -u -r1.44 -r1.45
137 --- ChangeLog 29 Oct 2012 01:58:37 -0000 1.44
138 +++ ChangeLog 29 Oct 2012 02:20:08 -0000 1.45
139 @@ -1,6 +1,10 @@
140 # ChangeLog for net-p2p/bitcoin-qt
141 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
142 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v 1.44 2012/10/29 01:58:37 blueness Exp $
143 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v 1.45 2012/10/29 02:20:08 blueness Exp $
144 +
145 + 29 Oct 2012; Anthony G. Basile <blueness@g.o> bitcoin-qt-0.6.3.ebuild,
146 + bitcoin-qt-0.6.4_rc3.ebuild, bitcoin-qt-0.7.0.ebuild:
147 + Workaround for bug #440034
148
149 *bitcoin-qt-0.5.7_rc4 (29 Oct 2012)
150 *bitcoin-qt-0.6.4_rc4 (29 Oct 2012)