[Lunar-commits] <moonbase> bluez-utils: Moving to zdepreciated.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sun Apr 4 14:24:24 CEST 2010


commit f9c7752a8aebd87b434461d89e2eb8c25f7225d3
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sun Apr 4 08:24:24 2010 -0400

    bluez-utils: Moving to zdepreciated.
---
 bluetooth/bluez-utils/BUILD           |   14 --------------
 bluetooth/bluez-utils/CONFLICTS       |    1 -
 bluetooth/bluez-utils/DEPENDS         |    8 --------
 bluetooth/bluez-utils/DETAILS         |   14 --------------
 bluetooth/bluez-utils/init.d/btdund   |   12 ------------
 bluetooth/bluez-utils/init.d/bthcid   |   13 -------------
 bluetooth/bluez-utils/init.d/btrfcomm |   25 -------------------------
 bluetooth/bluez-utils/init.d/btsdpd   |   12 ------------
 8 files changed, 0 insertions(+), 99 deletions(-)

diff --git a/bluetooth/bluez-utils/BUILD b/bluetooth/bluez-utils/BUILD
deleted file mode 100644
index 61f24cd..0000000
--- a/bluetooth/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/bluetooth/bluez-utils/CONFLICTS b/bluetooth/bluez-utils/CONFLICTS
deleted file mode 100644
index 2cf16d0..0000000
--- a/bluetooth/bluez-utils/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts bluez
diff --git a/bluetooth/bluez-utils/DEPENDS b/bluetooth/bluez-utils/DEPENDS
deleted file mode 100644
index 59c76d6..0000000
--- a/bluetooth/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/bluetooth/bluez-utils/DETAILS b/bluetooth/bluez-utils/DETAILS
deleted file mode 100644
index 059681a..0000000
--- a/bluetooth/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/bluetooth/bluez-utils/init.d/btdund b/bluetooth/bluez-utils/init.d/btdund
deleted file mode 100755
index 82254ed..0000000
--- a/bluetooth/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/bluetooth/bluez-utils/init.d/bthcid b/bluetooth/bluez-utils/init.d/bthcid
deleted file mode 100755
index 363d861..0000000
--- a/bluetooth/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/bluetooth/bluez-utils/init.d/btrfcomm b/bluetooth/bluez-utils/init.d/btrfcomm
deleted file mode 100755
index 8248547..0000000
--- a/bluetooth/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/bluetooth/bluez-utils/init.d/btsdpd b/bluetooth/bluez-utils/init.d/btsdpd
deleted file mode 100755
index 3aaa417..0000000
--- a/bluetooth/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