[Lunar-commits] <moonbase> bluez: Removing all the bluez-3x modules from moonbase. They are no longer maintainted.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Fri Apr 30 13:00:22 CEST 2010


commit 97dc869b3d1fdd54998e63213675f68205fcbfb4
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Fri Apr 30 07:00:22 2010 -0400

    bluez: Removing all the bluez-3x modules from moonbase. They are no longer maintainted.
    
    Removing %BLUETOOTH from aliases and adjusting all modules to bluez.
---
 aliases                                 |    1 -
 bluetooth/blueman/DEPENDS               |    2 +-
 bluetooth/libbtctl/DEPENDS              |    2 +-
 gnome2/apps/multisync/DEPENDS           |    2 +-
 kde4/base/kdebase4-workspace/DEPENDS    |    2 +-
 kde4/utils/kbluetooth/DEPENDS           |    2 +-
 net/anyremote/DEPENDS                   |    2 +-
 python/PyBluez/DEPENDS                  |    2 +-
 utils/openobex/DEPENDS                  |    2 +-
 utils/pilot-link/DEPENDS                |    2 +-
 zdeprecated/bluexmms/DEPENDS            |    2 +-
 zdeprecated/bluez-firmware/CONFLICTS    |    1 -
 zdeprecated/bluez-firmware/DEPENDS      |    1 -
 zdeprecated/bluez-firmware/DETAILS      |   14 --------------
 zdeprecated/bluez-hcidump/CONFLICTS     |    1 -
 zdeprecated/bluez-hcidump/DEPENDS       |    1 -
 zdeprecated/bluez-hcidump/DETAILS       |   12 ------------
 zdeprecated/bluez-hciemu/CONFLICTS      |    1 -
 zdeprecated/bluez-hciemu/DEPENDS        |    1 -
 zdeprecated/bluez-hciemu/DETAILS        |   13 -------------
 zdeprecated/bluez-libs/CONFLICTS        |    1 -
 zdeprecated/bluez-libs/DETAILS          |   13 -------------
 zdeprecated/bluez-utils/BUILD           |   14 --------------
 zdeprecated/bluez-utils/CONFLICTS       |    1 -
 zdeprecated/bluez-utils/DEPENDS         |    8 --------
 zdeprecated/bluez-utils/DETAILS         |   14 --------------
 zdeprecated/bluez-utils/init.d/btdund   |   12 ------------
 zdeprecated/bluez-utils/init.d/bthcid   |   13 -------------
 zdeprecated/bluez-utils/init.d/btrfcomm |   25 -------------------------
 zdeprecated/bluez-utils/init.d/btsdpd   |   12 ------------
 30 files changed, 10 insertions(+), 169 deletions(-)

diff --git a/aliases b/aliases
index 79a4ab8..c67436d 100644
--- a/aliases
+++ b/aliases
@@ -10,7 +10,6 @@
 %XMLRENDERER:libxml2 expat
 %X:XOrg7
 %GLX:mesa-lib
-%BLUETOOTH:bluez-utils bluez
 %VDPAUDEVICE:NVIDIA NVIDIA-beta
 %XINELIB:xine-lib xine-lib-vdpau
 %CROND:cronie hc-cron vixie-cron
diff --git a/bluetooth/blueman/DEPENDS b/bluetooth/blueman/DEPENDS
index eddecdd..70b860e 100644
--- a/bluetooth/blueman/DEPENDS
+++ b/bluetooth/blueman/DEPENDS
@@ -1,4 +1,4 @@
-depends %BLUETOOTH
+depends bluez
 depends startup-notification
 depends dbus-python
 depends pygobject
diff --git a/bluetooth/libbtctl/DEPENDS b/bluetooth/libbtctl/DEPENDS
index 36fd79d..d05ca41 100644
--- a/bluetooth/libbtctl/DEPENDS
+++ b/bluetooth/libbtctl/DEPENDS
@@ -1,2 +1,2 @@
 depends openobex
-depends %BLUETOOTH
+depends bluez
diff --git a/gnome2/apps/multisync/DEPENDS b/gnome2/apps/multisync/DEPENDS
index a17804c..108fe60 100644
--- a/gnome2/apps/multisync/DEPENDS
+++ b/gnome2/apps/multisync/DEPENDS
@@ -3,6 +3,6 @@ depends openssl
 depends wbxml2
 
 optional_depends "evolution"  "" "" "for evolution support"
-optional_depends "%BLUETOOTH" "" "" "for bluetooth support" 
+optional_depends "bluez"      "" "" "for bluetooth support" 
 optional_depends "openobex"   "" "" "for file transfer support on irda and bluetooth"
 optional_depends "expat"      "" "" "for opie syncing support" 
