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