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 (-13 / +3 lines)
Line  Link Here
0
-- madwifi-ng-0.9.3-r3.ebuild
0
++ madwifi-ng-0.9.3-r4.ebuild
Lines 19-26 Link Here
19
19
20
DEPEND="app-arch/sharutils"
20
DEPEND="app-arch/sharutils"
21
RDEPEND="!net-wireless/madwifi-old
21
RDEPEND="!net-wireless/madwifi-old
22
		net-wireless/wireless-tools
22
		=net-wireless/${PN}-tools-${PV}-r1
23
		~net-wireless/madwifi-ng-tools-${PV:0:5}"
23
		net-wireless/wireless-tools"
24
24
25
CONFIG_CHECK="CRYPTO WIRELESS_EXT SYSCTL"
25
CONFIG_CHECK="CRYPTO WIRELESS_EXT SYSCTL"
26
ERROR_CRYPTO="${P} requires Cryptographic API support (CONFIG_CRYPTO)."
26
ERROR_CRYPTO="${P} requires Cryptographic API support (CONFIG_CRYPTO)."
Lines 66-78 Link Here
66
	linux-mod_src_install
66
	linux-mod_src_install
67
67
68
	dodoc README THANKS docs/users-guide.pdf docs/WEP-HOWTO.txt
68
	dodoc README THANKS docs/users-guide.pdf docs/WEP-HOWTO.txt
69
70
	# install headers for use by
71
	# net-wireless/wpa_supplicant and net-wireless/hostapd
72
	insinto /usr/include/madwifi/include/
73
	doins include/*.h
74
	insinto /usr/include/madwifi/net80211
75
	doins net80211/*.h
76
}
69
}
77
70
78
pkg_postinst() {
71
pkg_postinst() {
Lines 91-97 Link Here
91
	einfo "module load time via the 'ratectl' module parameter. USE flags amrr and onoe"
84
	einfo "module load time via the 'ratectl' module parameter. USE flags amrr and onoe"
92
	einfo "no longer serve any purpose."
85
	einfo "no longer serve any purpose."
93
	einfo
86
	einfo
94
	einfo "If you use net-wireless/wpa_supplicant or net-wireless/hostapd with madwifi"
95
	einfo "you should remerge them now."
96
	einfo
97
}
87
}

Return to bug 179348