Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/bluez/
Date: Tue, 27 Oct 2015 19:04:21
Message-Id: 1445972640.e8f0c95d65933b7cfae51a4b4336e1ad459916fe.pacho@gentoo
1 commit: e8f0c95d65933b7cfae51a4b4336e1ad459916fe
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 27 19:03:10 2015 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 27 19:04:00 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8f0c95d
7
8 net-wireless/bluez: Revert "net-wireless/bluez: add btmgmt (future replacement for hcitool)"
9 as explained in https://github.com/gentoo/gentoo/pull/132
10
11 This reverts commit 59e6018382b70e19fe6526030fe525f414e81b5d.
12
13 net-wireless/bluez/{bluez-5.35-r2.ebuild => bluez-5.35-r1.ebuild} | 5 +----
14 1 file changed, 1 insertion(+), 4 deletions(-)
15
16 diff --git a/net-wireless/bluez/bluez-5.35-r2.ebuild b/net-wireless/bluez/bluez-5.35-r1.ebuild
17 similarity index 98%
18 rename from net-wireless/bluez/bluez-5.35-r2.ebuild
19 rename to net-wireless/bluez/bluez-5.35-r1.ebuild
20 index 3cfc2d0..d23e5cd 100644
21 --- a/net-wireless/bluez/bluez-5.35-r2.ebuild
22 +++ b/net-wireless/bluez/bluez-5.35-r1.ebuild
23 @@ -161,10 +161,7 @@ multilib_src_install() {
24 # http://permalink.gmane.org/gmane.linux.bluez.kernel/53115
25 # http://comments.gmane.org/gmane.linux.bluez.kernel/54564
26 # gatttool is only built with readline, bug #530776
27 - if use readline; then
28 - dobin attrib/gatttool
29 - dobin tools/btmgmt
30 - fi
31 + use readline && dobin attrib/gatttool
32 dobin tools/hex2hcd
33
34 # Unittests are not that useful once installed, so make them optional