Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/ubertooth/
Date: Sat, 04 Mar 2017 05:06:38
Message-Id: 1488603974.16db8592c1ac4ed45bdb681ac6366605188b98e3.zerochaos@gentoo
1 commit: 16db8592c1ac4ed45bdb681ac6366605188b98e3
2 Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 4 05:05:14 2017 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 4 05:06:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16db8592
7
8 net-wireless/ubertooth: bump, cleanup
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 net-wireless/ubertooth/Manifest | 1 +
13 .../{ubertooth-9999.ebuild => ubertooth-2017.03.1.ebuild} | 14 ++++++--------
14 net-wireless/ubertooth/ubertooth-9999.ebuild | 14 ++++++--------
15 3 files changed, 13 insertions(+), 16 deletions(-)
16
17 diff --git a/net-wireless/ubertooth/Manifest b/net-wireless/ubertooth/Manifest
18 index 7fccdf3cd35..c196aca8dd4 100644
19 --- a/net-wireless/ubertooth/Manifest
20 +++ b/net-wireless/ubertooth/Manifest
21 @@ -1 +1,2 @@
22 DIST ubertooth-2015-10-R1.tar.xz 1716840 SHA256 bc37e7978d137a64d918d7c8f1e7ca9cff093f9921d805e9809b12e5ab12ae35 SHA512 ad7229c9509db4b4230ec28d1c16200f0780dd7ce55224528ced6d8969f342a79b7317b69e7b9e49d03e93f973203801f4f703dd80dc115400366b0984c965b1 WHIRLPOOL 5f46bdc8746481d68fd5c8e3ce04aadbcc1bc704c95b1b5a3d389376704a2a3e702faf819c749f98cb737578e9ccfa3ac01887081bceeceed2e4804493b2c2a8
23 +DIST ubertooth-2017-03-R1.tar.xz 671196 SHA256 76ace37e3920c0216b13aa7c0a4c094864262f1054f5ac406beafde954a37726 SHA512 546cc84b2c322e48c7a9da5c507b213d7fe6e8c1fefde0404f9bbc1f24675ace7fc831f941f362eca2cf3abefe1d9ba51cb12dd8b7407a59b7560fba8864b268 WHIRLPOOL e8229d522de78fb752a3ada37083753ea413b92426907cabc50575b48a00b445c25a7a78447b24196840cb655961d1ff4cb5c3e4462ff2893f31848fe15c102f
24
25 diff --git a/net-wireless/ubertooth/ubertooth-9999.ebuild b/net-wireless/ubertooth/ubertooth-2017.03.1.ebuild
26 similarity index 88%
27 copy from net-wireless/ubertooth/ubertooth-9999.ebuild
28 copy to net-wireless/ubertooth/ubertooth-2017.03.1.ebuild
29 index d3c2d362330..de2e949b8cb 100644
30 --- a/net-wireless/ubertooth/ubertooth-9999.ebuild
31 +++ b/net-wireless/ubertooth/ubertooth-2017.03.1.ebuild
32 @@ -1,7 +1,7 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 +# Copyright 1999-2017 Gentoo Foundation
35 # Distributed under the terms of the GNU General Public License v2
36
37 -EAPI="5"
38 +EAPI="6"
39
40 PYTHON_COMPAT=( python2_7 )
41 DISTUTILS_OPTIONAL=1
42 @@ -12,11 +12,10 @@ HOMEPAGE="http://ubertooth.sourceforge.net/"
43
44 LICENSE="GPL-2"
45 SLOT="0"
46 -IUSE="+bluez +specan static-libs +pcap +ubertooth1-firmware +udev"
47 +IUSE="+bluez +specan static-libs +ubertooth1-firmware +udev"
48 REQUIRED_USE="specan? ( ${PYTHON_REQUIRED_USE} )"
49 DEPEND="bluez? ( net-wireless/bluez:= )
50 >=net-libs/libbtbb-${PV}:=[static-libs?]
51 - pcap? ( net-libs/libbtbb[pcap] )
52 specan? ( ${PYTHON_DEPS} )
53 static-libs? ( dev-libs/libusb[static-libs] )
54 virtual/libusb:1="
55 @@ -54,10 +53,9 @@ src_prepare() {
56
57 src_configure() {
58 mycmakeargs=(
59 - $(cmake-utils_use_enable bluez USE_BLUEZ)
60 - $(cmake-utils_use pcap USE_PCAP)
61 - $(cmake-utils_use static-libs BUILD_STATIC_LIB)
62 - $(cmake-utils_use_enable udev INSTALL_UDEV_RULES)
63 + -DUSE_BLUEZ=$(usex bluez)
64 + -DBUILD_STATIC_LIB=$(usex static-libs)
65 + -DINSTALL_UDEV_RULES=$(usex udev)
66 -DENABLE_PYTHON=false
67 )
68 if use udev; then
69
70 diff --git a/net-wireless/ubertooth/ubertooth-9999.ebuild b/net-wireless/ubertooth/ubertooth-9999.ebuild
71 index d3c2d362330..de2e949b8cb 100644
72 --- a/net-wireless/ubertooth/ubertooth-9999.ebuild
73 +++ b/net-wireless/ubertooth/ubertooth-9999.ebuild
74 @@ -1,7 +1,7 @@
75 -# Copyright 1999-2016 Gentoo Foundation
76 +# Copyright 1999-2017 Gentoo Foundation
77 # Distributed under the terms of the GNU General Public License v2
78
79 -EAPI="5"
80 +EAPI="6"
81
82 PYTHON_COMPAT=( python2_7 )
83 DISTUTILS_OPTIONAL=1
84 @@ -12,11 +12,10 @@ HOMEPAGE="http://ubertooth.sourceforge.net/"
85
86 LICENSE="GPL-2"
87 SLOT="0"
88 -IUSE="+bluez +specan static-libs +pcap +ubertooth1-firmware +udev"
89 +IUSE="+bluez +specan static-libs +ubertooth1-firmware +udev"
90 REQUIRED_USE="specan? ( ${PYTHON_REQUIRED_USE} )"
91 DEPEND="bluez? ( net-wireless/bluez:= )
92 >=net-libs/libbtbb-${PV}:=[static-libs?]
93 - pcap? ( net-libs/libbtbb[pcap] )
94 specan? ( ${PYTHON_DEPS} )
95 static-libs? ( dev-libs/libusb[static-libs] )
96 virtual/libusb:1="
97 @@ -54,10 +53,9 @@ src_prepare() {
98
99 src_configure() {
100 mycmakeargs=(
101 - $(cmake-utils_use_enable bluez USE_BLUEZ)
102 - $(cmake-utils_use pcap USE_PCAP)
103 - $(cmake-utils_use static-libs BUILD_STATIC_LIB)
104 - $(cmake-utils_use_enable udev INSTALL_UDEV_RULES)
105 + -DUSE_BLUEZ=$(usex bluez)
106 + -DBUILD_STATIC_LIB=$(usex static-libs)
107 + -DINSTALL_UDEV_RULES=$(usex udev)
108 -DENABLE_PYTHON=false
109 )
110 if use udev; then