From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 87128138247 for ; Sun, 15 Dec 2013 22:21:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B132E0AFD; Sun, 15 Dec 2013 22:21:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7E84E0AFD for ; Sun, 15 Dec 2013 22:21:07 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CFD8233F2DD for ; Sun, 15 Dec 2013 22:21:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7FB2EE5613 for ; Sun, 15 Dec 2013 22:21:05 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1387145993.596bec350699e3e805b68e9b4b39b07a118db679.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: net-wireless/bluez/ X-VCS-Repository: proj/gnome X-VCS-Files: net-wireless/bluez/bluez-5.11.ebuild net-wireless/bluez/bluez-5.12.ebuild X-VCS-Directories: net-wireless/bluez/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 596bec350699e3e805b68e9b4b39b07a118db679 X-VCS-Branch: master Date: Sun, 15 Dec 2013 22:21:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dd2d78ed-8484-4d6b-a798-3db36bd356a6 X-Archives-Hash: 2860bf9e15229c645fe7f5a208d6bc0f commit: 596bec350699e3e805b68e9b4b39b07a118db679 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Dec 15 22:19:53 2013 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Dec 15 22:19:53 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=596bec35 net-wireless/bluez: 5.11 → 5.12 * Build system takes care of installing udev rule by itself. * Switch manuel udev reload rules by eclass call. * Add subslot. --- net-wireless/bluez/{bluez-5.11.ebuild => bluez-5.12.ebuild} | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/net-wireless/bluez/bluez-5.11.ebuild b/net-wireless/bluez/bluez-5.12.ebuild similarity index 93% rename from net-wireless/bluez/bluez-5.11.ebuild rename to net-wireless/bluez/bluez-5.12.ebuild index 4cd2cd5..2cc5963 100644 --- a/net-wireless/bluez/bluez-5.11.ebuild +++ b/net-wireless/bluez/bluez-5.12.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="http://www.bluez.org" SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz" LICENSE="GPL-2+ LGPL-2.1+" -SLOT="0" +SLOT="0/3" KEYWORDS="~amd64" IUSE="cups debug obex readline selinux systemd test" REQUIRED_USE="test? ( ${PYTHON_REQUIRED_USE} )" @@ -80,7 +80,8 @@ src_configure() { --enable-obex \ --enable-client \ $(use_enable systemd) \ - $(systemd_with_unitdir) + $(systemd_with_unitdir) \ + --enable-sixaxis } src_install() { @@ -103,7 +104,6 @@ src_install() { doins src/main.conf doins src/bluetooth.conf - # FIXME: dependent on systemd while nothing seems really tied to it insinto /usr/share/dbus-1/system-services doins src/org.bluez.service @@ -111,15 +111,13 @@ src_install() { newinitd "${FILESDIR}"/rfcomm-init.d rfcomm newconfd "${FILESDIR}"/rfcomm-conf.d rfcomm - udev_newrules tools/hid2hci.rules 97-bluetooth-hid2hci.rules - readme.gentoo_create_doc } pkg_postinst() { readme.gentoo_print_elog - udevadm control --reload-rules + udev_reload has_version net-dialup/ppp || elog "To use dial up networking you must install net-dialup/ppp."