[Lunar-commits] <moonbase> hal, hal-info: Moving these to zdeprecated.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sun May 1 12:47:35 CEST 2011
commit a5d7f94b2730c5ec2278a92823ff805f126133d3
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sun May 1 06:47:35 2011 -0400
hal, hal-info: Moving these to zdeprecated.
---
devel/hal-info/DEPENDS | 1 -
devel/hal-info/DETAILS | 16 ----------------
devel/hal/BUILD | 15 ---------------
devel/hal/DEPENDS | 28 ----------------------------
devel/hal/DETAILS | 17 -----------------
devel/hal/POST_INSTALL | 3 ---
devel/hal/PRE_BUILD | 6 ------
devel/hal/init.d/hald | 12 ------------
zdeprecated/hal-info/DEPENDS | 1 +
zdeprecated/hal-info/DETAILS | 16 ++++++++++++++++
zdeprecated/hal/BUILD | 15 +++++++++++++++
zdeprecated/hal/DEPENDS | 28 ++++++++++++++++++++++++++++
zdeprecated/hal/DETAILS | 17 +++++++++++++++++
zdeprecated/hal/POST_INSTALL | 3 +++
zdeprecated/hal/PRE_BUILD | 6 ++++++
zdeprecated/hal/init.d/hald | 12 ++++++++++++
16 files changed, 98 insertions(+), 98 deletions(-)
diff --git a/devel/hal-info/DEPENDS b/devel/hal-info/DEPENDS
deleted file mode 100644
index fa4c479..0000000
--- a/devel/hal-info/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends hal
diff --git a/devel/hal-info/DETAILS b/devel/hal-info/DETAILS
deleted file mode 100644
index 54e5654..0000000
--- a/devel/hal-info/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
- MODULE=hal-info
- VERSION=20091130
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=http://hal.freedesktop.org/releases
- SOURCE_VFY=sha1:5d6a34020942a388277e4edf95c077656fecc854
- WEB_SITE=http://www.freedesktop.org/wiki/Software/hal
- ENTERED=20071003
- UPDATED=20091226
- SHORT="Hardware data and quirks for HAL"
-
-cat << EOF
-hal-info is a small hal sub-package that provides the hardware data
-and quirks. These quirks are currently things like what mice support
-reporting battery status, what music players are supported and
-what cameras are detected.
-EOF
diff --git a/devel/hal/BUILD b/devel/hal/BUILD
deleted file mode 100644
index f4c4db0..0000000
--- a/devel/hal/BUILD
+++ /dev/null
@@ -1,15 +0,0 @@
-(
-
- OPTS+=" --disable-docbook-docs --with-pid-file=/var/run/hald.pid \
- --with-backend=linux --enable-umount-helper --with-udev-prefix=/lib" &&
-
- # This is a temp workaround until hal realizes usb.ids can also be
- # wrapped in an archive
-
- if [ -e /usr/share/usb.ids.gz ] ; then
- gunzip -c /usr/share/usb.ids.gz > /usr/share/usb.ids
- fi &&
-
- default_build
-
-) > $C_FIFO 2>&1
diff --git a/devel/hal/DEPENDS b/devel/hal/DEPENDS
deleted file mode 100644
index 0e919cd..0000000
--- a/devel/hal/DEPENDS
+++ /dev/null
@@ -1,28 +0,0 @@
-depends udev
-depends XML-Parser
-depends dbus-glib
-depends expat
-
-optional_depends "dmidecode" "--enable-smbios" "--disable-smbios" "for DMI (SMBIOS) support"
-optional_depends "libusb" "--enable-usb" "--disable-usb" "for USB support"
-optional_depends "parted" "--enable-parted" "--disable-parted" "for parted support"
-
-optional_depends "gtk-doc" \
- "--enable-gtk-doc" \
- "--disable-gtk-doc" \
- "to install extra documentation"
-
-optional_depends "PolicyKit" \
- "--enable-policy-kit" \
- "--disable-policy-kit" \
- "to enable PolicyKit inside HAL (also pulls in Linux-PAM!)"
-
-optional_depends "ConsoleKit" \
- "--enable-console-kit" \
- "--disable-console-kit" \
- "to enable ConsoleKit support inside HAL"
-
-optional_depends "acl" \
- "--enable-acl-management" \
- "--disable-acl-management" \
- "for acl support"
diff --git a/devel/hal/DETAILS b/devel/hal/DETAILS
deleted file mode 100644
index c027cd1..0000000
--- a/devel/hal/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
- MODULE=hal
- VERSION=0.5.14
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=http://hal.freedesktop.org/releases
- SOURCE_VFY=sha1:a6ec098d78112e18e2773afa5f9ed642b00c4c59
- WEB_SITE=http://www.freedesktop.org/wiki/Software/hal
- ENTERED=20050316
- UPDATED=20091201
- SHORT="Hardware Abstraction Layer"
-
-cat << EOF
-HAL is a Hardware Abstraction Layer that allows desktop applications
-to readily access hardware information so that they can locate and use
-such hardware regardless of bus or device type. In this way a desktop
-GUI can present all resources to its user in a seamless and uniform
-manner.
-EOF
diff --git a/devel/hal/POST_INSTALL b/devel/hal/POST_INSTALL
deleted file mode 100644
index 2e1cb6c..0000000
--- a/devel/hal/POST_INSTALL
+++ /dev/null
@@ -1,3 +0,0 @@
-# This is only needed unless hal-info still depends on hal
-
- lin -c hal-info
diff --git a/devel/hal/PRE_BUILD b/devel/hal/PRE_BUILD
deleted file mode 100644
index 5626c29..0000000
--- a/devel/hal/PRE_BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
- default_pre_build &&
-
- # give hald proper access to media devices as hald seems to want
- # to step down in privilages
- add_priv_user haldaemon:haldaemon -d /dev/null -s /bin/false &&
- usermod -G disk,cdrom,floppy,haldaemon haldaemon
diff --git a/devel/hal/init.d/hald b/devel/hal/init.d/hald
deleted file mode 100755
index 78c6bb2..0000000
--- a/devel/hal/init.d/hald
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-#
-# Startup script for hald
-#
-# description: Hardware Abstraction Layer
-# chkconfig: 345 98 02
-# processname: hald
-# pidfile: /var/run/hald.pid
-
-ARGS="--daemon=yes --use-syslog"
-
-. /lib/lsb/init-functions $1
diff --git a/zdeprecated/hal-info/DEPENDS b/zdeprecated/hal-info/DEPENDS
new file mode 100644
index 0000000..fa4c479
--- /dev/null
+++ b/zdeprecated/hal-info/DEPENDS
@@ -0,0 +1 @@
+depends hal
diff --git a/zdeprecated/hal-info/DETAILS b/zdeprecated/hal-info/DETAILS
new file mode 100644
index 0000000..54e5654
--- /dev/null
+++ b/zdeprecated/hal-info/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=hal-info
+ VERSION=20091130
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://hal.freedesktop.org/releases
+ SOURCE_VFY=sha1:5d6a34020942a388277e4edf95c077656fecc854
+ WEB_SITE=http://www.freedesktop.org/wiki/Software/hal
+ ENTERED=20071003
+ UPDATED=20091226
+ SHORT="Hardware data and quirks for HAL"
+
+cat << EOF
+hal-info is a small hal sub-package that provides the hardware data
+and quirks. These quirks are currently things like what mice support
+reporting battery status, what music players are supported and
+what cameras are detected.
+EOF
diff --git a/zdeprecated/hal/BUILD b/zdeprecated/hal/BUILD
new file mode 100644
index 0000000..f4c4db0
--- /dev/null
+++ b/zdeprecated/hal/BUILD
@@ -0,0 +1,15 @@
+(
+
+ OPTS+=" --disable-docbook-docs --with-pid-file=/var/run/hald.pid \
+ --with-backend=linux --enable-umount-helper --with-udev-prefix=/lib" &&
+
+ # This is a temp workaround until hal realizes usb.ids can also be
+ # wrapped in an archive
+
+ if [ -e /usr/share/usb.ids.gz ] ; then
+ gunzip -c /usr/share/usb.ids.gz > /usr/share/usb.ids
+ fi &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/zdeprecated/hal/DEPENDS b/zdeprecated/hal/DEPENDS
new file mode 100644
index 0000000..0e919cd
--- /dev/null
+++ b/zdeprecated/hal/DEPENDS
@@ -0,0 +1,28 @@
+depends udev
+depends XML-Parser
+depends dbus-glib
+depends expat
+
+optional_depends "dmidecode" "--enable-smbios" "--disable-smbios" "for DMI (SMBIOS) support"
+optional_depends "libusb" "--enable-usb" "--disable-usb" "for USB support"
+optional_depends "parted" "--enable-parted" "--disable-parted" "for parted support"
+
+optional_depends "gtk-doc" \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "to install extra documentation"
+
+optional_depends "PolicyKit" \
+ "--enable-policy-kit" \
+ "--disable-policy-kit" \
+ "to enable PolicyKit inside HAL (also pulls in Linux-PAM!)"
+
+optional_depends "ConsoleKit" \
+ "--enable-console-kit" \
+ "--disable-console-kit" \
+ "to enable ConsoleKit support inside HAL"
+
+optional_depends "acl" \
+ "--enable-acl-management" \
+ "--disable-acl-management" \
+ "for acl support"
diff --git a/zdeprecated/hal/DETAILS b/zdeprecated/hal/DETAILS
new file mode 100644
index 0000000..c027cd1
--- /dev/null
+++ b/zdeprecated/hal/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=hal
+ VERSION=0.5.14
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://hal.freedesktop.org/releases
+ SOURCE_VFY=sha1:a6ec098d78112e18e2773afa5f9ed642b00c4c59
+ WEB_SITE=http://www.freedesktop.org/wiki/Software/hal
+ ENTERED=20050316
+ UPDATED=20091201
+ SHORT="Hardware Abstraction Layer"
+
+cat << EOF
+HAL is a Hardware Abstraction Layer that allows desktop applications
+to readily access hardware information so that they can locate and use
+such hardware regardless of bus or device type. In this way a desktop
+GUI can present all resources to its user in a seamless and uniform
+manner.
+EOF
diff --git a/zdeprecated/hal/POST_INSTALL b/zdeprecated/hal/POST_INSTALL
new file mode 100644
index 0000000..2e1cb6c
--- /dev/null
+++ b/zdeprecated/hal/POST_INSTALL
@@ -0,0 +1,3 @@
+# This is only needed unless hal-info still depends on hal
+
+ lin -c hal-info
diff --git a/zdeprecated/hal/PRE_BUILD b/zdeprecated/hal/PRE_BUILD
new file mode 100644
index 0000000..5626c29
--- /dev/null
+++ b/zdeprecated/hal/PRE_BUILD
@@ -0,0 +1,6 @@
+ default_pre_build &&
+
+ # give hald proper access to media devices as hald seems to want
+ # to step down in privilages
+ add_priv_user haldaemon:haldaemon -d /dev/null -s /bin/false &&
+ usermod -G disk,cdrom,floppy,haldaemon haldaemon
diff --git a/zdeprecated/hal/init.d/hald b/zdeprecated/hal/init.d/hald
new file mode 100755
index 0000000..78c6bb2
--- /dev/null
+++ b/zdeprecated/hal/init.d/hald
@@ -0,0 +1,12 @@
+#!/bin/bash
+#
+# Startup script for hald
+#
+# description: Hardware Abstraction Layer
+# chkconfig: 345 98 02
+# processname: hald
+# pidfile: /var/run/hald.pid
+
+ARGS="--daemon=yes --use-syslog"
+
+. /lib/lsb/init-functions $1
More information about the Lunar-commits
mailing list