diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-09-13 12:27:43 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-09-13 12:27:43 +0000 |
commit | 8392b6fc14d63416398344affa31d7769c0f5971 (patch) | |
tree | 56d7e4f47e4a25537fff2843b005689b8ed490ad /net-wireless/bluez | |
parent | arm stable, bug #520466 (diff) | |
download | gentoo-2-8392b6fc14d63416398344affa31d7769c0f5971.tar.gz gentoo-2-8392b6fc14d63416398344affa31d7769c0f5971.tar.bz2 gentoo-2-8392b6fc14d63416398344affa31d7769c0f5971.zip |
Version bump, drop old
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-wireless/bluez')
-rw-r--r-- | net-wireless/bluez/ChangeLog | 8 | ||||
-rw-r--r-- | net-wireless/bluez/bluez-5.23.ebuild (renamed from net-wireless/bluez/bluez-5.20-r1.ebuild) | 23 |
2 files changed, 21 insertions, 10 deletions
diff --git a/net-wireless/bluez/ChangeLog b/net-wireless/bluez/ChangeLog index 9fe57e7524f2..09f1b93e0a84 100644 --- a/net-wireless/bluez/ChangeLog +++ b/net-wireless/bluez/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-wireless/bluez # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/ChangeLog,v 1.215 2014/08/21 10:45:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/ChangeLog,v 1.216 2014/09/13 12:27:43 pacho Exp $ + +*bluez-5.23 (13 Sep 2014) + + 13 Sep 2014; Pacho Ramos <pacho@gentoo.org> +bluez-5.23.ebuild, + -bluez-5.20-r1.ebuild: + Version bump, drop old 21 Aug 2014; Agostino Sarubbo <ago@gentoo.org> bluez-4.101-r9.ebuild, bluez-5.21-r1.ebuild: diff --git a/net-wireless/bluez/bluez-5.20-r1.ebuild b/net-wireless/bluez/bluez-5.23.ebuild index abdd7dd32cba..129baf67205e 100644 --- a/net-wireless/bluez/bluez-5.20-r1.ebuild +++ b/net-wireless/bluez/bluez-5.23.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/bluez-5.20-r1.ebuild,v 1.1 2014/06/26 17:18:43 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/bluez-5.23.ebuild,v 1.1 2014/09/13 12:27:43 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) -inherit eutils multilib python-any-r1 readme.gentoo systemd \ - udev user multilib-minimal +inherit autotools eutils multilib python-any-r1 readme.gentoo systemd udev user multilib-minimal DESCRIPTION="Bluetooth Tools and System Daemons for Linux" HOMEPAGE="http://www.bluez.org" @@ -87,6 +86,8 @@ src_prepare() { Makefile.{in,tools} || die fi + eautoreconf + multilib_copy_sources } @@ -108,6 +109,7 @@ multilib_src_configure() { econf \ --localstatedir=/var \ --disable-android \ + --enable-datafiles \ --enable-experimental \ --enable-optimization \ $(use_enable debug) \ @@ -116,6 +118,7 @@ multilib_src_configure() { --enable-library \ $(multilib_native_use_enable test) \ --enable-tools \ + --enable-manpages \ --enable-monitor \ $(multilib_native_use_enable cups) \ $(multilib_native_use_enable obex) \ @@ -160,17 +163,20 @@ multilib_src_install_all() { keepdir /var/lib/bluetooth + # Upstream don't want people to play with them + # But we keep installing them due 'historical' reasons insinto /etc/bluetooth local d for d in input network proximity; do doins profiles/${d}/${d}.conf done - doins src/main.conf doins src/bluetooth.conf - insinto /usr/share/dbus-1/system-services - doins src/org.bluez.service +# FIXME: +# Looks like upstream installs it only for systemd, probably not needed +# insinto /usr/share/dbus-1/system-services +# doins src/org.bluez.service newinitd "${FILESDIR}"/bluetooth-init.d-r3 bluetooth newinitd "${FILESDIR}"/rfcomm-init.d-r2 rfcomm @@ -187,8 +193,7 @@ pkg_postinst() { if ! has_version sys-auth/consolekit && ! has_version sys-apps/systemd; then elog "Since you don't have sys-auth/consolekit neither sys-apps/systemd, you will only" - elog "be able to run bluetooth clients as root. If you want to be able to run bluetooth clientes as" - elog "a regular user, you need to enable the consolekit use flag for this package or" - elog "to add the user to the plugdev group." + elog "be able to run bluetooth clients as root. If you want to be able to run bluetooth clients as" + elog "a regular user, you need to add the user to the plugdev group." fi } |