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() {
+       :
+}

Reply via email to