gienah 14/11/17 13:44:23 Modified: ChangeLog Added: iwl3160-7260-bt-ucode-37.8.10_p1.ebuild Log: Update Intel 3160 7260 bluetooth microcode (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Revision Changes Path 1.6 sys-firmware/iwl3160-7260-bt-ucode/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/iwl3160-7260-bt-ucode/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/iwl3160-7260-bt-ucode/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/iwl3160-7260-bt-ucode/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-firmware/iwl3160-7260-bt-ucode/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 1 Jul 2014 05:12:42 -0000 1.5 +++ ChangeLog 17 Nov 2014 13:44:23 -0000 1.6 @@ -1,6 +1,12 @@ # ChangeLog for sys-firmware/iwl3160-7260-bt-ucode # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl3160-7260-bt-ucode/ChangeLog,v 1.5 2014/07/01 05:12:42 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl3160-7260-bt-ucode/ChangeLog,v 1.6 2014/11/17 13:44:23 gienah Exp $ + +*iwl3160-7260-bt-ucode-37.8.10_p1 (17 Nov 2014) + + 17 Nov 2014; Mark Wright <[email protected]> + +iwl3160-7260-bt-ucode-37.8.10_p1.ebuild: + Update Intel 3160 7260 bluetooth microcode *iwl3160-7260-bt-ucode-37.8.10 (01 Jul 2014) 1.1 sys-firmware/iwl3160-7260-bt-ucode/iwl3160-7260-bt-ucode-37.8.10_p1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/iwl3160-7260-bt-ucode/iwl3160-7260-bt-ucode-37.8.10_p1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/iwl3160-7260-bt-ucode/iwl3160-7260-bt-ucode-37.8.10_p1.ebuild?rev=1.1&content-type=text/plain Index: iwl3160-7260-bt-ucode-37.8.10_p1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl3160-7260-bt-ucode/iwl3160-7260-bt-ucode-37.8.10_p1.ebuild,v 1.1 2014/11/17 13:44:23 gienah Exp $ EAPI=5 inherit linux-info DESCRIPTION="Firmware for Intel (R) Wireless 3160, 7260, 7265 Bluetooth" HOMEPAGE="http://wireless.kernel.org/en/users/Drivers/iwlwifi" SRC_URI="mirror://gentoo/${P}.tgz" LICENSE="ipw3945" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="!sys-kernel/linux-firmware[-savedconfig]" S="${WORKDIR}" 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 Intel (R) Wireless 3160, 7260, 7265 firmware" pkg_pretend() { if kernel_is lt 3 10 0; then ewarn "Your kernel version is ${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}." ewarn "This microcode image requires a kernel >= 3.10.0." fi } src_install() { insinto /lib/firmware/intel doins "${S}/ibt-hw-37.7.10-fw-1.0.1.2d.d.bseq" doins "${S}/ibt-hw-37.7.10-fw-1.0.2.3.d.bseq" doins "${S}/ibt-hw-37.7.10-fw-1.80.1.2d.d.bseq" doins "${S}/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq" doins "${S}/ibt-hw-37.7.bseq" doins "${S}/ibt-hw-37.8.10-fw-1.10.2.27.d.bseq" doins "${S}/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq" doins "${S}/ibt-hw-37.8.bseq" }
