commit:     162f3ad1e972eba38e314a894a42390033884fde
Author:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 20 16:27:31 2016 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Thu Oct 20 16:27:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=162f3ad1

sys-firmware/iwl8000-ucode: New firmware

Package-Manager: portage-2.3.0

 sys-firmware/iwl8000-ucode/Manifest                |  1 +
 .../iwl8000-ucode/iwl8000-ucode-16.242414.0.ebuild | 40 ++++++++++++++++++++++
 sys-firmware/iwl8000-ucode/metadata.xml            | 10 ++++++
 3 files changed, 51 insertions(+)

diff --git a/sys-firmware/iwl8000-ucode/Manifest 
b/sys-firmware/iwl8000-ucode/Manifest
new file mode 100644
index 00000000..ae4d163
--- /dev/null
+++ b/sys-firmware/iwl8000-ucode/Manifest
@@ -0,0 +1 @@
+DIST iwlwifi-8000-ucode-16.242414.0.tgz 931690 SHA256 
802d7406354016b98d1b485f0446b5a16c4ac795278315a55a7b901b223cb871 SHA512 
2d471f57f8fcc4dabd249a80a16cb81388eafddbe13b53a78572c6f9661ce3b6399dc43599d978b0319a14a14b29d5a9e39746e8096c985ea8f3d48e8c01fa47
 WHIRLPOOL 
04ef6d606817a95172ff6c6c54da08a1c679cbbf0f5dd8a2b92ea0bfd9e6201f6acfd52df94e982316f662664c0e8184238ed2c55ac046407542a28df0d1f5bc

diff --git a/sys-firmware/iwl8000-ucode/iwl8000-ucode-16.242414.0.ebuild 
b/sys-firmware/iwl8000-ucode/iwl8000-ucode-16.242414.0.ebuild
new file mode 100644
index 00000000..2e8cbc5
--- /dev/null
+++ b/sys-firmware/iwl8000-ucode/iwl8000-ucode-16.242414.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit linux-info
+
+MY_P="iwlwifi-${P#iwl}"
+
+DESCRIPTION="Firmware for Intel (R) Wireless 8260 and 4165"
+HOMEPAGE="https://wireless.kernel.org/en/users/Drivers/iwlwifi";
+SRC_URI="https://wireless.wiki.kernel.org/_media/en/users/drivers/${MY_P}.tgz";
+
+LICENSE="ipw3945"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="
+       !sys-kernel/linux-firmware[-savedconfig]
+"
+
+CONFIG_CHECK="~IWLMVM"
+ERROR_IWLMVM="CONFIG_IWLMVM is required to be enabled in 
/usr/src/linux/.config for the kernel to be able to load the ${DEV_N} firmware"
+
+S="${WORKDIR}/${MY_P}"
+
+pkg_pretend() {
+       if kernel_is lt 4 3 0; then
+               eerror "Your kernel version is 
${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}."
+               eerror "This microcode image requires a kernel >= 4.3.0."
+       fi
+}
+
+src_install() {
+       insinto /lib/firmware
+       doins iwlwifi-8000C-16.ucode
+       dodoc README*
+}

diff --git a/sys-firmware/iwl8000-ucode/metadata.xml 
b/sys-firmware/iwl8000-ucode/metadata.xml
new file mode 100644
index 00000000..9a572fd
--- /dev/null
+++ b/sys-firmware/iwl8000-ucode/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <maintainer type="person">
+    <email>[email protected]</email>
+       <description>
+               Feel free to bump and add yourself to the maintainer list.
+       </description>
+  </maintainer>
+</pkgmetadata>

Reply via email to