public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Richard Farina" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/ubertooth/
Date: Sat,  5 Sep 2015 02:39:47 +0000 (UTC)	[thread overview]
Message-ID: <1441420597.e1afb60a4e8dc5a63812f149984334dc7ae10a56.zerochaos@gentoo> (raw)

commit:     e1afb60a4e8dc5a63812f149984334dc7ae10a56
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  5 02:36:30 2015 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Sat Sep  5 02:36:37 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1afb60a

net-wireless/ubertooth: version bump, drop old

 net-wireless/ubertooth/Manifest                    |  3 +-
 net-wireless/ubertooth/ubertooth-0.0_p534.ebuild   | 92 ----------------------
 ...4.04.1-r1.ebuild => ubertooth-2015.09.1.ebuild} | 92 +++++++++-------------
 3 files changed, 40 insertions(+), 147 deletions(-)

diff --git a/net-wireless/ubertooth/Manifest b/net-wireless/ubertooth/Manifest
index 2f20f68..9da99db 100644
--- a/net-wireless/ubertooth/Manifest
+++ b/net-wireless/ubertooth/Manifest
@@ -1,2 +1 @@
-DIST ubertooth-2014-04-R1.tar.xz 1762456 SHA256 0881b4bde755acea557851852bc830c100986801148ac1fcaf8ca898623edfaa SHA512 9cc415c7e7f4ce40703e7dcf916e8942325902ab3af470fb959de6bbe047a824ad62b41a09e95ead5a74a961674d2dd4d30e582db21e2ba47f648eb99462bf4a WHIRLPOOL 6c01402ebf004e782bbe4ad891c3b8ebee0040a5bfb6fcdeb2939a105646157b1786b90772a502b92e26a356a5674bafd6960ce83e3f81db819dd5575e6fc444
-DIST ubertooth-r534.tar.gz 2959832 SHA256 5e227872ee8c088fe2cdac936c4a30d1e12b8f7c6ac781c96004ad7528b44730 SHA512 b3e150b8f8a4335f65fd8b7b629316eae08cf0560269991af6632d48e360f17dd98742da975df33852760140cd5f4571f72f36d973fa5e6d8df47932561acfa6 WHIRLPOOL 7d7ea0db033b34cbf16f963ea42d05db9bf8f82f41d5d26dd6510a95ffe339dae3fef54f5cef5d71bfedb1e05531bf33998cbcabe88af611feeaecf1e22a7b10
+DIST ubertooth-2015-09-R1.tar.xz 1707712 SHA256 3d02e3a2e2d000583c62c47a7745db0ab676266dfdf6f89bfaa3e7a141f90bf1 SHA512 a56070fa5da545b0cfa0ac65b6f537e8f27fab0da0fc4ac73e11456d52a58d1e2dbf71835083190dd4f3fe90dc36487ba0aa4ceb0b4a66e07d41e438e339d9e3 WHIRLPOOL 6e14447f5bbc87771d582e0fe77ae0abab39942cb921f3996700e2f7fac4e43c11891136e7097cf45ff08ceac290f534022dd32eb153ed7150729c5f8296a0f3

