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.9.2.1.ebuild ChangeLog
Date: Fri, 29 Aug 2014 00:46:24
Message-Id: 20140829004619.2C0E241E3@oystercatcher.gentoo.org
1 blueness 14/08/29 00:46:19
2
3 Modified: bitcoind-0.9.2.1.ebuild ChangeLog
4 Log:
5 Switch from einstall to emake, bug #521440
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.4 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.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild?rev=1.4&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.3&r2=1.4
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.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- bitcoind-0.9.2.1.ebuild 28 Aug 2014 10:17:12 -0000 1.3
23 +++ bitcoind-0.9.2.1.ebuild 29 Aug 2014 00:46:19 -0000 1.4
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.3 2014/08/28 10:17:12 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild,v 1.4 2014/08/29 00:46:19 blueness Exp $
29
30 EAPI=4
31
32 @@ -70,7 +70,7 @@
33 }
34
35 src_install() {
36 - einstall
37 + emake DESTDIR="${D}" install
38
39 insinto /etc/bitcoin
40 newins "${FILESDIR}/bitcoin.conf" bitcoin.conf
41 @@ -78,7 +78,7 @@
42 fperms 600 /etc/bitcoin/bitcoin.conf
43
44 newconfd "${FILESDIR}/bitcoin.confd" ${PN}
45 - newinitd "${FILESDIR}/bitcoin.initd" ${PN}
46 + newinitd "${FILESDIR}/bitcoin.initd-r1" ${PN}
47 systemd_dounit "${FILESDIR}/bitcoind.service"
48
49 keepdir /var/lib/bitcoin/.bitcoin
50
51
52
53 1.89 net-p2p/bitcoind/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?rev=1.89&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?rev=1.89&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?r1=1.88&r2=1.89
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v
62 retrieving revision 1.88
63 retrieving revision 1.89
64 diff -u -r1.88 -r1.89
65 --- ChangeLog 28 Aug 2014 21:51:19 -0000 1.88
66 +++ ChangeLog 29 Aug 2014 00:46:19 -0000 1.89
67 @@ -1,6 +1,9 @@
68 # ChangeLog for net-p2p/bitcoind
69 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.88 2014/08/28 21:51:19 blueness Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.89 2014/08/29 00:46:19 blueness Exp $
72 +
73 + 29 Aug 2014; Anthony G. Basile <blueness@g.o> bitcoind-0.9.2.1.ebuild:
74 + Switch from einstall to emake, bug #521440
75
76 28 Aug 2014; Anthony G. Basile <blueness@g.o> -bitcoind-0.8.6.ebuild:
77 Remove older unstable