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/bitcoind: bitcoind-0.6.3.ebuild bitcoind-0.6.4_rc3.ebuild bitcoind-0.7.0.ebuild ChangeLog
Date: Mon, 29 Oct 2012 01:46:27
Message-Id: 20121029014615.8F17E21600@flycatcher.gentoo.org
1 blueness 12/10/29 01:46:15
2
3 Modified: bitcoind-0.6.3.ebuild bitcoind-0.6.4_rc3.ebuild
4 bitcoind-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/bitcoind/bitcoind-0.6.3.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.6.3.ebuild?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.6.3.ebuild?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.6.3.ebuild?r1=1.5&r2=1.6
16
17 Index: bitcoind-0.6.3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.6.3.ebuild,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- bitcoind-0.6.3.ebuild 21 Oct 2012 00:03:53 -0000 1.5
24 +++ bitcoind-0.6.3.ebuild 29 Oct 2012 01:46:15 -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/bitcoind/bitcoind-0.6.3.ebuild,v 1.5 2012/10/21 00:03:53 blueness Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.6.3.ebuild,v 1.6 2012/10/29 01:46:15 blueness Exp $
30
31 EAPI="4"
32
33 @@ -73,6 +73,9 @@
34 OPTS+=(USE_UPNP=)
35 fi
36
37 + # Workaround for bug #440034
38 + share/genbuild.sh src/obj/build.h
39 +
40 cd src || die
41 emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" -f makefile.unix "${OPTS[@]}" ${PN}
42 }
43
44
45
46 1.2 net-p2p/bitcoind/bitcoind-0.6.4_rc3.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.6.4_rc3.ebuild?rev=1.2&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.6.4_rc3.ebuild?rev=1.2&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.6.4_rc3.ebuild?r1=1.1&r2=1.2
51
52 Index: bitcoind-0.6.4_rc3.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.6.4_rc3.ebuild,v
55 retrieving revision 1.1
56 retrieving revision 1.2
57 diff -u -r1.1 -r1.2
58 --- bitcoind-0.6.4_rc3.ebuild 8 Oct 2012 18:04:56 -0000 1.1
59 +++ bitcoind-0.6.4_rc3.ebuild 29 Oct 2012 01:46:15 -0000 1.2
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2012 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.6.4_rc3.ebuild,v 1.1 2012/10/08 18:04:56 blueness Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.6.4_rc3.ebuild,v 1.2 2012/10/29 01:46:15 blueness Exp $
65
66 EAPI="4"
67
68 @@ -73,6 +73,9 @@
69 OPTS+=(USE_UPNP=)
70 fi
71
72 + # Workaround for bug #440034
73 + share/genbuild.sh src/obj/build.h
74 +
75 cd src || die
76 emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" -f makefile.unix "${OPTS[@]}" ${PN}
77 }
78
79
80
81 1.2 net-p2p/bitcoind/bitcoind-0.7.0.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.7.0.ebuild?rev=1.2&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.7.0.ebuild?rev=1.2&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.7.0.ebuild?r1=1.1&r2=1.2
86
87 Index: bitcoind-0.7.0.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.7.0.ebuild,v
90 retrieving revision 1.1
91 retrieving revision 1.2
92 diff -u -r1.1 -r1.2
93 --- bitcoind-0.7.0.ebuild 8 Oct 2012 18:04:56 -0000 1.1
94 +++ bitcoind-0.7.0.ebuild 29 Oct 2012 01:46:15 -0000 1.2
95 @@ -1,6 +1,6 @@
96 # Copyright 1999-2012 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.7.0.ebuild,v 1.1 2012/10/08 18:04:56 blueness Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.7.0.ebuild,v 1.2 2012/10/29 01:46:15 blueness Exp $
100
101 EAPI="4"
102
103 @@ -72,6 +72,9 @@
104 fi
105 use ipv6 || OPTS+=("USE_IPV6=-")
106
107 + # Workaround for bug #440034
108 + share/genbuild.sh src/obj/build.h
109 +
110 cd src || die
111 emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" -f makefile.unix "${OPTS[@]}" ${PN}
112 }
113
114
115
116 1.49 net-p2p/bitcoind/ChangeLog
117
118 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?rev=1.49&view=markup
119 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?rev=1.49&content-type=text/plain
120 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?r1=1.48&r2=1.49
121
122 Index: ChangeLog
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v
125 retrieving revision 1.48
126 retrieving revision 1.49
127 diff -u -r1.48 -r1.49
128 --- ChangeLog 29 Oct 2012 01:31:05 -0000 1.48
129 +++ ChangeLog 29 Oct 2012 01:46:15 -0000 1.49
130 @@ -1,6 +1,10 @@
131 # ChangeLog for net-p2p/bitcoind
132 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
133 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.48 2012/10/29 01:31:05 blueness Exp $
134 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.49 2012/10/29 01:46:15 blueness Exp $
135 +
136 + 29 Oct 2012; Anthony G. Basile <blueness@g.o> bitcoind-0.6.3.ebuild,
137 + bitcoind-0.6.4_rc3.ebuild, bitcoind-0.7.0.ebuild:
138 + Workaround for bug #440034
139
140 *bitcoind-0.4.8_rc4 (29 Oct 2012)
141 *bitcoind-0.5.7_rc4 (29 Oct 2012)