diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-07-08 19:32:58 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-07-08 19:32:58 +0000 |
commit | dcf217c01c4257c983b1730090edaa0fde9119db (patch) | |
tree | 8b8343b395763cb85002d67faa231b42475e7045 /net-wireless | |
parent | force latest nvidia-cuda-toolkit package to avoid opencl changes in package #... (diff) | |
download | gentoo-2-dcf217c01c4257c983b1730090edaa0fde9119db.tar.gz gentoo-2-dcf217c01c4257c983b1730090edaa0fde9119db.tar.bz2 gentoo-2-dcf217c01c4257c983b1730090edaa0fde9119db.zip |
Version bump, install systemd files (bug #371873 by Christoph Brill, Michał Górny and Henry Gebhardt), RDEPEND on media-libs/libsndfile only with USE 'alsa' (bug #373117 by XhE), remove old.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/bluez/ChangeLog | 11 | ||||
-rw-r--r-- | net-wireless/bluez/bluez-4.95-r1.ebuild (renamed from net-wireless/bluez/bluez-4.94-r1.ebuild) | 46 | ||||
-rw-r--r-- | net-wireless/bluez/bluez-4.95.ebuild (renamed from net-wireless/bluez/bluez-4.91.ebuild) | 53 |
3 files changed, 59 insertions, 51 deletions
diff --git a/net-wireless/bluez/ChangeLog b/net-wireless/bluez/ChangeLog index 89c2eaa6ff2a..9fc1a1db1927 100644 --- a/net-wireless/bluez/ChangeLog +++ b/net-wireless/bluez/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for net-wireless/bluez # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/ChangeLog,v 1.96 2011/06/19 13:57:59 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/ChangeLog,v 1.97 2011/07/08 19:32:58 pacho Exp $ + +*bluez-4.95-r1 (08 Jul 2011) +*bluez-4.95 (08 Jul 2011) + + 08 Jul 2011; Pacho Ramos <pacho@gentoo.org> -bluez-4.91.ebuild, + -bluez-4.94-r1.ebuild, +bluez-4.95.ebuild, +bluez-4.95-r1.ebuild: + Version bump, install systemd files (bug #371873 by Christoph Brill, Michał + Górny and Henry Gebhardt), RDEPEND on media-libs/libsndfile only with USE + 'alsa' (bug #373117 by XhE), remove old. 19 Jun 2011; Markus Meier <maekke@gentoo.org> bluez-4.93.ebuild: x86 stable, bug #370707 diff --git a/net-wireless/bluez/bluez-4.94-r1.ebuild b/net-wireless/bluez/bluez-4.95-r1.ebuild index 9373fd4b654a..1293560ace93 100644 --- a/net-wireless/bluez/bluez-4.94-r1.ebuild +++ b/net-wireless/bluez/bluez-4.95-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/bluez-4.94-r1.ebuild,v 1.2 2011/06/13 15:22:55 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/bluez-4.95-r1.ebuild,v 1.1 2011/07/08 19:32:58 pacho Exp $ EAPI="4" -inherit multilib eutils +inherit multilib eutils systemd DESCRIPTION="Bluetooth Tools and System Daemons for Linux" HOMEPAGE="http://www.bluez.org/" @@ -12,7 +12,7 @@ HOMEPAGE="http://www.bluez.org/" # Because of oui.txt changing from time to time without noticement, we need to supply it # ourselves instead of using http://standards.ieee.org/regauth/oui/oui.txt directly. # See bugs #345263 and #349473 for reference. -OUIDATE="20110605" +OUIDATE="20110708" SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.gz http://dev.gentoo.org/~pacho/bluez/oui-${OUIDATE}.txt.xz" LICENSE="GPL-2 LGPL-2.1" @@ -23,11 +23,11 @@ IUSE="alsa caps +consolekit cups debug gstreamer maemo6 health old-daemons pcmci CDEPEND=" >=dev-libs/glib-2.14:2 - media-libs/libsndfile sys-apps/dbus >=sys-fs/udev-169 alsa? ( media-libs/alsa-lib[alsa_pcm_plugins_extplug,alsa_pcm_plugins_ioplug] + media-libs/libsndfile ) caps? ( >=sys-libs/libcap-ng-0.6.2 ) cups? ( net-print/cups ) @@ -74,33 +74,33 @@ src_prepare() { src_configure() { econf \ - $(use_enable caps capng) \ + --enable-audio \ + --enable-bccmd \ + --enable-datafiles \ + --enable-dfutool \ + --enable-hid2hci \ + --enable-input \ --enable-network \ --enable-serial \ - --enable-input \ - --enable-audio \ --enable-service \ - $(use_enable gstreamer) \ - $(use_enable alsa) \ - $(use_enable usb) \ --enable-tools \ - --enable-bccmd \ - --enable-dfutool \ + --disable-hal \ + --localstatedir=/var \ + --with-systemdunitdir="$(systemd_get_unitdir)" \ + $(use_enable alsa) \ + $(use_enable caps capng) \ + $(use_enable cups) \ + $(use_enable debug) \ + $(use_enable gstreamer) \ + $(use_enable health) \ + $(use_enable maemo6) \ + $(use_enable old-daemons dund) \ $(use_enable old-daemons hidd) \ $(use_enable old-daemons pand) \ - $(use_enable old-daemons dund) \ - $(use_enable health) \ + $(use_enable pcmcia) \ $(use_enable pnat) \ - $(use_enable maemo6) \ - $(use_enable cups) \ $(use_enable test-programs test) \ - --enable-udevrules \ - --enable-configfiles \ - $(use_enable pcmcia) \ - $(use_enable debug) \ - --localstatedir=/var \ - --disable-hal \ - --enable-hid2hci + $(use_enable usb) } src_install() { diff --git a/net-wireless/bluez/bluez-4.91.ebuild b/net-wireless/bluez/bluez-4.95.ebuild index 56e41d298760..276906e5fa19 100644 --- a/net-wireless/bluez/bluez-4.91.ebuild +++ b/net-wireless/bluez/bluez-4.95.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/bluez-4.91.ebuild,v 1.7 2011/05/24 21:01:15 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/bluez-4.95.ebuild,v 1.1 2011/07/08 19:32:58 pacho Exp $ EAPI="4" -inherit multilib eutils +inherit multilib eutils systemd DESCRIPTION="Bluetooth Tools and System Daemons for Linux" HOMEPAGE="http://www.bluez.org/" @@ -12,22 +12,22 @@ HOMEPAGE="http://www.bluez.org/" # Because of oui.txt changing from time to time without noticement, we need to supply it # ourselves instead of using http://standards.ieee.org/regauth/oui/oui.txt directly. # See bugs #345263 and #349473 for reference. -OUIDATE="20110330" +OUIDATE="20110708" SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.gz - http://dev.gentoo.org/~pacho/bluez/oui-${OUIDATE}.txt" + http://dev.gentoo.org/~pacho/bluez/oui-${OUIDATE}.txt.xz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="amd64 arm hppa ~ppc ~ppc64 x86" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" -IUSE="alsa attrib caps +consolekit cups debug gstreamer maemo6 health old-daemons pcmcia pnat test-programs usb" +IUSE="alsa caps +consolekit cups debug gstreamer maemo6 health old-daemons pcmcia pnat test-programs usb" CDEPEND=" >=dev-libs/glib-2.14:2 - media-libs/libsndfile sys-apps/dbus >=sys-fs/udev-146[extras] alsa? ( media-libs/alsa-lib[alsa_pcm_plugins_extplug,alsa_pcm_plugins_ioplug] + media-libs/libsndfile ) caps? ( >=sys-libs/libcap-ng-0.6.2 ) cups? ( net-print/cups ) @@ -74,33 +74,32 @@ src_prepare() { src_configure() { econf \ - $(use_enable caps capng) \ + --enable-audio \ + --enable-bccmd \ + --enable-datafiles \ + --enable-dfutool \ + --enable-input \ --enable-network \ --enable-serial \ - --enable-input \ - --enable-audio \ --enable-service \ - $(use_enable gstreamer) \ - $(use_enable alsa) \ - $(use_enable usb) \ --enable-tools \ - --enable-bccmd \ - --enable-dfutool \ + --disable-hal \ + --localstatedir=/var \ + --with-systemdunitdir="$(systemd_get_unitdir)" \ + $(use_enable alsa) \ + $(use_enable caps capng) \ + $(use_enable cups) \ + $(use_enable debug) \ + $(use_enable gstreamer) \ + $(use_enable health) \ + $(use_enable maemo6) \ + $(use_enable old-daemons dund) \ $(use_enable old-daemons hidd) \ $(use_enable old-daemons pand) \ - $(use_enable old-daemons dund) \ - $(use_enable attrib) \ - $(use_enable health) \ + $(use_enable pcmcia) \ $(use_enable pnat) \ - $(use_enable maemo6) \ - $(use_enable cups) \ $(use_enable test-programs test) \ - --enable-udevrules \ - --enable-configfiles \ - $(use_enable pcmcia) \ - $(use_enable debug) \ - --localstatedir=/var \ - --disable-hal + $(use_enable usb) } src_install() { @@ -144,7 +143,7 @@ src_install() { # Install oui.txt as requested in bug #283791 and approved by upstream insinto /var/lib/misc - newins "${DISTDIR}/oui-${OUIDATE}.txt" oui.txt + newins "${WORKDIR}/oui-${OUIDATE}.txt" oui.txt find "${ED}" -name "*.la" -delete } |