Gentoo Archives: gentoo-commits

From: "Mark Wright (gienah)" <gienah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-firmware/iwl3160-ucode: iwl3160-ucode-22.24.8.0.ebuild ChangeLog
Date: Sun, 30 Mar 2014 06:46:54
Message-Id: 20140330064645.DFE7020057@flycatcher.gentoo.org
1 gienah 14/03/30 06:46:45
2
3 Modified: ChangeLog
4 Added: iwl3160-ucode-22.24.8.0.ebuild
5 Log:
6 Bump iwl3160-ucode to 22.24.8.0 - untested as I do not have access to this hardware.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
9
10 Revision Changes Path
11 1.2 sys-firmware/iwl3160-ucode/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/iwl3160-ucode/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/iwl3160-ucode/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/iwl3160-ucode/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-firmware/iwl3160-ucode/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 25 Jan 2014 03:35:32 -0000 1.1
24 +++ ChangeLog 30 Mar 2014 06:46:45 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sys-firmware/iwl3160-ucode
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl3160-ucode/ChangeLog,v 1.1 2014/01/25 03:35:32 gienah Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl3160-ucode/ChangeLog,v 1.2 2014/03/30 06:46:45 gienah Exp $
30 +
31 +*iwl3160-ucode-22.24.8.0 (30 Mar 2014)
32 +
33 + 30 Mar 2014; Mark Wright <gienah@g.o> +iwl3160-ucode-22.24.8.0.ebuild:
34 + Bump iwl3160-ucode to 22.24.8.0 - untested as I do not have access to this
35 + hardware.
36
37 *iwl3160-ucode-22.15.8.0 (25 Jan 2014)
38 *iwl3160-ucode-22.1.7.0 (25 Jan 2014)
39
40
41
42 1.1 sys-firmware/iwl3160-ucode/iwl3160-ucode-22.24.8.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/iwl3160-ucode/iwl3160-ucode-22.24.8.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/iwl3160-ucode/iwl3160-ucode-22.24.8.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: iwl3160-ucode-22.24.8.0.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl3160-ucode/iwl3160-ucode-22.24.8.0.ebuild,v 1.1 2014/03/30 06:46:45 gienah Exp $
52
53 EAPI=5
54 inherit linux-info
55
56 DEV_N="${PN:3:4}"
57 MY_PN="iwlwifi-${DEV_N}-ucode"
58
59 DESCRIPTION="Firmware for Intel (R) Dual Band Wireless-AC ${DEV_N}"
60 HOMEPAGE="http://wireless.kernel.org/en/users/Drivers/iwlwifi"
61 SRC_URI="http://wireless.kernel.org/en/users/Drivers/iwlwifi?action=AttachFile&do=get&target=${MY_PN}-${PV}.tgz -> ${P}.tgz"
62
63 LICENSE="ipw3945"
64 SLOT="1"
65 KEYWORDS="~amd64 ~x86"
66 IUSE="bluetooth"
67
68 DEPEND=""
69 RDEPEND="bluetooth? ( sys-firmware/iwl3160-7260-bt-ucode )
70 !sys-kernel/linux-firmware[-savedconfig]"
71
72 S="${WORKDIR}/${MY_PN}-${PV}"
73
74 CONFIG_CHECK="IWLMVM"
75 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"
76
77 pkg_pretend() {
78 if kernel_is lt 3 13 0; then
79 ewarn "Your kernel version is ${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}."
80 ewarn "This microcode image requires a kernel >= 3.13.0."
81 ewarn "For kernel versions < 3.10.13, you may install older SLOTS"
82 fi
83 }
84
85 src_install() {
86 insinto /lib/firmware
87 doins "${S}/iwlwifi-${DEV_N}-8.ucode"
88 dodoc README*
89 }