summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2020-03-07 11:13:19 -0500
committerMike Pagano <mpagano@gentoo.org>2020-03-07 11:13:19 -0500
commit65ccb37d0f46f7ba73104c04ea8e3eeba0052224 (patch)
treec112dee26900ac24936ce10c0f1d1169add86d70 /sys-firmware/iwl6050-ucode/iwl6050-ucode-41.28.5.1.ebuild
parentprofiles: mask virtual/shadow for removal (diff)
downloadgentoo-65ccb37d0f46f7ba73104c04ea8e3eeba0052224.tar.gz
gentoo-65ccb37d0f46f7ba73104c04ea8e3eeba0052224.tar.bz2
gentoo-65ccb37d0f46f7ba73104c04ea8e3eeba0052224.zip
sys-firmware/iwl6050-ucode: remove last rited package
Closes: https://bugs.gentoo.org/708622 Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Diffstat (limited to 'sys-firmware/iwl6050-ucode/iwl6050-ucode-41.28.5.1.ebuild')
-rw-r--r--sys-firmware/iwl6050-ucode/iwl6050-ucode-41.28.5.1.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/sys-firmware/iwl6050-ucode/iwl6050-ucode-41.28.5.1.ebuild b/sys-firmware/iwl6050-ucode/iwl6050-ucode-41.28.5.1.ebuild
deleted file mode 100644
index e3b0b43e03d2..000000000000
--- a/sys-firmware/iwl6050-ucode/iwl6050-ucode-41.28.5.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit linux-info
-
-MY_P="iwlwifi-${P#iwl}"
-
-DESCRIPTION="Intel (R) Wireless WiFi Link 6250-AGN ucode"
-HOMEPAGE="https://intellinuxwireless.org/?p=iwlwifi"
-SRC_URI="https://intellinuxwireless.org/iwlwifi/downloads/${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 2 6 37; then
- eerror "Your kernel version is ${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}."
- eerror "This microcode image requires a kernel >= 2.6.37."
- fi
-}
-
-src_install() {
- insinto /lib/firmware
- doins iwlwifi-6050-5.ucode
- dodoc README*
-}