diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2012-06-01 22:17:06 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2012-06-01 22:17:06 +0000 |
commit | 6e55c2c59c6049977640da6f4dcc219ba4690084 (patch) | |
tree | 39ecaabc5d78ccbc85640e126b3b886e1b91746a /net-wireless/iwl6030-ucode | |
parent | Stable for x86, wrt bug #418901 (diff) | |
download | gentoo-2-6e55c2c59c6049977640da6f4dcc219ba4690084.tar.gz gentoo-2-6e55c2c59c6049977640da6f4dcc219ba4690084.tar.bz2 gentoo-2-6e55c2c59c6049977640da6f4dcc219ba4690084.zip |
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.
(Portage version: 2.1.10.63/cvs/Linux x86_64)
Diffstat (limited to 'net-wireless/iwl6030-ucode')
-rw-r--r-- | net-wireless/iwl6030-ucode/ChangeLog | 11 | ||||
-rw-r--r-- | net-wireless/iwl6030-ucode/iwl6030-ucode-18.168.6.1.ebuild | 28 |
2 files changed, 38 insertions, 1 deletions
diff --git a/net-wireless/iwl6030-ucode/ChangeLog b/net-wireless/iwl6030-ucode/ChangeLog index 3e4585e8c8d9..1aa1083c6b63 100644 --- a/net-wireless/iwl6030-ucode/ChangeLog +++ b/net-wireless/iwl6030-ucode/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for net-wireless/iwl6030-ucode # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/iwl6030-ucode/ChangeLog,v 1.2 2012/01/15 10:32:32 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/iwl6030-ucode/ChangeLog,v 1.3 2012/06/01 22:17:06 chainsaw Exp $ + +*iwl6030-ucode-18.168.6.1 (01 Jun 2012) + + 01 Jun 2012; Tony Vroon <chainsaw@gentoo.org> + +iwl6030-ucode-18.168.6.1.ebuild: + 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. 15 Jan 2012; Thomas Kahle <tomka@gentoo.org> iwl6030-ucode-17.168.5.2.ebuild: Adding ~x86 per bug 393509 diff --git a/net-wireless/iwl6030-ucode/iwl6030-ucode-18.168.6.1.ebuild b/net-wireless/iwl6030-ucode/iwl6030-ucode-18.168.6.1.ebuild new file mode 100644 index 000000000000..1c99660b89b4 --- /dev/null +++ b/net-wireless/iwl6030-ucode/iwl6030-ucode-18.168.6.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $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 $ + +MY_PN="iwlwifi-6000g2b-ucode" + +DESCRIPTION="Intel (R) Wireless WiFi Advanced N 6030 ucode" +HOMEPAGE="http://intellinuxwireless.org/?p=iwlwifi" +SRC_URI="http://intellinuxwireless.org/iwlwifi/downloads/${MY_PN}-${PV}.tgz" + +LICENSE="ipw3945" +SLOT="1" +KEYWORDS="~amd64 ~x86" +IUSE="" +RDEPEND="" + +DEPEND="|| ( >=sys-fs/udev-096 >=sys-apps/hotplug-20040923 )" + +S="${WORKDIR}/${MY_PN}-${PV}" + +src_compile() { :; } + +src_install() { + insinto /lib/firmware + doins "${S}/iwlwifi-6000g2b-6.ucode" || die + + dodoc README* || die "dodoc failed" +} |