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

(-)/home2/sys/gentoo/net-wireless/wpa_supplicant/wpa_supplicant-0.6.9.ebuild (-3 / +8 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2009 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/wpa_supplicant/wpa_supplicant-0.6.9.ebuild,v 1.1 2009/04/15 21:45:22 gurligebis Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.6.9-r1.ebuild
4
4
5
EAPI="2"
5
EAPI="2"
6
6
Lines 182-189 Link Here
182
	dobin wpa_cli wpa_passphrase || die
182
	dobin wpa_cli wpa_passphrase || die
183
183
184
	# baselayout-1 compat
184
	# baselayout-1 compat
185
	dosym /usr/sbin/wpa_supplicant /sbin/wpa_supplicant || die
185
	if has_version "<sys-apps/baselayout-2.0.0"; then
186
	dosym /usr/bin/wpa_cli /bin/wpa_cli || die
186
		dodir /sbin
187
		dosym /usr/sbin/wpa_supplicant /sbin/wpa_supplicant || die
188
		dodir /bin
189
		dosym /usr/bin/wpa_cli /bin/wpa_cli || die
190
	fi
187
191
188
	exeinto /etc/wpa_supplicant/
192
	exeinto /etc/wpa_supplicant/
189
	newexe "${FILESDIR}"/wpa_cli.sh wpa_cli.sh
193
	newexe "${FILESDIR}"/wpa_cli.sh wpa_cli.sh
Lines 202-207 Link Here
202
	fi
206
	fi
203
207
204
	if use qt3 || use qt4 ; then
208
	if use qt3 || use qt4 ; then
209
		doicon wpa_gui-qt4/icons/wpa_gui.svg || die "Icon not found"
205
		make_desktop_entry wpa_gui "WPA Supplicant Administration GUI" "wpa_gui" "Qt;Network;"
210
		make_desktop_entry wpa_gui "WPA Supplicant Administration GUI" "wpa_gui" "Qt;Network;"
206
	fi
211
	fi
207
212

Return to bug 266384