Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 179348 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +15 lines)
Line  Link Here
0
-- madwifi-ng-tools-0.9.3.ebuild
0
++ madwifi-ng-tools-0.9.3-r1.ebuild
Lines 13-23 Link Here
13
13
14
LICENSE="|| ( BSD GPL-2 )"
14
LICENSE="|| ( BSD GPL-2 )"
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="amd64 ppc x86"
16
KEYWORDS="~amd64 ~ppc ~x86"
17
17
18
IUSE=""
18
IUSE=""
19
DEPEND="virtual/libc"
19
DEPEND="virtual/libc"
20
RDEPEND="!net-wireless/madwifi-old-tools
20
RDEPEND="!net-wireless/madwifi-old-tools
21
		!<net-wireless/madwifi-ng-0.9.3-r4
21
		${DEPEND}"
22
		${DEPEND}"
22
23
23
src_unpack() {
24
src_unpack() {
Lines 48-53 Link Here
48
49
49
	dodir /sbin
50
	dodir /sbin
50
	mv "${D}"/usr/bin/wlanconfig "${D}"/sbin
51
	mv "${D}"/usr/bin/wlanconfig "${D}"/sbin
52
53
	# install headers for use by
54
	# net-wireless/wpa_supplicant and net-wireless/hostapd
55
	cd ${S}/..
56
	insinto /usr/include/madwifi/include/
57
	doins include/*.h
58
	insinto /usr/include/madwifi/net80211
59
	doins net80211/*.h
51
}
60
}
52
61
53
pkg_postinst() {
62
pkg_postinst() {
Lines 59-62 Link Here
59
		ewarn "and either run 'udevstart' or reboot for the changes to take effect."
68
		ewarn "and either run 'udevstart' or reboot for the changes to take effect."
60
		ewarn
69
		ewarn
61
	fi
70
	fi
71
	einfo
72
	einfo "If you use net-wireless/wpa_supplicant or net-wireless/hostapd with madwifi"
73
	einfo "you should remerge them now."
74
	einfo
62
}
75
}

Return to bug 179348