diff --git a/net-wireless/ubertooth/ubertooth-0.0_p534.ebuild b/net-wireless/ubertooth/ubertooth-0.0_p534.ebuild
deleted file mode 100644
index a9d2161..0000000
--- a/net-wireless/ubertooth/ubertooth-0.0_p534.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit multilib #flag-o-matic
-
-HOMEPAGE="http://ubertooth.sourceforge.net/"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="+dfu +specan ubertooth0-firmware +ubertooth1-firmware"
-REQUIRED_USE="ubertooth0-firmware? ( dfu )
-		ubertooth1-firmware? ( dfu )"
-DEPEND=""
-RDEPEND="specan? ( virtual/libusb:1 )
-	dfu? ( virtual/libusb:1 )
-	specan? ( >=dev-qt/qtgui-4.7.2:4
-	>=dev-python/pyside-1.0.2
-	>=dev-python/numpy-1.3 )
-	specan? ( >=dev-python/pyusb-1.0.0_alpha1 )
-	dfu? ( >=dev-python/pyusb-1.0.0_alpha1 )"
-
-if [[ ${PV} == "9999" ]] ; then
-	ESVN_REPO_URI="https://ubertooth.svn.sourceforge.net/svnroot/ubertooth/trunk/"
-	SRC_URI=""
-	inherit subversion
-	KEYWORDS=""
-	DEPEND="=net-libs/libbtbb-9999"
-	RDEPEND="${RDEPEND}
-		=net-libs/libbtbb-9999
-		ubertooth0-firmware? ( sys-devel/gcc-arm-embedded-bin )
-		ubertooth1-firmware? ( sys-devel/gcc-arm-embedded-bin )"
-else
-	MY_PV="${PV/p/r}"
-	MY_PV="${MY_PV/0.0_/}"
-	SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-	S="${WORKDIR}/${PN}-${MY_PV}/"
-	DEPEND=">=net-libs/libbtbb-0.8"
-	RDEPEND="${RDEPEND}
-		>=net-libs/libbtbb-0.8"
-fi
-DESCRIPTION="An open source wireless development platform suitable for Bluetooth experimentation"
-
-src_compile() {
-	#sometimes needed to build, remove when a release is made after r534 if not needed
-	#filter-ldflags -Wl,--as-needed
-	cd "${S}/host/bluetooth_rxtx" || die
-	emake
-
-	if [[ ${PV} == "9999" ]] ; then
-		cd "${S}"/firmware/bluetooth_rxtx || die
-		if use ubertooth0-firmware; then
-			SVN_REV_NUM="-D'SVN_REV_NUM'=${ESVN_WC_REVISION}" DFU_TOOL=/usr/bin/ubertooth-dfu BOARD=UBERTOOTH_ZERO emake -j1
-			mv bluetooth_rxtx.bin bluetooth_rxtx_U0.bin || die
-			emake clean
-		fi
-		if use ubertooth1-firmware; then
-			SVN_REV_NUM="-D'SVN_REV_NUM'=${ESVN_WC_REVISION}" DFU_TOOL=/usr/bin/ubertooth-dfu emake -j1
-			mv bluetooth_rxtx.bin bluetooth_rxtx_U1.bin || die
-		fi
-	fi
-}
-
-src_install() {
-	cd host || die
-	dobin bluetooth_rxtx/ubertooth-dump bluetooth_rxtx/ubertooth-lap \
-		bluetooth_rxtx/ubertooth-btle bluetooth_rxtx/ubertooth-uap \
-		bluetooth_rxtx/ubertooth-hop bluetooth_rxtx/ubertooth-util
-
-	use specan && dobin bluetooth_rxtx/ubertooth-specan specan_ui/specan.py specan_ui/ubertooth-specan-ui
-
-	use dfu && dobin usb_dfu/ubertooth-dfu usb_dfu/dfu_suffix.py
-
-	insinto /lib/firmware
-	cd "${S}"
-	if [[ ${PV} == "9999" ]] ; then
-		use ubertooth0-firmware && doins firmware/bluetooth_rxtx/bluetooth_rxtx_U0.bin
-	        use ubertooth1-firmware && doins firmware/bluetooth_rxtx/bluetooth_rxtx_U1.bin
-	else
-		use ubertooth0-firmware && newins ubertooth-zero-firmware-bin/bluetooth_rxtx.bin bluetooth_rxtx_U0.bin
-	        use ubertooth1-firmware && newins ubertooth-one-firmware-bin/bluetooth_rxtx.bin bluetooth_rxtx_U1.bin
-	fi
-
-	insinto /lib/udev/rules.d/
-	doins "${FILESDIR}"/40-ubertooth.rules
-
-	elog "Everyone can read from the ubertooth, but to talk to it"
-	elog "your user needs to be in the usb group."
-}

