summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2011-03-18 08:39:51 +0000
committerThilo Bangert <bangert@gentoo.org>2011-03-18 08:39:51 +0000
commit91d8c3cb559318cc9038b3777089fe2b8547982e (patch)
treeaea5bc38596fee130f983f7c77ad24f783bfd64a /net-wireless
parentx86 stable per bug 352842 (diff)
downloadgentoo-2-91d8c3cb559318cc9038b3777089fe2b8547982e.tar.gz
gentoo-2-91d8c3cb559318cc9038b3777089fe2b8547982e.tar.bz2
gentoo-2-91d8c3cb559318cc9038b3777089fe2b8547982e.zip
version bump (#357705)
(Portage version: 2.2.0_alpha26/cvs/Linux i686)
Diffstat (limited to 'net-wireless')
-rw-r--r--net-wireless/iwl5000-ucode/ChangeLog10
-rw-r--r--net-wireless/iwl5000-ucode/iwl5000-ucode-8.83.5.1.ebuild31
2 files changed, 39 insertions, 2 deletions
diff --git a/net-wireless/iwl5000-ucode/ChangeLog b/net-wireless/iwl5000-ucode/ChangeLog
index 475bed7172bd..9b31eb768420 100644
--- a/net-wireless/iwl5000-ucode/ChangeLog
+++ b/net-wireless/iwl5000-ucode/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-wireless/iwl5000-ucode
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/iwl5000-ucode/ChangeLog,v 1.8 2010/01/09 11:18:39 hanno Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/iwl5000-ucode/ChangeLog,v 1.9 2011/03/18 08:39:51 bangert Exp $
+
+*iwl5000-ucode-8.83.5.1 (18 Mar 2011)
+
+ 18 Mar 2011; Thilo Bangert <bangert@gentoo.org>
+ +iwl5000-ucode-8.83.5.1.ebuild:
+ version bump (#357705)
09 Jan 2010; Hanno Boeck <hanno@gentoo.org> iwl5000-ucode-5.4.0.11.ebuild,
iwl5000-ucode-8.24.2.12.ebuild:
diff --git a/net-wireless/iwl5000-ucode/iwl5000-ucode-8.83.5.1.ebuild b/net-wireless/iwl5000-ucode/iwl5000-ucode-8.83.5.1.ebuild
new file mode 100644
index 000000000000..6c89fc274eb7
--- /dev/null
+++ b/net-wireless/iwl5000-ucode/iwl5000-ucode-8.83.5.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/iwl5000-ucode/iwl5000-ucode-8.83.5.1.ebuild,v 1.1 2011/03/18 08:39:51 bangert Exp $
+
+MY_PN="iwlwifi-5000-ucode"
+MY_PV="${PV/0/A}"
+
+DESCRIPTION="Intel (R) Wireless WiFi Link 5100/5300 ucode"
+HOMEPAGE="http://intellinuxwireless.org/?p=iwlwifi"
+SRC_URI="http://intellinuxwireless.org/iwlwifi/downloads/${MY_PN}-${MY_PV}.tgz"
+
+LICENSE="ipw3945"
+SLOT="1"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="|| ( >=sys-fs/udev-096 >=sys-apps/hotplug-20040923 )"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_PN}-${MY_PV}"
+
+src_compile() {
+ true;
+}
+
+src_install() {
+ insinto /lib/firmware
+ doins "${S}/iwlwifi-5000-5.ucode" || die
+
+ dodoc README* || die "dodoc failed"
+}