Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-wireless/iwl6030-ucode: ChangeLog iwl6030-ucode-18.168.6.1.ebuild
Date: Fri, 01 Jun 2012 22:17:21
Message-Id: 20120601221707.24BC62004B@flycatcher.gentoo.org
1 chainsaw 12/06/01 22:17:07
2
3 Modified: ChangeLog
4 Added: iwl6030-ucode-18.168.6.1.ebuild
5 Log:
6 Version bump to "6" firmware for newer kernels. This is slotted, so that it will install in addition to your existing "5" firmware and allows you to switch between kernels of various vintages effortlessly. Many thanks to Lik from the Ukraine for reporting the availability of the new version.
7
8 (Portage version: 2.1.10.63/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 net-wireless/iwl6030-ucode/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/iwl6030-ucode/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/iwl6030-ucode/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/iwl6030-ucode/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-wireless/iwl6030-ucode/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 15 Jan 2012 10:32:32 -0000 1.2
24 +++ ChangeLog 1 Jun 2012 22:17:06 -0000 1.3
25 @@ -1,6 +1,15 @@
26 # ChangeLog for net-wireless/iwl6030-ucode
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/iwl6030-ucode/ChangeLog,v 1.2 2012/01/15 10:32:32 tomka Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/iwl6030-ucode/ChangeLog,v 1.3 2012/06/01 22:17:06 chainsaw Exp $
30 +
31 +*iwl6030-ucode-18.168.6.1 (01 Jun 2012)
32 +
33 + 01 Jun 2012; Tony Vroon <chainsaw@g.o>
34 + +iwl6030-ucode-18.168.6.1.ebuild:
35 + Version bump to "6" firmware for newer kernels. This is slotted, so that it
36 + will install in addition to your existing "5" firmware and allows you to
37 + switch between kernels of various vintages effortlessly. Many thanks to Lik
38 + from the Ukraine for reporting the availability of the new version.
39
40 15 Jan 2012; Thomas Kahle <tomka@g.o> iwl6030-ucode-17.168.5.2.ebuild:
41 Adding ~x86 per bug 393509
42
43
44
45 1.1 net-wireless/iwl6030-ucode/iwl6030-ucode-18.168.6.1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/iwl6030-ucode/iwl6030-ucode-18.168.6.1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/iwl6030-ucode/iwl6030-ucode-18.168.6.1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: iwl6030-ucode-18.168.6.1.ebuild
51 ===================================================================
52 # Copyright 1999-2012 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/net-wireless/iwl6030-ucode/iwl6030-ucode-18.168.6.1.ebuild,v 1.1 2012/06/01 22:17:06 chainsaw Exp $
55
56 MY_PN="iwlwifi-6000g2b-ucode"
57
58 DESCRIPTION="Intel (R) Wireless WiFi Advanced N 6030 ucode"
59 HOMEPAGE="http://intellinuxwireless.org/?p=iwlwifi"
60 SRC_URI="http://intellinuxwireless.org/iwlwifi/downloads/${MY_PN}-${PV}.tgz"
61
62 LICENSE="ipw3945"
63 SLOT="1"
64 KEYWORDS="~amd64 ~x86"
65 IUSE=""
66 RDEPEND=""
67
68 DEPEND="|| ( >=sys-fs/udev-096 >=sys-apps/hotplug-20040923 )"
69
70 S="${WORKDIR}/${MY_PN}-${PV}"
71
72 src_compile() { :; }
73
74 src_install() {
75 insinto /lib/firmware
76 doins "${S}/iwlwifi-6000g2b-6.ucode" || die
77
78 dodoc README* || die "dodoc failed"
79 }