commit:     e4af2261fe513e9d54e2fdcf315be88b2809e800
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 13:33:47 2023 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 13:33:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4af2261

net-wireless/ubertooth: update HOMEPAGE

Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-wireless/ubertooth/ubertooth-2020.12.1-r1.ebuild | 11 +++++++----
 net-wireless/ubertooth/ubertooth-9999.ebuild         | 11 +++++++----
 2 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/net-wireless/ubertooth/ubertooth-2020.12.1-r1.ebuild 
b/net-wireless/ubertooth/ubertooth-2020.12.1-r1.ebuild
index 8e986934be2b..45856c5f06e4 100644
--- a/net-wireless/ubertooth/ubertooth-2020.12.1-r1.ebuild
+++ b/net-wireless/ubertooth/ubertooth-2020.12.1-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 inherit cmake udev
 
-HOMEPAGE="http://ubertooth.sourceforge.net/";
+HOMEPAGE="https://greatscottgadgets.com/ubertoothone/";
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -32,7 +32,8 @@ fi
 DESCRIPTION="open source wireless development platform suitable for Bluetooth 
experimentation"
 
 #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
+#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
 
 src_configure() {
        local mycmakeargs=(
@@ -59,8 +60,10 @@ src_install() {
                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
-               use ubertooth1-firmware && newins 
ubertooth-one-firmware-bin/bluetooth_rx_only.dfu 
${PN}-one-${PV}-bluetooth_rx_only.dfu
+               if use ubertooth1-firmware; then
+                       newins ubertooth-one-firmware-bin/bluetooth_rxtx.dfu 
${PN}-one-${PV}-bluetooth_rxtx.dfu
+                       newins ubertooth-one-firmware-bin/bluetooth_rx_only.dfu 
${PN}-one-${PV}-bluetooth_rx_only.dfu
+               fi
        fi
        popd
 

diff --git a/net-wireless/ubertooth/ubertooth-9999.ebuild 
b/net-wireless/ubertooth/ubertooth-9999.ebuild
index 580e009cffa1..719d5adfaf80 100644
--- a/net-wireless/ubertooth/ubertooth-9999.ebuild
+++ b/net-wireless/ubertooth/ubertooth-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 inherit cmake udev
 
-HOMEPAGE="http://ubertooth.sourceforge.net/";
+HOMEPAGE="https://greatscottgadgets.com/ubertoothone/";
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -32,7 +32,8 @@ fi
 DESCRIPTION="open source wireless development platform suitable for Bluetooth 
experimentation"
 
 #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
+#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
 
 src_configure() {
        local mycmakeargs=(
@@ -59,8 +60,10 @@ src_install() {
                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
-               use ubertooth1-firmware && newins 
ubertooth-one-firmware-bin/bluetooth_rx_only.dfu 
${PN}-one-${PV}-bluetooth_rx_only.dfu
+               if use ubertooth1-firmware; then
+                       newins ubertooth-one-firmware-bin/bluetooth_rxtx.dfu 
${PN}-one-${PV}-bluetooth_rxtx.dfu
+                       newins ubertooth-one-firmware-bin/bluetooth_rx_only.dfu 
${PN}-one-${PV}-bluetooth_rx_only.dfu
+               fi
        fi
        popd
 

Reply via email to