dilfridge 15/02/27 14:27:20 Modified: bitcoind-0.10.0.ebuild ChangeLog Log: Disable more add-on patches by default (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 94BFDF4484AD142F)
Revision Changes Path 1.5 net-p2p/bitcoind/bitcoind-0.10.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.10.0.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.10.0.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.10.0.ebuild?r1=1.4&r2=1.5 Index: bitcoind-0.10.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.10.0.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- bitcoind-0.10.0.ebuild 27 Feb 2015 14:21:35 -0000 1.4 +++ bitcoind-0.10.0.ebuild 27 Feb 2015 14:27:20 -0000 1.5 @@ -1,12 +1,12 @@ # 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.10.0.ebuild,v 1.4 2015/02/27 14:21:35 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.10.0.ebuild,v 1.5 2015/02/27 14:27:20 dilfridge Exp $ EAPI=5 BITCOINCORE_COMMITHASH="047a89831760ff124740fe9f58411d57ee087078" BITCOINCORE_LJR_DATE="20150220" -BITCOINCORE_IUSE="examples +ljr logrotate test upnp +wallet xt zeromq" +BITCOINCORE_IUSE="examples ljr logrotate test upnp +wallet xt zeromq" BITCOINCORE_POLICY_PATCHES="cpfp dcmp rbf spamfilter" inherit bash-completion-r1 bitcoincore user systemd 1.101 net-p2p/bitcoind/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?rev=1.101&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?rev=1.101&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?r1=1.100&r2=1.101 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v retrieving revision 1.100 retrieving revision 1.101 diff -u -r1.100 -r1.101 --- ChangeLog 27 Feb 2015 14:21:35 -0000 1.100 +++ ChangeLog 27 Feb 2015 14:27:20 -0000 1.101 @@ -1,6 +1,9 @@ # 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.100 2015/02/27 14:21:35 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.101 2015/02/27 14:27:20 dilfridge Exp $ + + 27 Feb 2015; Andreas K. Huettel <[email protected]> bitcoind-0.10.0.ebuild: + Disable more add-on patches by default 27 Feb 2015; Andreas K. Huettel <[email protected]> bitcoind-0.10.0.ebuild: Disable add-on patches
