Parent Directory
|
Revision Log
Drop useless DEPEND strings -- these work fine w/out udev or hotplug. (Portage version: 2.2.0_alpha131/cvs/Linux x86_64)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl1000-ucode/iwl1000-ucode-128.50.3.1.ebuild,v 1.1 2012/08/06 15:30:25 ulm Exp $ |
| 4 | |
| 5 | EAPI=4 |
| 6 | MY_P="iwlwifi-1000-ucode-${PV}" |
| 7 | |
| 8 | DESCRIPTION="Intel (R) Wireless WiFi Link 1000BGN ucode" |
| 9 | HOMEPAGE="http://intellinuxwireless.org/?p=iwlwifi" |
| 10 | SRC_URI="http://intellinuxwireless.org/iwlwifi/downloads/${MY_P}.tgz" |
| 11 | |
| 12 | LICENSE="ipw3945" |
| 13 | SLOT="3" |
| 14 | KEYWORDS="" |
| 15 | IUSE="" |
| 16 | |
| 17 | S="${WORKDIR}/${MY_P}" |
| 18 | |
| 19 | src_install() { |
| 20 | insinto /lib/firmware |
| 21 | doins iwlwifi-1000-3.ucode |
| 22 | dodoc README.iwlwifi-1000-ucode |
| 23 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |