summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzamat H. Hackimov <azamat.hackimov@gmail.com>2023-05-06 15:33:40 +0300
committerJoonas Niilola <juippis@gentoo.org>2023-07-14 09:50:36 +0300
commit35015c80bda5b43ac13118592c7aec69153dccc0 (patch)
treeede78821c704d4f8c6f8b0e754c41e0ee5fa45e6 /sys-firmware/broadcom-bt-firmware
parentsys-firmware/broadcom-bt-firmware: compression support (diff)
downloadgentoo-35015c80bda5b43ac13118592c7aec69153dccc0.tar.gz
gentoo-35015c80bda5b43ac13118592c7aec69153dccc0.tar.bz2
gentoo-35015c80bda5b43ac13118592c7aec69153dccc0.zip
sys-firmware/broadcom-bt-firmware: drop 12.0.1.1105_p4
Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30892 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-firmware/broadcom-bt-firmware')
-rw-r--r--sys-firmware/broadcom-bt-firmware/broadcom-bt-firmware-12.0.1.1105_p4.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/sys-firmware/broadcom-bt-firmware/broadcom-bt-firmware-12.0.1.1105_p4.ebuild b/sys-firmware/broadcom-bt-firmware/broadcom-bt-firmware-12.0.1.1105_p4.ebuild
deleted file mode 100644
index 42ed325a8013..000000000000
--- a/sys-firmware/broadcom-bt-firmware/broadcom-bt-firmware-12.0.1.1105_p4.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Broadcom Bluetooth firmware"
-HOMEPAGE="https://github.com/winterheart/broadcom-bt-firmware"
-SRC_URI="https://github.com/winterheart/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="broadcom_bcm20702 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-
-src_install() {
- insinto /lib/firmware
- doins -r brcm
- dodoc DEVICES.md README.md
-}