sys-firmware/iwl6050-ucode: remove last rited package

Closes: https://bugs.gentoo.org/708622

Signed-off-by: Mike Pagano <mpagano@gentoo.org>
This commit is contained in:
Mike Pagano
2020-03-07 11:13:19 -05:00
parent 2d8a32d70a
commit 65ccb37d0f
4 changed files with 0 additions and 87 deletions

View File

@@ -1,2 +0,0 @@
DIST iwlwifi-6050-ucode-41.28.5.1.tgz 223378 BLAKE2B 091e97f80f4159d241fc2e334d50653e287a57e17181787d0fe9c174a7a8f628aa8669df3a12e45276ff81b5b862d7e706a2a840c3f7d1e267943a97211a52f6 SHA512 16b618ef6b6c4e68d4a27d36e6f56e334528c00db62e6acbeb243257dc25ea373dd5be15a7f12acf06dd780ab706a08841419b2273bdab9cddd62601646afeb8
DIST iwlwifi-6050-ucode-9.201.4.1.tgz 217685 BLAKE2B 9d1cfbfde9b9b80badb4cf9e44272376ddee616d0f20af089080cc424a91f012b021cd7a61a96168f4d08807293c25218b2fcb42975978ca1abc9835cdcff9dd SHA512 66aa8df5eec92ca29cd92a944b26c164f393784edea99e1b855aaf372e404794e47cd5fe763a47e445e776b324d7a87c221e439d9fe4a9366635f36d93c1272a

View File

@@ -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*
}

View File

@@ -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 30; then
eerror "Your kernel version is ${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}."
eerror "This microcode image requires a kernel >= 2.6.30."
fi
}
src_install() {
insinto /lib/firmware
doins iwlwifi-6050-4.ucode
dodoc README*
}

View File

@@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>mpagano@gentoo.org</email>
</maintainer>
</pkgmetadata>