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/litecoind: litecoind-0.8.7.1.ebuild ChangeLog
Date: Thu, 28 Aug 2014 22:34:10
Message-Id: 20140828223406.625E141CE@oystercatcher.gentoo.org
1 blueness 14/08/28 22:34:06
2
3 Modified: litecoind-0.8.7.1.ebuild ChangeLog
4 Log:
5 Remove USE=bash-completion, bug #521352
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.3 net-p2p/litecoind/litecoind-0.8.7.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/litecoind/litecoind-0.8.7.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/litecoind/litecoind-0.8.7.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/litecoind/litecoind-0.8.7.1.ebuild?r1=1.2&r2=1.3
15
16 Index: litecoind-0.8.7.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-p2p/litecoind/litecoind-0.8.7.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- litecoind-0.8.7.1.ebuild 10 Aug 2014 20:37:27 -0000 1.2
23 +++ litecoind-0.8.7.1.ebuild 28 Aug 2014 22:34:06 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/litecoind/litecoind-0.8.7.1.ebuild,v 1.2 2014/08/10 20:37:27 slyfox Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/litecoind/litecoind-0.8.7.1.ebuild,v 1.3 2014/08/28 22:34:06 blueness Exp $
29
30 EAPI=5
31
32 @@ -19,7 +19,7 @@
33 LICENSE="MIT ISC GPL-2"
34 SLOT="0"
35 KEYWORDS="~amd64 ~x86"
36 -IUSE="bash-completion examples ipv6 logrotate upnp"
37 +IUSE="examples ipv6 logrotate upnp"
38
39 RDEPEND="
40 dev-libs/boost[threads(+)]
41 @@ -108,9 +108,8 @@
42 newman contrib/debian/manpages/bitcoind.1 litecoind.1
43 newman contrib/debian/manpages/bitcoin.conf.5 litecoin.conf.5
44
45 - if use bash-completion; then
46 - newbashcomp contrib/bitcoind.bash-completion ${PN}.bash-completion
47 - fi
48 + sed -i -e 's/bitcoin/litecoin/g' contrib/bitcoind.bash-completion
49 + newbashcomp contrib/bitcoind.bash-completion ${PN}.bash-completion
50
51 if use examples; then
52 docinto examples
53
54
55
56 1.8 net-p2p/litecoind/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/litecoind/ChangeLog?rev=1.8&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/litecoind/ChangeLog?rev=1.8&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/litecoind/ChangeLog?r1=1.7&r2=1.8
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/net-p2p/litecoind/ChangeLog,v
65 retrieving revision 1.7
66 retrieving revision 1.8
67 diff -u -r1.7 -r1.8
68 --- ChangeLog 28 Aug 2014 22:13:14 -0000 1.7
69 +++ ChangeLog 28 Aug 2014 22:34:06 -0000 1.8
70 @@ -1,6 +1,9 @@
71 # ChangeLog for net-p2p/litecoind
72 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/litecoind/ChangeLog,v 1.7 2014/08/28 22:13:14 blueness Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/litecoind/ChangeLog,v 1.8 2014/08/28 22:34:06 blueness Exp $
75 +
76 + 28 Aug 2014; Anthony G. Basile <blueness@g.o> litecoind-0.8.7.1.ebuild:
77 + Remove USE=bash-completion, bug #521352
78
79 28 Aug 2014; Anthony G. Basile <blueness@g.o>
80 -litecoind-0.8.5.3_rc3.ebuild, -litecoind-0.8.6.1-r1.ebuild,