mgorny 14/08/28 10:17:12 Modified: bitcoind-0.9.2.1.ebuild ChangeLog Log: Remove USE=bash-completion, install the completion file unconditionally following the Council decision. (Portage version: 2.2.11_p165/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.3 net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild?r1=1.2&r2=1.3 Index: bitcoind-0.9.2.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bitcoind-0.9.2.1.ebuild 30 Jul 2014 05:21:30 -0000 1.2 +++ bitcoind-0.9.2.1.ebuild 28 Aug 2014 10:17:12 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 2010-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild,v 1.2 2014/07/30 05:21:30 patrick Exp $ +# $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 $ EAPI=4 @@ -20,7 +20,7 @@ LICENSE="MIT ISC GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" -IUSE="bash-completion examples logrotate test upnp +wallet" +IUSE="examples logrotate test upnp +wallet" RDEPEND=" >=dev-libs/boost-1.53.0[threads(+)] @@ -91,9 +91,7 @@ dodoc doc/assets-attribution.md doc/tor.md doman contrib/debian/manpages/{bitcoind.1,bitcoin.conf.5} - if use bash-completion; then - newbashcomp contrib/${PN}.bash-completion ${PN} - fi + newbashcomp contrib/${PN}.bash-completion ${PN} if use examples; then docinto examples 1.87 net-p2p/bitcoind/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?rev=1.87&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?rev=1.87&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?r1=1.86&r2=1.87 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v retrieving revision 1.86 retrieving revision 1.87 diff -u -r1.86 -r1.87 --- ChangeLog 30 Jul 2014 05:21:30 -0000 1.86 +++ ChangeLog 28 Aug 2014 10:17:12 -0000 1.87 @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/bitcoind # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.86 2014/07/30 05:21:30 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.87 2014/08/28 10:17:12 mgorny Exp $ + + 28 Aug 2014; Michał Górny <[email protected]> bitcoind-0.9.2.1.ebuild: + Remove USE=bash-completion, install the completion file unconditionally + following the Council decision. 30 Jul 2014; Patrick Lauer <[email protected]> bitcoind-0.9.2.1.ebuild: Adjust boost dep