diff --git a/kde4/base/kdebase4-workspace/DEPENDS b/kde4/base/kdebase4-workspace/DEPENDS
index ea2f95b..6dd8723 100644
--- a/kde4/base/kdebase4-workspace/DEPENDS
+++ b/kde4/base/kdebase4-workspace/DEPENDS
@@ -5,7 +5,7 @@ optional_depends "libxklavier"    "" "" "for advanced keyboard controls"
 optional_depends "glib-2"         "" "" "required for keyboard switching"
 optional_depends "libusb-compat"  "" "" "for Logitech Mouse support"
 
-optional_depends "%BLUETOOTH"     "" "" "for bluetooth support within KDE4"
+optional_depends "bluez"          "" "" "for bluetooth support within KDE4"
 optional_depends "libraw1394"     "" "" "for firewire support"
 
 optional_depends "Linux-PAM"      "-DKDE4_COMMON_PAM_SERVICE=kde4 \
diff --git a/kde4/utils/kbluetooth/DEPENDS b/kde4/utils/kbluetooth/DEPENDS
index c91e7f0..40822eb 100644
--- a/kde4/utils/kbluetooth/DEPENDS
+++ b/kde4/utils/kbluetooth/DEPENDS
@@ -1,2 +1,2 @@
-depends %BLUETOOTH
+depends bluez
 depends kdebase4-workspace
diff --git a/net/anyremote/DEPENDS b/net/anyremote/DEPENDS
index 00049d2..996e705 100644
--- a/net/anyremote/DEPENDS
+++ b/net/anyremote/DEPENDS
@@ -1 +1 @@
-optional_depends %BLUETOOTH "--enable-bluetooth" "--disable-bluetooth" "for bluetooth support"
+optional_depends bluez "--enable-bluetooth" "--disable-bluetooth" "for bluetooth support"
diff --git a/python/PyBluez/DEPENDS b/python/PyBluez/DEPENDS
index 41718b2..68a3326 100644
--- a/python/PyBluez/DEPENDS
+++ b/python/PyBluez/DEPENDS
@@ -1,2 +1,2 @@
 depends  Python
-depends  %BLUETOOTH
+depends  bluez
diff --git a/utils/openobex/DEPENDS b/utils/openobex/DEPENDS
index cfe09c1..bfdb870 100644
--- a/utils/openobex/DEPENDS
+++ b/utils/openobex/DEPENDS
@@ -1 +1 @@
-depends %BLUETOOTH
+depends bluez
diff --git a/utils/pilot-link/DEPENDS b/utils/pilot-link/DEPENDS
index 58b5a78..de2388a 100644
--- a/utils/pilot-link/DEPENDS
+++ b/utils/pilot-link/DEPENDS
@@ -6,7 +6,7 @@ optional_depends "perl"        "--with-perl"        "--without-perl"       "for
 optional_depends "tcl"         "--with-tcl=/usr/lib  --with-tclinclude=/usr/include"  \
                                "--without-tcl"      "for tcl scripting support"
 
-optional_depends "%BLUETOOTH"  "--with-bluez"       "--without-bluez"      "for bluetooth support"
+optional_depends "bluez"       "--with-bluez"       "--without-bluez"      "for bluetooth support"
 optional_depends "%JAVA_SDK"   "--with-java=$JAVA_HOME" "--without-java"   "for java support"
 
 optional_depends "libusb-compat"  "--enable-libusb"    "--disable_libusb"     "Enables faster syncing"
diff --git a/zdeprecated/bluexmms/DEPENDS b/zdeprecated/bluexmms/DEPENDS
index 3dd8fe5..ad39fd2 100644
--- a/zdeprecated/bluexmms/DEPENDS
+++ b/zdeprecated/bluexmms/DEPENDS
@@ -1,4 +1,4 @@
 depends aumix
 depends xmms 
-depends %BLUETOOTH
+depends bluez
 depends xmms-ruby
