--- ./net-wireless/bluez/bluez-4.26.ebuild 1970-01-01 01:00:00.000000000 +0100 +++ local/overlay/./net-wireless/bluez/bluez-4.26.ebuild 2008-12-04 11:04:22.000000000 +0100 @@ -0,0 +1,157 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/bluez-4.21.ebuild,v 1.1 2008/12/04 10:04:22 dev-zero Exp $ + +inherit autotools multilib eutils + +DESCRIPTION="Bluetooth Tools and System Daemons for Linux" +HOMEPAGE="http://bluez.sourceforge.net/" +SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.gz" +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~sparc ~x86" + +IUSE="alsa cups debug doc examples gstreamer old-daemons test-programs usb" + +RDEPEND="alsa? ( media-libs/alsa-lib ) + gstreamer? ( + >=media-libs/gstreamer-0.10 + >=media-libs/gst-plugins-base-0.10 ) + usb? ( dev-libs/libusb ) + cups? ( net-print/cups ) + sys-fs/udev + dev-libs/glib + sys-apps/dbus + !net-wireless/bluez-libs + !net-wireless/bluez-utils" +DEPEND="! add hidd. If" + elog "you need init scripts for the other daemons, please file requests" + elog "to https://bugs.gentoo.org." + else + elog "The bluetooth service should be started automatically by udev" + elog "when the required hardware is inserted next time." + fi + elog + ewarn "On first install you need to run /etc/init.d/dbus reload or hcid" + ewarn "will fail to start." +}