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 dev-util/bitcoin-tx: bitcoin-tx-9999.ebuild bitcoin-tx-0.10.0.ebuild ChangeLog
Date: Tue, 03 Mar 2015 23:49:37
Message-Id: 20150303234934.9B5B012FBA@oystercatcher.gentoo.org
1 blueness 15/03/03 23:49:34
2
3 Modified: bitcoin-tx-9999.ebuild bitcoin-tx-0.10.0.ebuild
4 ChangeLog
5 Log:
6 Fix bug #541266.
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
9
10 Revision Changes Path
11 1.2 dev-util/bitcoin-tx/bitcoin-tx-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bitcoin-tx/bitcoin-tx-9999.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bitcoin-tx/bitcoin-tx-9999.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bitcoin-tx/bitcoin-tx-9999.ebuild?r1=1.1&r2=1.2
16
17 Index: bitcoin-tx-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/bitcoin-tx/bitcoin-tx-9999.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- bitcoin-tx-9999.ebuild 23 Feb 2015 21:58:12 -0000 1.1
24 +++ bitcoin-tx-9999.ebuild 3 Mar 2015 23:49:34 -0000 1.2
25 @@ -1,11 +1,12 @@
26 # Copyright 2010-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bitcoin-tx/bitcoin-tx-9999.ebuild,v 1.1 2015/02/23 21:58:12 blueness Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bitcoin-tx/bitcoin-tx-9999.ebuild,v 1.2 2015/03/03 23:49:34 blueness Exp $
30
31 EAPI=5
32
33 BITCOINCORE_NO_SYSLIBS=1
34 BITCOINCORE_IUSE=""
35 +BITCOINCORE_NEED_LIBSECP256K1=1
36 inherit bitcoincore
37
38 DESCRIPTION="Command-line Bitcoin transaction tool"
39
40
41
42 1.2 dev-util/bitcoin-tx/bitcoin-tx-0.10.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bitcoin-tx/bitcoin-tx-0.10.0.ebuild?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bitcoin-tx/bitcoin-tx-0.10.0.ebuild?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bitcoin-tx/bitcoin-tx-0.10.0.ebuild?r1=1.1&r2=1.2
47
48 Index: bitcoin-tx-0.10.0.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-util/bitcoin-tx/bitcoin-tx-0.10.0.ebuild,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- bitcoin-tx-0.10.0.ebuild 23 Feb 2015 21:58:12 -0000 1.1
55 +++ bitcoin-tx-0.10.0.ebuild 3 Mar 2015 23:49:34 -0000 1.2
56 @@ -1,12 +1,13 @@
57 # Copyright 2010-2015 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bitcoin-tx/bitcoin-tx-0.10.0.ebuild,v 1.1 2015/02/23 21:58:12 blueness Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bitcoin-tx/bitcoin-tx-0.10.0.ebuild,v 1.2 2015/03/03 23:49:34 blueness Exp $
61
62 EAPI=5
63
64 BITCOINCORE_COMMITHASH="047a89831760ff124740fe9f58411d57ee087078"
65 BITCOINCORE_LJR_DATE="20150220"
66 BITCOINCORE_IUSE=""
67 +BITCOINCORE_NEED_LIBSECP256K1=1
68 inherit bitcoincore
69
70 DESCRIPTION="Command-line Bitcoin transaction tool"
71
72
73
74 1.2 dev-util/bitcoin-tx/ChangeLog
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bitcoin-tx/ChangeLog?rev=1.2&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bitcoin-tx/ChangeLog?rev=1.2&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bitcoin-tx/ChangeLog?r1=1.1&r2=1.2
79
80 Index: ChangeLog
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/dev-util/bitcoin-tx/ChangeLog,v
83 retrieving revision 1.1
84 retrieving revision 1.2
85 diff -u -r1.1 -r1.2
86 --- ChangeLog 23 Feb 2015 21:58:12 -0000 1.1
87 +++ ChangeLog 3 Mar 2015 23:49:34 -0000 1.2
88 @@ -1,6 +1,10 @@
89 # ChangeLog for dev-util/bitcoin-tx
90 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
91 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bitcoin-tx/ChangeLog,v 1.1 2015/02/23 21:58:12 blueness Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bitcoin-tx/ChangeLog,v 1.2 2015/03/03 23:49:34 blueness Exp $
93 +
94 + 03 Mar 2015; Anthony G. Basile <blueness@g.o> bitcoin-tx-0.10.0.ebuild,
95 + bitcoin-tx-9999.ebuild:
96 + Fix bug #541266.
97
98 *bitcoin-tx-9999 (23 Feb 2015)
99 *bitcoin-tx-0.10.0 (23 Feb 2015)
100 @@ -9,4 +13,3 @@
101 +bitcoin-tx-0.10.0.ebuild, +bitcoin-tx-9999.ebuild,
102 +files/9999-sys_libsecp256k1.patch, +metadata.xml:
103 Initial commit
104 -