diff --git a/net-wireless/ubertooth/ubertooth-2014.04.1-r1.ebuild b/net-wireless/ubertooth/ubertooth-2015.09.1.ebuild
similarity index 55%
rename from net-wireless/ubertooth/ubertooth-2014.04.1-r1.ebuild
rename to net-wireless/ubertooth/ubertooth-2015.09.1.ebuild
index c005f55..ae358ea 100644
--- a/net-wireless/ubertooth/ubertooth-2014.04.1-r1.ebuild
+++ b/net-wireless/ubertooth/ubertooth-2015.09.1.ebuild
@@ -1,48 +1,41 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI="5"
 
-PYTHON_DEPEND="python? 2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+PYTHON_COMPAT=( python2_7 )
+DISTUTILS_OPTIONAL=1
 
-inherit multilib distutils cmake-utils
+inherit multilib distutils-r1 cmake-utils udev
 
 HOMEPAGE="http://ubertooth.sourceforge.net/"
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="+bluez +dfu +specan +python +ubertooth1-firmware +udev"
-REQUIRED_USE="dfu? ( python )
-		specan? ( python )
-		ubertooth1-firmware? ( dfu )
-		python? ( || ( dfu specan ) )"
+IUSE="+bluez +specan +pcap +ubertooth1-firmware +udev"
+REQUIRED_USE="	specan? ( ${PYTHON_REQUIRED_USE} )"
 DEPEND="bluez? ( net-wireless/bluez:= )
-	>=net-libs/libbtbb-2014.02.2:=
-	net-libs/libpcap:="
+	>=net-libs/libbtbb-${PV}:=
+	pcap? ( net-libs/libbtbb[pcap] )
+	specan? ( ${PYTHON_DEPS} )
+	virtual/libusb:1="
 RDEPEND="${DEPEND}
-	specan? ( virtual/libusb:1
-		 >=dev-qt/qtgui-4.7.2:4
-		>=dev-python/pyside-1.0.2
-		>=dev-python/numpy-1.3
-		>=dev-python/pyusb-1.0.0_alpha1 )
-	dfu? ( virtual/libusb:1
-		>=dev-python/pyusb-1.0.0_alpha1 )
+	specan? ( >=dev-qt/qtgui-4.7.2:4
+		>=dev-python/pyside-1.0.2[${PYTHON_USEDEP}]
+		>=dev-python/numpy-1.3[${PYTHON_USEDEP}] )
 	udev? ( virtual/udev )"
 
+MY_PV=${PV/\./-}
+MY_PV=${MY_PV/./-R}
 if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="https://github.com/greatscottgadgets/ubertooth.git"
 	inherit git-r3
 	KEYWORDS=""
 	S="${WORKDIR}/${P}/host"
 else
-	MY_PV=${PV/\./-}
-	MY_PV=${MY_PV/./-R}
 	S="${WORKDIR}/${PN}-${MY_PV}/host"
 	SRC_URI="https://github.com/greatscottgadgets/${PN}/releases/download/${MY_PV}/${PN}-${MY_PV}.tar.xz"
-	#re-add arm keyword after making a lib-only target
 	KEYWORDS="~amd64 ~arm ~x86"
 fi
 DESCRIPTION="An open source wireless development platform suitable for Bluetooth experimentation"
@@ -50,67 +43,60 @@ DESCRIPTION="An open source wireless development platform suitable for Bluetooth
 #readd firmware building, but do it right
 #USE="-fortran -mudflap -nls -openmp -multilib" crossdev --without-headers --genv 'EXTRA_ECONF="--with-mode=thumb --with-cpu=cortex-m3 --with-float=soft"' -s4 -t arm-cortexm3-eabi
 
