summaryrefslogtreecommitdiff
path: root/sys-firmware
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-25 11:37:10 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-25 11:37:10 +0100
commit38423c67c8a23f6a1bc42038193182e2da3116eb (patch)
tree04e2cf4bd43601b77daa79fe654e409187093c5e /sys-firmware
parent623ee73d661e5ed8475cb264511f683407d87365 (diff)
gentoo resync : 25.04.2020
Diffstat (limited to 'sys-firmware')
-rw-r--r--sys-firmware/Manifest.gzbin5037 -> 5208 bytes
-rw-r--r--sys-firmware/broadcom-bt-firmware/Manifest3
-rw-r--r--sys-firmware/broadcom-bt-firmware/broadcom-bt-firmware-12.0.1.1011_p1.ebuild18
-rw-r--r--sys-firmware/broadcom-bt-firmware/metadata.xml8
4 files changed, 29 insertions, 0 deletions
diff --git a/sys-firmware/Manifest.gz b/sys-firmware/Manifest.gz
index a5a662a2b873..0ed5e42625ac 100644
--- a/sys-firmware/Manifest.gz
+++ b/sys-firmware/Manifest.gz
Binary files differ
diff --git a/sys-firmware/broadcom-bt-firmware/Manifest b/sys-firmware/broadcom-bt-firmware/Manifest
new file mode 100644
index 000000000000..ecf4c98cf9af
--- /dev/null
+++ b/sys-firmware/broadcom-bt-firmware/Manifest
@@ -0,0 +1,3 @@
+DIST broadcom-bt-firmware-12.0.1.1011_p1.tar.gz 2324862 BLAKE2B 267302ea7adfd8e2f07ad40158b7d5ea4fcd4c419cd9d2316b6df277e35093116cb98e90336c44c3288f0029c54d7d1008f187727a2f606eb185e99df076227a SHA512 cb4a2dba09e8a1766e8bf465a4785ed3277aa2d021ebabfb37910f37dbdf61e77ee52216f6a5529d4759c6e7d09ce378668c63a6b2a75222a8ae04b181e90693
+EBUILD broadcom-bt-firmware-12.0.1.1011_p1.ebuild 427 BLAKE2B a39c3ef57aa16552fdfaab565fc72adad37ff02b04cc9c24876d5c2db63112c7c1b1086bcd220405e831afe8f397f8ad0a179adebac95881b5ab6e121e1a490b SHA512 3e209c060c7a3dd6043d3442e842f3d4e08f44f4fad9a2b1a3b27f65adceb72d194b047845f2a057f4dfbc46905ad69c7a3322a73b9991b44c5d2ee48396a921
+MISC metadata.xml 249 BLAKE2B 51ba583d3f040316570785a91020f260c7eacf5a322cc4b905648f547f06f413976d1834f7f010db5b6183aad6d6503f9bccb21e74508b5a5af1a5d96e82c805 SHA512 276a98a5eb50222440ab5bba11bfc895a0f89be2c2f2e561214b97b6138fe7c4341f6ca1fcb29bc03fa5a89844ede7f82a942c20ed649ce3e7da459a1b2481d5
diff --git a/sys-firmware/broadcom-bt-firmware/broadcom-bt-firmware-12.0.1.1011_p1.ebuild b/sys-firmware/broadcom-bt-firmware/broadcom-bt-firmware-12.0.1.1011_p1.ebuild
new file mode 100644
index 000000000000..958af159cc29
--- /dev/null
+++ b/sys-firmware/broadcom-bt-firmware/broadcom-bt-firmware-12.0.1.1011_p1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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 ~x86"
+IUSE=""
+
+src_install() {
+ insinto /lib/firmware
+ doins -r brcm
+}
diff --git a/sys-firmware/broadcom-bt-firmware/metadata.xml b/sys-firmware/broadcom-bt-firmware/metadata.xml
new file mode 100644
index 000000000000..126b9ca42a25
--- /dev/null
+++ b/sys-firmware/broadcom-bt-firmware/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <name>Patrick McLean</name>
+ <email>chutzpah@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>