Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 357705
Collapse All | Expand All

(-)iwl5000-ucode-8.24.2.12.ebuild (-4 / +5 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2010 Gentoo Foundation
1
# Copyright 1999-2011 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-wireless/iwl5000-ucode/iwl5000-ucode-8.24.2.12.ebuild,v 1.4 2010/01/09 11:18:39 hanno Exp $
3
# $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 $
4
4
5
MY_PN="iwlwifi-5000-ucode"
5
MY_PN="iwlwifi-5000-ucode"
6
MY_PV="${PV/0/A}"
6
MY_PV="${PV/0/A}"
Lines 11-20 Link Here
11
11
12
LICENSE="ipw3945"
12
LICENSE="ipw3945"
13
SLOT="1"
13
SLOT="1"
14
KEYWORDS="amd64 x86"
14
KEYWORDS="~amd64 ~x86"
15
IUSE=""
15
IUSE=""
16
16
17
DEPEND="|| ( >=sys-fs/udev-096 >=sys-apps/hotplug-20040923 )"
17
DEPEND="|| ( >=sys-fs/udev-096 >=sys-apps/hotplug-20040923 )"
18
RDEPEND="${DEPEND}"
18
19
19
S="${WORKDIR}/${MY_PN}-${MY_PV}"
20
S="${WORKDIR}/${MY_PN}-${MY_PV}"
20
21
Lines 24-30 Link Here
24
25
25
src_install() {
26
src_install() {
26
	insinto /lib/firmware
27
	insinto /lib/firmware
27
	doins "${S}/iwlwifi-5000-2.ucode"
28
	doins "${S}/iwlwifi-5000-5.ucode" || die
28
29
29
	dodoc README* || die "dodoc failed"
30
	dodoc README* || die "dodoc failed"
30
}
31
}

Return to bug 357705