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

(-)/usr/portage/net-wireless/bluez/bluez-4.94-r1.ebuild (-1 / +3 lines)
Lines 4-10 Link Here
4
4
5
EAPI="4"
5
EAPI="4"
6
6
7
inherit multilib eutils
7
inherit multilib eutils systemd
8
8
9
DESCRIPTION="Bluetooth Tools and System Daemons for Linux"
9
DESCRIPTION="Bluetooth Tools and System Daemons for Linux"
10
HOMEPAGE="http://www.bluez.org/"
10
HOMEPAGE="http://www.bluez.org/"
Lines 146-151 Link Here
146
	insinto /var/lib/misc
146
	insinto /var/lib/misc
147
	newins "${WORKDIR}/oui-${OUIDATE}.txt" oui.txt
147
	newins "${WORKDIR}/oui-${OUIDATE}.txt" oui.txt
148
148
149
	systemd_dounit "${FILESDIR}"/bluetooth.service
150
149
	find "${ED}" -name "*.la" -delete
151
	find "${ED}" -name "*.la" -delete
150
}
152
}
151
153
(-)/usr/portage/net-wireless/bluez/files/bluetooth.service (+10 lines)
Line 0 Link Here
1
[Unit]
2
Description=Bluetooth
3
After=NetworkManager.service
4
5
[Service]
6
Type=simple
7
ExecStart=/usr/sbin/bluetoothd --nodetach
8
9
[Install]
10
WantedBy=graphical.target

Return to bug 371873