From 642781a669e2ff1e831710b39e20bbfc80647117 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 7 Dec 2010 03:26:01 +0100 Subject: [PATCH] eventlircd: update to eventlircd-40 Signed-off-by: Stephan Raue --- packages/sysutils/remote/eventlircd/meta | 2 +- .../patches/eventlircd-17-fixes-0.1.patch | 35 ------------------- ...1.patch => eventlircd-40-repeat-0.1.patch} | 0 3 files changed, 1 insertion(+), 36 deletions(-) delete mode 100644 packages/sysutils/remote/eventlircd/patches/eventlircd-17-fixes-0.1.patch rename packages/sysutils/remote/eventlircd/patches/{eventlircd-17-repeat-0.1.patch => eventlircd-40-repeat-0.1.patch} (100%) diff --git a/packages/sysutils/remote/eventlircd/meta b/packages/sysutils/remote/eventlircd/meta index 02175a4907..29654d484b 100644 --- a/packages/sysutils/remote/eventlircd/meta +++ b/packages/sysutils/remote/eventlircd/meta @@ -1,5 +1,5 @@ PKG_NAME="eventlircd" -PKG_VERSION="17" +PKG_VERSION="40" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="GPL" diff --git a/packages/sysutils/remote/eventlircd/patches/eventlircd-17-fixes-0.1.patch b/packages/sysutils/remote/eventlircd/patches/eventlircd-17-fixes-0.1.patch deleted file mode 100644 index b1da101c5e..0000000000 --- a/packages/sysutils/remote/eventlircd/patches/eventlircd-17-fixes-0.1.patch +++ /dev/null @@ -1,35 +0,0 @@ -diff -Naur eventlircd-17/udev/lircd_helper.in eventlircd-17.patch/udev/lircd_helper.in ---- eventlircd-17/udev/lircd_helper.in 2010-10-17 22:18:18.000000000 +0200 -+++ eventlircd-17.patch/udev/lircd_helper.in 2010-10-17 22:23:51.144592363 +0200 -@@ -53,7 +53,7 @@ - remove) - instance=`echo $DEVNAME | sed -e 's/\/\+/~/g' -e 's/^~dev~//'` - if test -e "@localstatedir@/run/lirc/lircd-${instance}.pid" ; then -- pid=`cat @localstate@/run/lirc/lircd-${instance}.pid` -+ pid=`cat @localstatedir@/run/lirc/lircd-${instance}.pid` - if test ! "x${pid}" = "x" ; then - kill ${pid} - fi -diff -Naur eventlircd-17/udev/wakeup_enable.in eventlircd-17.patch/udev/wakeup_enable.in ---- eventlircd-17/udev/wakeup_enable.in 2010-10-17 22:18:18.000000000 +0200 -+++ eventlircd-17.patch/udev/wakeup_enable.in 2010-10-17 22:24:39.559156689 +0200 -@@ -5,13 +5,13 @@ - - devpath=`readlink -f "/sys/${DEVPATH}"` - while echo "${devpath}" | /bin/grep -q '^/sys/devices/' > /dev/null 2>&1 ; do -- if test -e "${devpath}/power/wakeup" ; then -- state=`cat "${devpath}/power/wakeup"` -+ if test -e "${devpath}/power/wakeup" ; then -+ state=`cat "${devpath}/power/wakeup"` - if test "x${state}" = "xdisabled" ; then - echo "enabled" > "${devpath}/power/wakeup" -- fi -- fi -+ fi -+ fi - devpath=`dirname "${devpath}"` --done -- -+done -+ - exit 0 diff --git a/packages/sysutils/remote/eventlircd/patches/eventlircd-17-repeat-0.1.patch b/packages/sysutils/remote/eventlircd/patches/eventlircd-40-repeat-0.1.patch similarity index 100% rename from packages/sysutils/remote/eventlircd/patches/eventlircd-17-repeat-0.1.patch rename to packages/sysutils/remote/eventlircd/patches/eventlircd-40-repeat-0.1.patch