blueness 15/07/17 20:48:48
Modified: bitcoind-0.11.0.ebuild bitcoind-9999.ebuild
ChangeLog
Log:
Update 9999.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key
0xF52D4BBA)
Revision Changes Path
1.2 net-p2p/bitcoind/bitcoind-0.11.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.11.0.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.11.0.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.11.0.ebuild?r1=1.1&r2=1.2
Index: bitcoind-0.11.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.11.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bitcoind-0.11.0.ebuild 14 Jul 2015 13:06:19 -0000 1.1
+++ bitcoind-0.11.0.ebuild 17 Jul 2015 20:48:48 -0000 1.2
@@ -1,13 +1,13 @@
# Copyright 2010-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.11.0.ebuild,v
1.1 2015/07/14 13:06:19 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.11.0.ebuild,v
1.2 2015/07/17 20:48:48 blueness Exp $
EAPI=5
BITCOINCORE_COMMITHASH="d26f951802c762de04fb68e1a112d611929920ba"
BITCOINCORE_LJR_DATE="20150711"
BITCOINCORE_IUSE="examples ljr logrotate test upnp +wallet zeromq"
-BITCOINCORE_POLICY_PATCHES="+cltv +cpfp rbf spamfilter"
+BITCOINCORE_POLICY_PATCHES="cltv cpfp rbf spamfilter"
BITCOINCORE_NEED_LEVELDB=1
BITCOINCORE_NEED_LIBSECP256K1=1
inherit bash-completion-r1 bitcoincore user systemd
1.5 net-p2p/bitcoind/bitcoind-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-9999.ebuild?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-9999.ebuild?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-9999.ebuild?r1=1.4&r2=1.5
Index: bitcoind-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bitcoind-9999.ebuild 4 Mar 2015 00:11:48 -0000 1.4
+++ bitcoind-9999.ebuild 17 Jul 2015 20:48:48 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 2010-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-9999.ebuild,v 1.4
2015/03/04 00:11:48 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-9999.ebuild,v 1.5
2015/07/17 20:48:48 blueness Exp $
EAPI=5
@@ -27,8 +27,12 @@
enewuser "${UG}" -1 -1 /var/lib/bitcoin "${UG}"
}
+src_prepare() {
+ sed -i 's/have bitcoind &&//;s/^\(complete -F _bitcoind bitcoind\)
bitcoin-cli$/\1/' contrib/${PN}.bash-completion
+ bitcoincore_src_prepare
+}
+
src_configure() {
- # NOTE: --enable-zmq actually disables it
bitcoincore_conf \
--with-daemon
}
@@ -41,8 +45,8 @@
fowners bitcoin:bitcoin /etc/bitcoin/bitcoin.conf
fperms 600 /etc/bitcoin/bitcoin.conf
- newconfd "${FILESDIR}/bitcoin.confd" ${PN}
- newinitd "${FILESDIR}/bitcoin.initd-r1" ${PN}
+ newconfd "contrib/init/bitcoind.openrcconf" ${PN}
+ newinitd "contrib/init/bitcoind.openrc" ${PN}
systemd_dounit "${FILESDIR}/bitcoind.service"
keepdir /var/lib/bitcoin/.bitcoin
@@ -51,18 +55,18 @@
fowners bitcoin:bitcoin /var/lib/bitcoin/.bitcoin
dosym /etc/bitcoin/bitcoin.conf /var/lib/bitcoin/.bitcoin/bitcoin.conf
- dodoc doc/assets-attribution.md doc/tor.md
+ dodoc doc/assets-attribution.md doc/bips.md doc/tor.md
doman contrib/debian/manpages/{bitcoind.1,bitcoin.conf.5}
newbashcomp contrib/${PN}.bash-completion ${PN}
if use examples; then
docinto examples
- dodoc -r contrib/{bitrpc,pyminer,qos,spendfrom,tidy_datadir.sh}
+ dodoc -r contrib/{bitrpc,qos,spendfrom,tidy_datadir.sh}
fi
if use logrotate; then
insinto /etc/logrotate.d
- newins "${FILESDIR}/bitcoind.logrotate" bitcoind
+ newins "${FILESDIR}/bitcoind.logrotate-r1" bitcoind
fi
}
1.110 net-p2p/bitcoind/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?rev=1.110&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?rev=1.110&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?r1=1.109&r2=1.110
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog 14 Jul 2015 13:06:19 -0000 1.109
+++ ChangeLog 17 Jul 2015 20:48:48 -0000 1.110
@@ -1,6 +1,11 @@
# ChangeLog for net-p2p/bitcoind
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.109
2015/07/14 13:06:19 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.110
2015/07/17 20:48:48 blueness Exp $
+
+ 17 Jul 2015; Anthony G. Basile <[email protected]>
+ -files/9999-sys_libsecp256k1.patch, -files/bitcoin.initd,
+ bitcoind-0.11.0.ebuild, bitcoind-9999.ebuild:
+ Update 9999.
*bitcoind-0.11.0 (14 Jul 2015)