diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2009-01-06 11:20:52 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2009-01-06 11:20:52 +0000 |
commit | f581b8026999cfd9510f40d2096d681fff655d57 (patch) | |
tree | 1cfed072d4858aaa040b9378d54bb2f684d68a34 /net-wireless | |
parent | Initial import (diff) | |
download | gentoo-2-f581b8026999cfd9510f40d2096d681fff655d57.tar.gz gentoo-2-f581b8026999cfd9510f40d2096d681fff655d57.tar.bz2 gentoo-2-f581b8026999cfd9510f40d2096d681fff655d57.zip |
ABI 2 microcode version bump, as requested by Ari Entlich <lmage11@twcny.rr.com> in bug #252642.
(Portage version: 2.1.6.4/cvs/Linux 2.6.28-05716-gfe0bdec-dirty x86_64)
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/iwl4965-ucode/ChangeLog | 8 | ||||
-rw-r--r-- | net-wireless/iwl4965-ucode/iwl4965-ucode-228.57.2.23.ebuild | 29 |
2 files changed, 36 insertions, 1 deletions
diff --git a/net-wireless/iwl4965-ucode/ChangeLog b/net-wireless/iwl4965-ucode/ChangeLog index 5415df11fda7..4c0d86c917d5 100644 --- a/net-wireless/iwl4965-ucode/ChangeLog +++ b/net-wireless/iwl4965-ucode/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-wireless/iwl4965-ucode # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/iwl4965-ucode/ChangeLog,v 1.10 2009/01/01 01:42:33 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/iwl4965-ucode/ChangeLog,v 1.11 2009/01/06 11:20:52 chainsaw Exp $ + +*iwl4965-ucode-228.57.2.23 (06 Jan 2009) + + 06 Jan 2009; <chainsaw@gentoo.org> +iwl4965-ucode-228.57.2.23.ebuild: + ABI 2 microcode version bump, as requested by Ari Entlich + <lmage11@twcny.rr.com> in bug #252642. 01 Jan 2009; <chainsaw@gentoo.org> iwl4965-ucode-228.57.2.21.ebuild: Mark firmware API-2 stable on AMD64 for 2.6.27 as requested by Thomas Pani diff --git a/net-wireless/iwl4965-ucode/iwl4965-ucode-228.57.2.23.ebuild b/net-wireless/iwl4965-ucode/iwl4965-ucode-228.57.2.23.ebuild new file mode 100644 index 000000000000..853c8dd48361 --- /dev/null +++ b/net-wireless/iwl4965-ucode/iwl4965-ucode-228.57.2.23.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/iwl4965-ucode/iwl4965-ucode-228.57.2.23.ebuild,v 1.1 2009/01/06 11:20:52 chainsaw Exp $ + +MY_PN="iwlwifi-4965-ucode" + +DESCRIPTION="Intel (R) Wireless WiFi Link 4965AGN ucode" +HOMEPAGE="http://intellinuxwireless.org/?p=iwlwifi" +SRC_URI="http://intellinuxwireless.org/iwlwifi/downloads/${MY_PN}-${PV}.tgz" + +LICENSE="Intel" +SLOT="1" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="|| ( >=sys-fs/udev-096 >=sys-apps/hotplug-20040923 )" + +S="${WORKDIR}/${MY_PN}-${PV}" + +src_compile() { + true; +} + +src_install() { + insinto /lib/firmware + doins "${S}/iwlwifi-4965-2.ucode" + + dodoc README* || die "dodoc failed" +} |