public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Rick Farina" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/ubertooth/
Date: Sat, 19 Aug 2023 13:34:36 +0000 (UTC)	[thread overview]
Message-ID: <1692452027.e4af2261fe513e9d54e2fdcf315be88b2809e800.zerochaos@gentoo> (raw)

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	other threads:[~2023-08-19 13:34 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-19 13:34 Rick Farina [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-04-09 19:38 [gentoo-commits] repo/gentoo:master commit in: net-wireless/ubertooth/ 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
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=1692452027.e4af2261fe513e9d54e2fdcf315be88b2809e800.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