commit: 16db8592c1ac4ed45bdb681ac6366605188b98e3
Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 4 05:05:14 2017 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Sat Mar 4 05:06:14 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16db8592
net-wireless/ubertooth: bump, cleanup
Package-Manager: Portage-2.3.3, Repoman-2.3.1
net-wireless/ubertooth/Manifest | 1 +
.../{ubertooth-9999.ebuild => ubertooth-2017.03.1.ebuild} | 14 ++++++--------
net-wireless/ubertooth/ubertooth-9999.ebuild | 14 ++++++--------
3 files changed, 13 insertions(+), 16 deletions(-)
diff --git a/net-wireless/ubertooth/Manifest b/net-wireless/ubertooth/Manifest
index 7fccdf3cd35..c196aca8dd4 100644
--- a/net-wireless/ubertooth/Manifest
+++ b/net-wireless/ubertooth/Manifest
@@ -1 +1,2 @@
DIST ubertooth-2015-10-R1.tar.xz 1716840 SHA256
bc37e7978d137a64d918d7c8f1e7ca9cff093f9921d805e9809b12e5ab12ae35 SHA512
ad7229c9509db4b4230ec28d1c16200f0780dd7ce55224528ced6d8969f342a79b7317b69e7b9e49d03e93f973203801f4f703dd80dc115400366b0984c965b1
WHIRLPOOL
5f46bdc8746481d68fd5c8e3ce04aadbcc1bc704c95b1b5a3d389376704a2a3e702faf819c749f98cb737578e9ccfa3ac01887081bceeceed2e4804493b2c2a8
+DIST ubertooth-2017-03-R1.tar.xz 671196 SHA256
76ace37e3920c0216b13aa7c0a4c094864262f1054f5ac406beafde954a37726 SHA512
546cc84b2c322e48c7a9da5c507b213d7fe6e8c1fefde0404f9bbc1f24675ace7fc831f941f362eca2cf3abefe1d9ba51cb12dd8b7407a59b7560fba8864b268
WHIRLPOOL
e8229d522de78fb752a3ada37083753ea413b92426907cabc50575b48a00b445c25a7a78447b24196840cb655961d1ff4cb5c3e4462ff2893f31848fe15c102f
diff --git a/net-wireless/ubertooth/ubertooth-9999.ebuild
b/net-wireless/ubertooth/ubertooth-2017.03.1.ebuild
similarity index 88%
copy from net-wireless/ubertooth/ubertooth-9999.ebuild
copy to net-wireless/ubertooth/ubertooth-2017.03.1.ebuild
index d3c2d362330..de2e949b8cb 100644
--- a/net-wireless/ubertooth/ubertooth-9999.ebuild
+++ b/net-wireless/ubertooth/ubertooth-2017.03.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
+EAPI="6"
PYTHON_COMPAT=( python2_7 )
DISTUTILS_OPTIONAL=1
@@ -12,11 +12,10 @@ HOMEPAGE="http://ubertooth.sourceforge.net/"
LICENSE="GPL-2"
SLOT="0"
-IUSE="+bluez +specan static-libs +pcap +ubertooth1-firmware +udev"
+IUSE="+bluez +specan static-libs +ubertooth1-firmware +udev"
REQUIRED_USE="specan? ( ${PYTHON_REQUIRED_USE} )"
DEPEND="bluez? ( net-wireless/bluez:= )
>=net-libs/libbtbb-${PV}:=[static-libs?]
- pcap? ( net-libs/libbtbb[pcap] )
specan? ( ${PYTHON_DEPS} )
static-libs? ( dev-libs/libusb[static-libs] )
virtual/libusb:1="
@@ -54,10 +53,9 @@ src_prepare() {
src_configure() {
mycmakeargs=(
- $(cmake-utils_use_enable bluez USE_BLUEZ)
- $(cmake-utils_use pcap USE_PCAP)
- $(cmake-utils_use static-libs BUILD_STATIC_LIB)
- $(cmake-utils_use_enable udev INSTALL_UDEV_RULES)
+ -DUSE_BLUEZ=$(usex bluez)
+ -DBUILD_STATIC_LIB=$(usex static-libs)
+ -DINSTALL_UDEV_RULES=$(usex udev)
-DENABLE_PYTHON=false
)
if use udev; then
diff --git a/net-wireless/ubertooth/ubertooth-9999.ebuild
b/net-wireless/ubertooth/ubertooth-9999.ebuild
index d3c2d362330..de2e949b8cb 100644
--- a/net-wireless/ubertooth/ubertooth-9999.ebuild
+++ b/net-wireless/ubertooth/ubertooth-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
+EAPI="6"
PYTHON_COMPAT=( python2_7 )
DISTUTILS_OPTIONAL=1
@@ -12,11 +12,10 @@ HOMEPAGE="http://ubertooth.sourceforge.net/"
LICENSE="GPL-2"
SLOT="0"
-IUSE="+bluez +specan static-libs +pcap +ubertooth1-firmware +udev"
+IUSE="+bluez +specan static-libs +ubertooth1-firmware +udev"
REQUIRED_USE="specan? ( ${PYTHON_REQUIRED_USE} )"
DEPEND="bluez? ( net-wireless/bluez:= )
>=net-libs/libbtbb-${PV}:=[static-libs?]
- pcap? ( net-libs/libbtbb[pcap] )
specan? ( ${PYTHON_DEPS} )
static-libs? ( dev-libs/libusb[static-libs] )
virtual/libusb:1="
@@ -54,10 +53,9 @@ src_prepare() {
src_configure() {
mycmakeargs=(
- $(cmake-utils_use_enable bluez USE_BLUEZ)
- $(cmake-utils_use pcap USE_PCAP)
- $(cmake-utils_use static-libs BUILD_STATIC_LIB)
- $(cmake-utils_use_enable udev INSTALL_UDEV_RULES)
+ -DUSE_BLUEZ=$(usex bluez)
+ -DBUILD_STATIC_LIB=$(usex static-libs)
+ -DINSTALL_UDEV_RULES=$(usex udev)
-DENABLE_PYTHON=false
)
if use udev; then