-pkg_setup() {
-	if use python; then
-		python_pkg_setup;
-		DISTUTILS_SETUP_FILES=()
-		if use dfu; then
-			DISTUTILS_SETUP_FILES+=("${S}/python/usb_dfu|setup.py")
-			PYTHON_MODNAME="dfu"
-		fi
-		if use specan; then
-			DISTUTILS_SETUP_FILES+=("${S}/python/specan_ui|setup.py")
-			PYTHON_MODNAME+=" specan"
-		fi
-	fi
-}
-
 src_prepare() {
 	cmake-utils_src_prepare
-	use python && distutils_src_prepare
+	if use specan; then
+		pushd python/specan_ui || die
+		distutils-r1_src_prepare
+		popd
+	fi
 }
 
 src_configure() {
 	mycmakeargs=(
 		$(cmake-utils_use_enable bluez USE_BLUEZ)
+		$(cmake-utils_use pcap USE_PCAP)
+		$(cmake-utils_use_enable udev INSTALL_UDEV_RULES)
 		-DDISABLE_PYTHON=true
 	)
+	if use udev; then
+		mycmakeargs+=(
+			-DUDEV_RULES_GROUP=usb
+			-DUDEV_RULES_PATH="$(get_udevdir)/rules.d"
+		)
+	fi
 	cmake-utils_src_configure
 }
 
 src_compile() {
 	cmake-utils_src_compile
 
-	use python && distutils_src_compile
+	if use specan; then
+		pushd python/specan_ui || die
+		distutils-r1_src_compile
+		popd
+	fi
 }
 
 src_install() {
 	cmake-utils_src_install
 
 	insinto /usr/share/${PN}
-	cd "${WORKDIR}/${PN}-${MY_PV}" || die
+	pushd "${WORKDIR}/${PN}-${MY_PV}" || die
 	if [[ ${PV} == "9999" ]] ; then
 		ewarn "Firmware isn't available for git releases, we assume you are already"
 		ewarn "on the latest and/or can build your own."
 	else
 	        use ubertooth1-firmware && newins ubertooth-one-firmware-bin/bluetooth_rxtx.dfu ${PN}-one-${PV}-bluetooth_rxtx.dfu
 	fi
+	popd
 
-	if use udev; then
-		insinto /lib/udev/rules.d/
-		doins "${S}"/lib${PN}/40-${PN}.rules
+	if use specan; then
+		pushd python/specan_ui || die
+		distutils-r1_src_install
+		popd
 	fi
 
-	use python && distutils_src_install
-
 	elog "Everyone can read from the ubertooth, but to talk to it"
 	elog "your user needs to be in the usb group."
 }
-
-pkg_postinst() {
-	use python && distutils_pkg_postinst
-}
-
-pkg_postrm() {
-	use python && distutils_pkg_postrm
-}


             reply	other threads:[~2015-09-05  2:39 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-05  2:39 Richard Farina [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-08-19 13:34 [gentoo-commits] repo/gentoo:master commit in: net-wireless/ubertooth/ Rick Farina
2023-04-09 19:38 Sam James
2023-04-09 19:38 Sam James
2023-04-09 18:41 Arthur Zamarin
2023-02-22 16:35 Rick Farina
2021-03-30 23:25 Sam James
2021-03-30 20:20 Rick Farina
2021-01-07  3:00 Rick Farina
2020-07-05 13:44 Agostino Sarubbo
2020-07-05 13:38 Agostino Sarubbo
2020-07-05 13:36 Agostino Sarubbo
2020-06-12 14:20 Rick Farina
2019-03-20  2:25 Rick Farina
2018-08-07 23:10 Richard Farina
2018-06-27 19:00 Andreas Sturmlechner
2018-06-27 19:00 Andreas Sturmlechner
2018-02-28 18:50 Richard Farina
2017-10-04  9:15 Michał Górny
2017-03-20 17:07 Richard Farina
2017-03-04  5:06 Richard Farina
2016-02-03 23:00 Richard Farina
2016-02-03 23:00 Richard Farina
2015-09-05  2:39 Richard Farina

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1441420597.e1afb60a4e8dc5a63812f149984334dc7ae10a56.zerochaos@gentoo \
    --to=zerochaos@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox