summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-08-28 10:17:12 +0000
committerMichał Górny <mgorny@gentoo.org>2014-08-28 10:17:12 +0000
commit82fe3f99469418d871d76cd9b66c4f283c9c5136 (patch)
tree3fdb1f447755a48bcd49b342898b014b7d4ab4a1 /net-p2p/bitcoind
parentVersion bump. Remove <python2.7 dependencies. (diff)
downloadgentoo-2-82fe3f99469418d871d76cd9b66c4f283c9c5136.tar.gz
gentoo-2-82fe3f99469418d871d76cd9b66c4f283c9c5136.tar.bz2
gentoo-2-82fe3f99469418d871d76cd9b66c4f283c9c5136.zip
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!)
Diffstat (limited to 'net-p2p/bitcoind')
-rw-r--r--net-p2p/bitcoind/ChangeLog6
-rw-r--r--net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild8
2 files changed, 8 insertions, 6 deletions
diff --git a/net-p2p/bitcoind/ChangeLog b/net-p2p/bitcoind/ChangeLog
index 0ef27e3199c5..267202e54271 100644
--- a/net-p2p/bitcoind/ChangeLog
+++ b/net-p2p/bitcoind/ChangeLog
@@ -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 <mgorny@gentoo.org> bitcoind-0.9.2.1.ebuild:
+ Remove USE=bash-completion, install the completion file unconditionally
+ following the Council decision.
30 Jul 2014; Patrick Lauer <patrick@gentoo.org> bitcoind-0.9.2.1.ebuild:
Adjust boost dep
diff --git a/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild b/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild
index ba65775f30f6..b702fba1beff 100644
--- a/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild
+++ b/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild
@@ -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 @@ SRC_URI="https://github.com/${MyPN}/${MyPN}/archive/v${MyPV}.tar.gz -> ${MyPN}-v
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 @@ src_install() {
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