summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2007-02-02 20:13:33 +0000
committerChristian Heim <phreak@gentoo.org>2007-02-02 20:13:33 +0000
commite17ed2527b60672c2301a1a0c64b57e28d7f21f4 (patch)
treec19cdb0d715259a072480e9e93f1bc72ccdc6b69 /net-wireless/ipw3945-ucode/ipw3945-ucode-1.14.2.ebuild
parentAdded ~ppc (diff)
downloadgentoo-2-e17ed2527b60672c2301a1a0c64b57e28d7f21f4.tar.gz
gentoo-2-e17ed2527b60672c2301a1a0c64b57e28d7f21f4.tar.bz2
gentoo-2-e17ed2527b60672c2301a1a0c64b57e28d7f21f4.zip
Version bump, hopefully fixing all those messy bugs with ipw3945.
(Portage version: 2.1.2-r6)
Diffstat (limited to 'net-wireless/ipw3945-ucode/ipw3945-ucode-1.14.2.ebuild')
-rw-r--r--net-wireless/ipw3945-ucode/ipw3945-ucode-1.14.2.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/net-wireless/ipw3945-ucode/ipw3945-ucode-1.14.2.ebuild b/net-wireless/ipw3945-ucode/ipw3945-ucode-1.14.2.ebuild
new file mode 100644
index 000000000000..8b168474059d
--- /dev/null
+++ b/net-wireless/ipw3945-ucode/ipw3945-ucode-1.14.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/ipw3945-ucode/ipw3945-ucode-1.14.2.ebuild,v 1.1 2007/02/02 20:13:33 phreak Exp $
+
+DESCRIPTION="Microcode for the Intel PRO/Wireless 3945ABG miniPCI express adapter"
+
+HOMEPAGE="http://www.bughost.org/ipw3945/"
+SRC_URI="http://bughost.org/ipw3945/ucode/${P}.tgz"
+
+LICENSE="ipw3945"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+DEPEND="|| ( >=sys-fs/udev-096 >=sys-apps/hotplug-20040923 )"
+
+src_install() {
+ insinto /lib/firmware
+ doins ipw3945.ucode
+
+ dodoc README.ipw3945-ucode
+}