Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/bitcoind: bitcoind-0.9.2.1.ebuild ChangeLog
Date: Thu, 28 Aug 2014 10:17:18
Message-Id: 20140828101712.D871541A9@oystercatcher.gentoo.org
1 mgorny 14/08/28 10:17:12
2
3 Modified: bitcoind-0.9.2.1.ebuild ChangeLog
4 Log:
5 Remove USE=bash-completion, install the completion file unconditionally following the Council decision.
6
7 (Portage version: 2.2.11_p165/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.3 net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild?r1=1.2&r2=1.3
15
16 Index: bitcoind-0.9.2.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- bitcoind-0.9.2.1.ebuild 30 Jul 2014 05:21:30 -0000 1.2
23 +++ bitcoind-0.9.2.1.ebuild 28 Aug 2014 10:17:12 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 2010-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild,v 1.2 2014/07/30 05:21:30 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild,v 1.3 2014/08/28 10:17:12 mgorny Exp $
29
30 EAPI=4
31
32 @@ -20,7 +20,7 @@
33 LICENSE="MIT ISC GPL-2"
34 SLOT="0"
35 KEYWORDS="~amd64 ~arm ~x86"
36 -IUSE="bash-completion examples logrotate test upnp +wallet"
37 +IUSE="examples logrotate test upnp +wallet"
38
39 RDEPEND="
40 >=dev-libs/boost-1.53.0[threads(+)]
41 @@ -91,9 +91,7 @@
42 dodoc doc/assets-attribution.md doc/tor.md
43 doman contrib/debian/manpages/{bitcoind.1,bitcoin.conf.5}
44
45 - if use bash-completion; then
46 - newbashcomp contrib/${PN}.bash-completion ${PN}
47 - fi
48 + newbashcomp contrib/${PN}.bash-completion ${PN}
49
50 if use examples; then
51 docinto examples
52
53
54
55 1.87 net-p2p/bitcoind/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?rev=1.87&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?rev=1.87&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?r1=1.86&r2=1.87
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v
64 retrieving revision 1.86
65 retrieving revision 1.87
66 diff -u -r1.86 -r1.87
67 --- ChangeLog 30 Jul 2014 05:21:30 -0000 1.86
68 +++ ChangeLog 28 Aug 2014 10:17:12 -0000 1.87
69 @@ -1,6 +1,10 @@
70 # ChangeLog for net-p2p/bitcoind
71 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.86 2014/07/30 05:21:30 patrick Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.87 2014/08/28 10:17:12 mgorny Exp $
74 +
75 + 28 Aug 2014; Michał Górny <mgorny@g.o> bitcoind-0.9.2.1.ebuild:
76 + Remove USE=bash-completion, install the completion file unconditionally
77 + following the Council decision.
78
79 30 Jul 2014; Patrick Lauer <patrick@g.o> bitcoind-0.9.2.1.ebuild:
80 Adjust boost dep