* [gentoo-commits] repo/gentoo:master commit in: sys-firmware/bluez-firmware/
@ 2021-11-27 0:03 Marek Szuba
0 siblings, 0 replies; 6+ messages in thread
From: Marek Szuba @ 2021-11-27 0:03 UTC (permalink / raw
To: gentoo-commits
commit: bfef8dd946215c25a666dd38138faef58669e7b1
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 26 23:47:46 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Nov 26 23:47:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfef8dd9
sys-firmware/bluez-firmware: update EAPI 5 -> 8
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
.../bluez-firmware/bluez-firmware-1.2-r1.ebuild | 25 ++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/sys-firmware/bluez-firmware/bluez-firmware-1.2-r1.ebuild b/sys-firmware/bluez-firmware/bluez-firmware-1.2-r1.ebuild
new file mode 100644
index 000000000000..ec1c59572e1e
--- /dev/null
+++ b/sys-firmware/bluez-firmware/bluez-firmware-1.2-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Firmware for Broadcom BCM203x and STLC2300 Bluetooth chips"
+HOMEPAGE="http://www.bluez.org/"
+SRC_URI="http://bluez.sourceforge.net/download/${P}.tar.gz"
+
+RESTRICT="bindist mirror"
+
+LICENSE="bluez-firmware"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~x86"
+IUSE=""
+
+DOCS=( AUTHORS ChangeLog README )
+
+src_configure() {
+ econf --libdir=/lib
+}
+
+src_compile() {
+ :
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-firmware/bluez-firmware/
@ 2021-12-14 16:09 Jakov Smolić
0 siblings, 0 replies; 6+ messages in thread
From: Jakov Smolić @ 2021-12-14 16:09 UTC (permalink / raw
To: gentoo-commits
commit: d87864ef19c5f049f2b2ddfbff7b4ede43effd62
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 14 16:08:41 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Dec 14 16:08:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d87864ef
sys-firmware/bluez-firmware: Stabilize 1.2-r1 amd64, #826530
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
sys-firmware/bluez-firmware/bluez-firmware-1.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-firmware/bluez-firmware/bluez-firmware-1.2-r1.ebuild b/sys-firmware/bluez-firmware/bluez-firmware-1.2-r1.ebuild
index ec1c59572e1e..f190efe0ce73 100644
--- a/sys-firmware/bluez-firmware/bluez-firmware-1.2-r1.ebuild
+++ b/sys-firmware/bluez-firmware/bluez-firmware-1.2-r1.ebuild
@@ -11,7 +11,7 @@ RESTRICT="bindist mirror"
LICENSE="bluez-firmware"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~x86"
+KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~x86"
IUSE=""
DOCS=( AUTHORS ChangeLog README )
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-firmware/bluez-firmware/
@ 2021-12-14 16:15 Jakov Smolić
0 siblings, 0 replies; 6+ messages in thread
From: Jakov Smolić @ 2021-12-14 16:15 UTC (permalink / raw
To: gentoo-commits
commit: 80b3a074ca4709685deeaccb136319752b671373
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 14 16:15:04 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Dec 14 16:15:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80b3a074
sys-firmware/bluez-firmware: Stabilize 1.2-r1 x86, #826530
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
sys-firmware/bluez-firmware/bluez-firmware-1.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-firmware/bluez-firmware/bluez-firmware-1.2-r1.ebuild b/sys-firmware/bluez-firmware/bluez-firmware-1.2-r1.ebuild
index f190efe0ce73..ce27984a6ac4 100644
--- a/sys-firmware/bluez-firmware/bluez-firmware-1.2-r1.ebuild
+++ b/sys-firmware/bluez-firmware/bluez-firmware-1.2-r1.ebuild
@@ -11,7 +11,7 @@ RESTRICT="bindist mirror"
LICENSE="bluez-firmware"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~x86"
+KEYWORDS="amd64 ~arm64 ~hppa ~ppc x86"
IUSE=""
DOCS=( AUTHORS ChangeLog README )
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-firmware/bluez-firmware/
@ 2021-12-14 20:34 Arthur Zamarin
0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2021-12-14 20:34 UTC (permalink / raw
To: gentoo-commits
commit: 6f59dae1a390f8e567581653c25320c3aa46243c
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 14 20:33:10 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 14 20:34:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f59dae1
sys-firmware/bluez-firmware: Stabilize 1.2-r1 ppc, #826530
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-firmware/bluez-firmware/bluez-firmware-1.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-firmware/bluez-firmware/bluez-firmware-1.2-r1.ebuild b/sys-firmware/bluez-firmware/bluez-firmware-1.2-r1.ebuild
index ce27984a6ac4..681ed1de7b39 100644
--- a/sys-firmware/bluez-firmware/bluez-firmware-1.2-r1.ebuild
+++ b/sys-firmware/bluez-firmware/bluez-firmware-1.2-r1.ebuild
@@ -11,7 +11,7 @@ RESTRICT="bindist mirror"
LICENSE="bluez-firmware"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~ppc x86"
+KEYWORDS="amd64 ~arm64 ~hppa ppc x86"
IUSE=""
DOCS=( AUTHORS ChangeLog README )
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-firmware/bluez-firmware/
@ 2021-12-14 20:38 Jakov Smolić
0 siblings, 0 replies; 6+ messages in thread
From: Jakov Smolić @ 2021-12-14 20:38 UTC (permalink / raw
To: gentoo-commits
commit: 772bfa20b11950511fa16a1cbe5adfbeaade451e
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 14 20:37:02 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Dec 14 20:37:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=772bfa20
sys-firmware/bluez-firmware: Drop EAPI-5 ebuild
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
.../bluez-firmware/bluez-firmware-1.2.ebuild | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/sys-firmware/bluez-firmware/bluez-firmware-1.2.ebuild b/sys-firmware/bluez-firmware/bluez-firmware-1.2.ebuild
deleted file mode 100644
index 5e373ebd7a77..000000000000
--- a/sys-firmware/bluez-firmware/bluez-firmware-1.2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Firmware for Broadcom BCM203x and STLC2300 Bluetooth chips"
-HOMEPAGE="http://bluez.sourceforge.net/"
-SRC_URI="http://bluez.sourceforge.net/download/${P}.tar.gz"
-
-RESTRICT="bindist mirror"
-
-LICENSE="bluez-firmware"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ppc x86"
-IUSE=""
-
-DOCS="AUTHORS ChangeLog README"
-
-src_configure() {
- econf --libdir=/lib
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-firmware/bluez-firmware/
@ 2025-10-02 17:00 Florian Schmaus
0 siblings, 0 replies; 6+ messages in thread
From: Florian Schmaus @ 2025-10-02 17:00 UTC (permalink / raw
To: gentoo-commits
commit: 56abe2ab4fc689a0d41b10b72423334a1fd2e367
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 2 16:06:18 2025 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Oct 2 17:00:22 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56abe2ab
sys-firmware/bluez-firmware: re-add package, add 1.2_p9_p20250503
bluez-firmware was previously last-rited and tree cleaned with
43b2500466a9 ("sys-firmware/bluez-firmware: treeclean"). This re-adds
the package using a new upstream (the same that Debian uses). The
package is the only source for some commonly used bluetooth-hardware
firmware, like the BCM 43430 used by the Rpi4b.
Bug: https://bugs.gentoo.org/926550
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
sys-firmware/bluez-firmware/Manifest | 1 +
.../bluez-firmware-1.2_p9_p20250503.ebuild | 41 ++++++++++++++++++++++
sys-firmware/bluez-firmware/metadata.xml | 12 +++++++
3 files changed, 54 insertions(+)
diff --git a/sys-firmware/bluez-firmware/Manifest b/sys-firmware/bluez-firmware/Manifest
new file mode 100644
index 000000000000..6c6c0036552a
--- /dev/null
+++ b/sys-firmware/bluez-firmware/Manifest
@@ -0,0 +1 @@
+DIST bluez-firmware-1.2_p9_p20250503.tar.gz 603973 BLAKE2B ac120a5110f7dba0be15411018a3e135af5c20f2167f6aa783df45ffc2b59f0e1aa163a3882c645b94d1be5deff463406c75a71d0c51198a550194b0a9faa13a SHA512 62246630d710dabcdc98443a27ecd610e1c3fb047fbaf0fd905cd9a2d9406c0b38c589e55adb6385f288c5a208bbaca220510da5df882ddaa39967724592adc9
diff --git a/sys-firmware/bluez-firmware/bluez-firmware-1.2_p9_p20250503.ebuild b/sys-firmware/bluez-firmware/bluez-firmware-1.2_p9_p20250503.ebuild
new file mode 100644
index 000000000000..718cb2b2eee8
--- /dev/null
+++ b/sys-firmware/bluez-firmware/bluez-firmware-1.2_p9_p20250503.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+COMMIT_ID="2bbfb8438e824f5f61dae3f6ebb367a6129a4d63"
+
+DESCRIPTION="Firmware for Broadcom BCM, STLC2300, and Synaptics SYN Bluetooth chips"
+HOMEPAGE="https://github.com/RPi-Distro/bluez-firmware"
+SRC_URI="
+ https://github.com/RPi-Distro/bluez-firmware/archive/${COMMIT_ID}.tar.gz
+ -> ${P}.tar.gz
+"
+
+S="${WORKDIR}/bluez-firmware-${COMMIT_ID}"
+LICENSE="bluez-firmware GPL-2+"
+SLOT="0"
+
+KEYWORDS="~amd64 ~arm64"
+
+RESTRICT="bindist mirror"
+
+DOCS=( AUTHORS ChangeLog README )
+
+src_configure() {
+ econf --libdir=/lib
+}
+
+src_compile() {
+ :
+}
+
+src_install() {
+ emake DESTDIR="${D}" install
+
+ insinto /lib/firmware/brcm
+ doins debian/firmware/broadcom/*.hcd
+
+ insinto /lib/firmware/synaptics
+ doins debian/firmware/synaptics/*.hcd
+}
diff --git a/sys-firmware/bluez-firmware/metadata.xml b/sys-firmware/bluez-firmware/metadata.xml
new file mode 100644
index 000000000000..6837276c7e11
--- /dev/null
+++ b/sys-firmware/bluez-firmware/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <name>Florian Schmaus</name>
+ <email>flow@gentoo.org</email>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="github">RPi-Distro/bluez-firmware</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-10-02 17:00 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-02 17:00 [gentoo-commits] repo/gentoo:master commit in: sys-firmware/bluez-firmware/ Florian Schmaus
-- strict thread matches above, loose matches on Subject: below --
2021-12-14 20:38 Jakov Smolić
2021-12-14 20:34 Arthur Zamarin
2021-12-14 16:15 Jakov Smolić
2021-12-14 16:09 Jakov Smolić
2021-11-27 0:03 Marek Szuba
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox