From 02d1d56be61358c919c0e9b2080096fc619707f2 Mon Sep 17 00:00:00 2001 From: Ingmar Vanhassel Date: Tue, 15 Feb 2011 01:07:49 +0000 Subject: [PATCH] Kill halevt --- .../sys-apps/halevt/halevt-0.1.4.exheres-0 | 63 ------------------- 1 file changed, 63 deletions(-) delete mode 100644 packages/sys-apps/halevt/halevt-0.1.4.exheres-0 diff --git a/packages/sys-apps/halevt/halevt-0.1.4.exheres-0 b/packages/sys-apps/halevt/halevt-0.1.4.exheres-0 deleted file mode 100644 index d231789..0000000 --- a/packages/sys-apps/halevt/halevt-0.1.4.exheres-0 +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 2009 Daniel Mierswa -# Distributed under the terms of the GNU General Public License, v2 or later - -DESCRIPTION="A daemon that executes arbitrary commands when a device with -certain properties is added to the system and when device properties change." -HOMEPAGE="http://www.nongnu.org/halevt/" -DOWNLOADS="mirror://savannah/halevt/${PNV}.tar.gz" - -LICENCES="GPL-2" -SLOT="0" -PLATFORMS="~amd64" -MYOPTIONS="baselayout" - -DEPENDENCIES=" - build: - dev-util/pkg-config - build+run: - dev-libs/BoolStuff - dev-libs/dbus-glib - dev-libs/libxml2 - sys-apps/dbus - sys-apps/hal -" - -DEFAULT_SRC_CONFIGURE_PARAMS=( - --enable-default-user=root - --enable-default-group=plugdev - --localstatedir=/var -) - -src_install() { - default - - keepdir /var/{lib,run}/halevt - - insinto /etc/halevt - doins *.xml - - if option baselayout ; then - hereinitd halevt < -# Distributed under the terms of the GNU General Public License, v2 or later - -depend() { - need hald -} - -start() { - ebegin "Starting halevt" - start-stop-daemon --start --exec /usr/bin/halevt --pidfile /var/run/halevt/halevt.pid - eend $? -} - -stop() { - ebegin "Stopping halevt" - start-stop-daemon --stop --pidfile /var/run/halevt/halevt.pid - eend $? -} -EOF - fi -} -