diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-07-08 08:49:51 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-07-08 08:49:51 +0000 |
commit | 0217a3899b12712b76b13d4bca32ae85aa1b38ad (patch) | |
tree | 143c0e4ad8aec16d1555397d52c4fd064097c1da /net-wireless | |
parent | Support linking Python modules on aix, thanks to haubi. (diff) | |
download | gentoo-2-0217a3899b12712b76b13d4bca32ae85aa1b38ad.tar.gz gentoo-2-0217a3899b12712b76b13d4bca32ae85aa1b38ad.tar.bz2 gentoo-2-0217a3899b12712b76b13d4bca32ae85aa1b38ad.zip |
Version bump, drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/bluez/ChangeLog | 8 | ||||
-rw-r--r-- | net-wireless/bluez/bluez-5.21.ebuild (renamed from net-wireless/bluez/bluez-5.20.ebuild) | 11 |
2 files changed, 12 insertions, 7 deletions
diff --git a/net-wireless/bluez/ChangeLog b/net-wireless/bluez/ChangeLog index 8b17ba08a22c..8f7ec8182733 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.208 2014/06/26 17:18:43 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/ChangeLog,v 1.209 2014/07/08 08:49:51 pacho Exp $ + +*bluez-5.21 (08 Jul 2014) + + 08 Jul 2014; Pacho Ramos <pacho@gentoo.org> +bluez-5.21.ebuild, + -bluez-5.20.ebuild: + Version bump, drop old *bluez-5.20-r1 (26 Jun 2014) diff --git a/net-wireless/bluez/bluez-5.20.ebuild b/net-wireless/bluez/bluez-5.21.ebuild index 72ebfa71bc8e..5b6ac0795865 100644 --- a/net-wireless/bluez/bluez-5.20.ebuild +++ b/net-wireless/bluez/bluez-5.21.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.ebuild,v 1.1 2014/06/26 14:44:33 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/bluez-5.21.ebuild,v 1.1 2014/07/08 08:49:51 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 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" @@ -173,6 +172,7 @@ multilib_src_install_all() { doins src/org.bluez.service newinitd "${FILESDIR}"/bluetooth-init.d-r3 bluetooth + newinitd "${FILESDIR}"/rfcomm-init.d-r2 rfcomm readme.gentoo_create_doc } @@ -186,8 +186,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 } |