summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-03-29 15:40:16 +0100
committerMichał Górny <mgorny@gentoo.org>2024-03-29 15:45:26 +0100
commit1f5c39a55f2f6e6a3190f0ba77d0731a664b029d (patch)
tree7934a4ea8de206f09d01be38df64fd6e89da626f /sys-firmware
parentkde-misc/bismuth: Remove last-rited pkg (diff)
downloadgentoo-1f5c39a55f2f6e6a3190f0ba77d0731a664b029d.tar.gz
gentoo-1f5c39a55f2f6e6a3190f0ba77d0731a664b029d.tar.bz2
gentoo-1f5c39a55f2f6e6a3190f0ba77d0731a664b029d.zip
sys-firmware/iwl8000-ucode: Remove last-rited pkg
Closes: https://bugs.gentoo.org/924589 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-firmware')
-rw-r--r--sys-firmware/iwl8000-ucode/Manifest1
-rw-r--r--sys-firmware/iwl8000-ucode/iwl8000-ucode-16.242414.0.ebuild39
-rw-r--r--sys-firmware/iwl8000-ucode/metadata.xml10
3 files changed, 0 insertions, 50 deletions
diff --git a/sys-firmware/iwl8000-ucode/Manifest b/sys-firmware/iwl8000-ucode/Manifest
deleted file mode 100644
index 4a550d988175..000000000000
--- a/sys-firmware/iwl8000-ucode/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST iwlwifi-8000-ucode-16.242414.0.tgz 931690 BLAKE2B 0fc3816c400314187eb8d2e9d76debdd941614d4a4769f78ecc2e819a1f8144e0ce7eacc475b692dc0539ded9609891cec962cdd20ea1aab8f86b3ca633816b3 SHA512 2d471f57f8fcc4dabd249a80a16cb81388eafddbe13b53a78572c6f9661ce3b6399dc43599d978b0319a14a14b29d5a9e39746e8096c985ea8f3d48e8c01fa47
diff --git a/sys-firmware/iwl8000-ucode/iwl8000-ucode-16.242414.0.ebuild b/sys-firmware/iwl8000-ucode/iwl8000-ucode-16.242414.0.ebuild
deleted file mode 100644
index 1d1c33d0803e..000000000000
--- a/sys-firmware/iwl8000-ucode/iwl8000-ucode-16.242414.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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
deleted file mode 100644
index cef3c32e4162..000000000000
--- a/sys-firmware/iwl8000-ucode/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>nicolasbock@gentoo.org</email>
- <description>
- Feel free to bump and add yourself to the maintainer list.
- </description>
- </maintainer>
-</pkgmetadata>