diff --git a/zdeprecated/bluez-firmware/CONFLICTS b/zdeprecated/bluez-firmware/CONFLICTS
deleted file mode 100644
index 2cf16d0..0000000
--- a/zdeprecated/bluez-firmware/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts bluez
diff --git a/zdeprecated/bluez-firmware/DEPENDS b/zdeprecated/bluez-firmware/DEPENDS
deleted file mode 100644
index a235ec6..0000000
--- a/zdeprecated/bluez-firmware/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends bluez-utils
diff --git a/zdeprecated/bluez-firmware/DETAILS b/zdeprecated/bluez-firmware/DETAILS
deleted file mode 100644
index c166bc4..0000000
--- a/zdeprecated/bluez-firmware/DETAILS
+++ /dev/null
@@ -1,14 +0,0 @@
-          MODULE=bluez-firmware
-         VERSION=1.2
-          SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://bluez.sf.net/download/
-      SOURCE_VFY=sha1:43f98fdd518a2b4371d25015aaafb1d6f3cbde2c
-        WEB_SITE=http://www.bluez.org
-         ENTERED=20071015
-         UPDATED=20071015
-           SHORT="some Broadcom firmware bin files"
-cat << EOF
-Broadcom bin files for;
-
-BCM2033-2.13, BCM2033-2.14, BCM2033-2.15, BCM2033-2.16
-EOF
diff --git a/zdeprecated/bluez-hcidump/CONFLICTS b/zdeprecated/bluez-hcidump/CONFLICTS
deleted file mode 100644
index 2cf16d0..0000000
--- a/zdeprecated/bluez-hcidump/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts bluez
diff --git a/zdeprecated/bluez-hcidump/DEPENDS b/zdeprecated/bluez-hcidump/DEPENDS
deleted file mode 100644
index 7627dc5..0000000
--- a/zdeprecated/bluez-hcidump/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends bluez-libs
diff --git a/zdeprecated/bluez-hcidump/DETAILS b/zdeprecated/bluez-hcidump/DETAILS
deleted file mode 100644
index 1f7b026..0000000
--- a/zdeprecated/bluez-hcidump/DETAILS
+++ /dev/null
@@ -1,12 +0,0 @@
-          MODULE=bluez-hcidump
-         VERSION=1.42
-          SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://bluez.sf.net/download/
-      SOURCE_VFY=sha1:b18e41cbf92c00cfd0331506312fa248b39a0eee
-        WEB_SITE=http://www.bluez.org
-         ENTERED=20030927
-         UPDATED=20080707
-           SHORT="anaylze bluetooth protocol stack"
-cat << EOF
-Bluetooth protocol analyzer.
-EOF
diff --git a/zdeprecated/bluez-hciemu/CONFLICTS b/zdeprecated/bluez-hciemu/CONFLICTS
deleted file mode 100644
index 2cf16d0..0000000
--- a/zdeprecated/bluez-hciemu/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts bluez
diff --git a/zdeprecated/bluez-hciemu/DEPENDS b/zdeprecated/bluez-hciemu/DEPENDS
deleted file mode 100644
index b94b915..0000000
--- a/zdeprecated/bluez-hciemu/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends bluez-hcidump
diff --git a/zdeprecated/bluez-hciemu/DETAILS b/zdeprecated/bluez-hciemu/DETAILS
deleted file mode 100644
index 8c7bc5d..0000000
--- a/zdeprecated/bluez-hciemu/DETAILS
+++ /dev/null
@@ -1,13 +0,0 @@
-          MODULE=bluez-hciemu
-         VERSION=1.2
-          SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=http://bluez.sf.net/download/
-   SOURCE_VFY[0]=sha1:2bae4b1949f919ec616c35b3c322e28d6ba5763f
-        WEB_SITE=http://bluez.sf.net
-         ENTERED=20030927
-         UPDATED=20050719
-           SHORT=" BlueZ provides support for core Bluetooth layers and protocols"
-cat << EOF
- BlueZ provides support for core Bluetooth layers and protocols. It is 
-flexible, efficient and modular implementation.
-EOF
diff --git a/zdeprecated/bluez-libs/CONFLICTS b/zdeprecated/bluez-libs/CONFLICTS
deleted file mode 100644
index 2cf16d0..0000000
--- a/zdeprecated/bluez-libs/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts bluez
diff --git a/zdeprecated/bluez-libs/DETAILS b/zdeprecated/bluez-libs/DETAILS
deleted file mode 100644
index 2a36865..0000000
--- a/zdeprecated/bluez-libs/DETAILS
+++ /dev/null
@@ -1,13 +0,0 @@
-          MODULE=bluez-libs
-         VERSION=3.36
-          SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://bluez.sf.net/download/
-      SOURCE_VFY=sha1:c181384485a2258deedba7f1347dd53c08a70b45
-        WEB_SITE=http://www.bluez.org
-         ENTERED=20030927
-         UPDATED=20080812
-           SHORT="support for core Bluetooth layers and protocols"
-cat << EOF
-BlueZ provides support for core Bluetooth layers and protocols. It is
-flexible, efficient and modular implementation.
-EOF
diff --git a/zdeprecated/bluez-utils/BUILD b/zdeprecated/bluez-utils/BUILD
deleted file mode 100644
index 61f24cd..0000000
--- a/zdeprecated/bluez-utils/BUILD
+++ /dev/null
@@ -1,14 +0,0 @@
-(  
-
-   ./configure  --prefix=/usr           \
-                --sysconfdir=/etc       \
-                --mandir=/usr/man       \
-                --localstatedir=/var    \
-                --sbindir=/sbin         \
-                --datadir=/usr/share    \
-                --enable-all            \
-                $OPTS                  &&
-
-    default_make
-
-) > $C_FIFO 2>&1
diff --git a/zdeprecated/bluez-utils/CONFLICTS b/zdeprecated/bluez-utils/CONFLICTS
deleted file mode 100644
index 2cf16d0..0000000
--- a/zdeprecated/bluez-utils/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts bluez
diff --git a/zdeprecated/bluez-utils/DEPENDS b/zdeprecated/bluez-utils/DEPENDS
deleted file mode 100644
index 59c76d6..0000000
--- a/zdeprecated/bluez-utils/DEPENDS
+++ /dev/null
@@ -1,8 +0,0 @@
-depends bluez-libs
-
-optional_depends "hal"          "--enable-hal"       "" "to enable hal support"
-optional_depends "alsa-lib"     "--enable-alsa"      "" "to enable alsa sound support"
-optional_depends "gstreamer-10" "--enable-gstreamer" "" "to enable gstreamer sound support"
-optional_depends "cups"         "--enable-cups"      "" "to enable cups printing support"
-optional_depends "pcmcia-cs"    "--enable-pcmcia"    "" "to enable pcmcia support, 2.4 kernels"
-optional_depends "pcmciautils"  "--enable-pcmcia"    "" "to enable pcmcia support, 2.6 kernels"
diff --git a/zdeprecated/bluez-utils/DETAILS b/zdeprecated/bluez-utils/DETAILS
deleted file mode 100644
index 059681a..0000000
--- a/zdeprecated/bluez-utils/DETAILS
+++ /dev/null
@@ -1,14 +0,0 @@
-          MODULE=bluez-utils
-         VERSION=3.36
-          SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://bluez.sf.net/download/
-      SOURCE_VFY=sha1:f53ba1d17829df2c5933fe062d7f8fb1ab8c8e60
-        WEB_SITE=http://www.bluez.org
-         ENTERED=20030927
-         UPDATED=20080812
-           SHORT="support for core Bluetooth layers and protocols"
-           PSAFE=no
-cat << EOF
-BlueZ provides support for core Bluetooth layers and protocols. It is
-flexible, efficient and modular implementation.
-EOF
diff --git a/zdeprecated/bluez-utils/init.d/btdund b/zdeprecated/bluez-utils/init.d/btdund
deleted file mode 100755
index 82254ed..0000000
--- a/zdeprecated/bluez-utils/init.d/btdund
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-#
-# btdund Bluetooth DUND daemon
-#
-# chkconfig: 345 80 20
-# description: SDP Bluetooth Daemon
-# processname: dund
-
-ARGS="--listen -s --channel 1"
-
-. /lib/lsb/init-functions
-
diff --git a/zdeprecated/bluez-utils/init.d/bthcid b/zdeprecated/bluez-utils/init.d/bthcid
deleted file mode 100755
index 363d861..0000000
--- a/zdeprecated/bluez-utils/init.d/bthcid
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-#
-# bthcid Bluetooth HCI Daemon
-#
-# chkconfig: 345 80 20
-# description: HCI Bluetooth Daemon
-# processname: hcid
-# config:      /etc/bluetooth/hcid.conf
-
-ARGS="-f /etc/bluetooth/hcid.conf"
-
-. /lib/lsb/init-functions
-
diff --git a/zdeprecated/bluez-utils/init.d/btrfcomm b/zdeprecated/bluez-utils/init.d/btrfcomm
deleted file mode 100755
index 8248547..0000000
--- a/zdeprecated/bluez-utils/init.d/btrfcomm
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/bash
-#
-# bind bt rfcomm devices
-#
-# chkconfig: 345 80 20
-# description: bind rfcomm devices
-# processname: rfcomm
-# config:      /etc/bluetooth/rfcomm.conf
-
-ARGS="-f /etc/bluetooth/rfcomm.conf"
-
-. /lib/lsb/init-functions
-
-case "$1" in
-    start)
-    /usr/bin/rfcomm -f /etc/bluetooth/rfcomm.conf bind all
-    ;;
-    stop)
-    /usr/bin/rfcomm release all > /dev/null 2>&1
-    ;;
-    *)
-    echo "Usage: $0 {start|stop}"
-    exit 1
-    ;;
-esac
diff --git a/zdeprecated/bluez-utils/init.d/btsdpd b/zdeprecated/bluez-utils/init.d/btsdpd
deleted file mode 100755
index 3aaa417..0000000
--- a/zdeprecated/bluez-utils/init.d/btsdpd
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-#
-# btsdpd Bluetooth SDP Daemon
-#
-# chkconfig: 345 80 20
-# description: SDP Bluetooth Daemon
-# processname: sdpd
-
-ARGS=""
-
-. /lib/lsb/init-functions
-


More information about the Lunar-commits mailing list