From 32257c074b15cb9c47f031d74cb27b936f6b77d1 Mon Sep 17 00:00:00 2001 From: Zero_Chaos Date: Tue, 17 Apr 2012 22:33:55 +0000 Subject: [PATCH] ubertooth: various fixes --- net-wireless/ubertooth/Manifest | 2 +- net-wireless/ubertooth/ubertooth-9999.ebuild | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/net-wireless/ubertooth/Manifest b/net-wireless/ubertooth/Manifest index c10adb8e6..ac1de2c67 100644 --- a/net-wireless/ubertooth/Manifest +++ b/net-wireless/ubertooth/Manifest @@ -1,2 +1,2 @@ AUX 40-ubertooth.rules 76 RMD160 cf87649015164070048501b14cb0abec20ad78a2 SHA1 d10e88fd6312f0eeaad48784c901bd3350edc4ae SHA256 70b5c65df12c2600551c3e7e4710622cd26693fe36c91c2a79da4eb3dfea427d -EBUILD ubertooth-9999.ebuild 2032 RMD160 1bf0e849f7d55a33ccf4c63085747b0f32502bf5 SHA1 320e783253e93ad7040f11a55fbea189aea90786 SHA256 a96151379ae939a1623a364f68207bfa3b2000599b09a2952c183e88fa5b5584 +EBUILD ubertooth-9999.ebuild 2036 RMD160 bc4d9ccd7db8da43b8f992c8faed76011fb3228d SHA1 84255bd09983dedeb81c0eeec3a35b68230d0c10 SHA256 675a168be15987688420e0f1d5e0724777cd7011f804a83df712c4acc713947d diff --git a/net-wireless/ubertooth/ubertooth-9999.ebuild b/net-wireless/ubertooth/ubertooth-9999.ebuild index 862298777..cec1200f8 100644 --- a/net-wireless/ubertooth/ubertooth-9999.ebuild +++ b/net-wireless/ubertooth/ubertooth-9999.ebuild @@ -13,7 +13,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~arm ~amd64 ~x86" -IUSE="+dfu firmware +python +specan" +IUSE="+dfu firmware +specan" DEPEND="" RDEPEND=">=net-libs/libbtbb-0.5 \ @@ -24,8 +24,8 @@ RDEPEND=">=net-libs/libbtbb-0.5 \ >=dev-python/numpy-1.3 ) firmware? ( net-wireless/ubertooth-firmware ) specan? ( >=dev-python/pyusb-1.0.0_alpha1 ) - python? ( >=dev-python/pyusb-1.0.0_alpha1 ) dfu? ( >=dev-python/pyusb-1.0.0_alpha1 )" + #python? ( >=dev-python/pyusb-1.0.0_alpha1 ) ESVN_REPO_URI="https://ubertooth.svn.sourceforge.net/svnroot/ubertooth/trunk/host" @@ -33,8 +33,8 @@ src_compile() { filter-ldflags -Wl,--as-needed cd "${WORKDIR}/${P}/bluetooth_rxtx" emake - use python && cd "${WORKDIR}"/${P}/bluetooth_rxtx/python - use python && python setup.py build + #use python && cd "${WORKDIR}"/${P}/bluetooth_rxtx/python + #use python && python setup.py build || die } src_install() { @@ -46,8 +46,8 @@ src_install() { use dfu && dobin usb_dfu/ubertooth-dfu usb_dfu/dfu_suffix.py - use python && cd "${WORKDIR}"/${P}/bluetooth_rxtx/python - use python && python setup.py install --prefix="${ED}" + #use python && cd "${WORKDIR}"/${P}/bluetooth_rxtx/python + #use python && python setup.py install --prefix="${ED}" insinto /etc/udev/rules.d/ doins "${FILESDIR}"/40-ubertooth.rules