diff options
author | Sebastian Pipping <sping@gentoo.org> | 2010-11-21 02:59:34 +0000 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2010-11-21 02:59:34 +0000 |
commit | 845e8ff0cf7124f72edbc6e7ea1fab545b1deb56 (patch) | |
tree | 2496a0a1fb400ea4a34b02da6cf065b0f04b83fc /app-misc | |
parent | app-vim/cream: Remove unused file (bug #344617) (diff) | |
download | gentoo-2-845e8ff0cf7124f72edbc6e7ea1fab545b1deb56.tar.gz gentoo-2-845e8ff0cf7124f72edbc6e7ea1fab545b1deb56.tar.bz2 gentoo-2-845e8ff0cf7124f72edbc6e7ea1fab545b1deb56.zip |
app-misc/g15daemon: Remove unused files (bug #342671)
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/g15daemon/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/g15daemon/files/g15daemon-1.2.6a.confd | 5 | ||||
-rw-r--r-- | app-misc/g15daemon/files/g15daemon-1.2.6a.initd | 36 | ||||
-rw-r--r-- | app-misc/g15daemon/files/g15daemon-1.2.7-r1.initd | 40 | ||||
-rw-r--r-- | app-misc/g15daemon/files/g15daemon-1.2.7.initd | 38 |
5 files changed, 6 insertions, 120 deletions
diff --git a/app-misc/g15daemon/ChangeLog b/app-misc/g15daemon/ChangeLog index 6797244d8605..8938df3e248e 100644 --- a/app-misc/g15daemon/ChangeLog +++ b/app-misc/g15daemon/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-misc/g15daemon # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/g15daemon/ChangeLog,v 1.33 2010/03/09 21:53:04 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/g15daemon/ChangeLog,v 1.34 2010/11/21 02:59:34 sping Exp $ + + 21 Nov 2010; Sebastian Pipping <sping@gentoo.org> + -files/g15daemon-1.2.6a.confd, -files/g15daemon-1.2.6a.initd, + -files/g15daemon-1.2.7-r1.initd, -files/g15daemon-1.2.7.initd: + Remove unused files (bug #342671) 09 Mar 2010; Joseph Jezak <josejx@gentoo.org> g15daemon-1.9.5.3-r3.ebuild: Marked ppc stable for bug #284520. diff --git a/app-misc/g15daemon/files/g15daemon-1.2.6a.confd b/app-misc/g15daemon/files/g15daemon-1.2.6a.confd deleted file mode 100644 index 2d7cd51ce83b..000000000000 --- a/app-misc/g15daemon/files/g15daemon-1.2.6a.confd +++ /dev/null @@ -1,5 +0,0 @@ -# /etc/conf.d/g15daemon: Configuration for the g15daemon - -# Key to switch the client-screens. Default is the MR key, -# Set to "yes" to use L1 key instead (black round key below the LCD, above the multimedia keys). -CLIENT_SWITCH_L1="no" diff --git a/app-misc/g15daemon/files/g15daemon-1.2.6a.initd b/app-misc/g15daemon/files/g15daemon-1.2.6a.initd deleted file mode 100644 index 499fcd5f3422..000000000000 --- a/app-misc/g15daemon/files/g15daemon-1.2.6a.initd +++ /dev/null @@ -1,36 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/g15daemon/files/g15daemon-1.2.6a.initd,v 1.1 2007/01/07 03:09:00 rbu Exp $ - -# Init script for g15daemon - -depend() { - after hotplug - after usb - after modules -} - -start() { - ebegin "Starting g15daemon" - - # Does the input device already exist? - if [[ -e /proc/modules && ! -e /dev/input/uinput ]] ; then - # We can load modules, but uinput device does not exist - einfo "Loading uinput module" - /sbin/modprobe uinput &> /dev/null - fi - - local SWITCHKEY="" - [[ ${CLIENT_SWITCH_L1} = "yes" ]] && SWITCHKEY="--switch" - start-stop-daemon --start --background --pidfile /var/run/g15daemon.pid \ - --exec /usr/sbin/g15daemon -- ${SWITCHKEY} - eend $? "Failed to start g15daemon." -} - -stop() { - ebegin "Stopping g15daemon" - /usr/sbin/g15daemon -k 2&> /dev/null \ - || start-stop-daemon --stop --quiet --pidfile /var/run/g15daemon.pid - eend $? -} diff --git a/app-misc/g15daemon/files/g15daemon-1.2.7-r1.initd b/app-misc/g15daemon/files/g15daemon-1.2.7-r1.initd deleted file mode 100644 index 4ab66102e46b..000000000000 --- a/app-misc/g15daemon/files/g15daemon-1.2.7-r1.initd +++ /dev/null @@ -1,40 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/g15daemon/files/g15daemon-1.2.7-r1.initd,v 1.1 2007/10/04 08:43:58 rbu Exp $ - -# Init script for g15daemon - -depend() { - after hotplug - after usb - after modules -} - -start() { - ebegin "Starting g15daemon" - - # Does the input device already exist? - if [ -e /proc/modules -a ! -e /dev/input/uinput ]; then - # We can load modules, but uinput device does not exist - einfo "Loading uinput module" - /sbin/modprobe uinput > /dev/null 2> /dev/null - fi - - local SWITCHKEY="" - [ "${CLIENT_SWITCH_L1}" = "yes" ] && SWITCHKEY="--switch" - start-stop-daemon --start --background --pidfile /var/run/g15daemon.pid \ - --exec /usr/sbin/g15daemon -- ${SWITCHKEY} - eend $? "Failed to start g15daemon." -} - -stop() { - ebegin "Stopping g15daemon" - local KILLOPT="-k" - if [ $BACKLIGHT_OFF = "yes" ]; then - KILLOPT="-K" - fi - /usr/sbin/g15daemon ${KILLOPT} >/dev/null 2> /dev/null&&wait `cat /var/run/g15daemon.pid` \ - || start-stop-daemon --signal SIGKILL --stop --quiet --pidfile /var/run/g15daemon.pid - eend $? -} diff --git a/app-misc/g15daemon/files/g15daemon-1.2.7.initd b/app-misc/g15daemon/files/g15daemon-1.2.7.initd deleted file mode 100644 index 13996c8fcf1f..000000000000 --- a/app-misc/g15daemon/files/g15daemon-1.2.7.initd +++ /dev/null @@ -1,38 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/g15daemon/files/g15daemon-1.2.7.initd,v 1.1 2007/02/18 19:38:16 rbu Exp $ - -# Init script for g15daemon - -depend() { - after hotplug - after usb - after modules -} - -start() { - ebegin "Starting g15daemon" - - # Does the input device already exist? - if [[ -e /proc/modules && ! -e /dev/input/uinput ]] ; then - # We can load modules, but uinput device does not exist - einfo "Loading uinput module" - /sbin/modprobe uinput &> /dev/null - fi - - local SWITCHKEY="" - [[ ${CLIENT_SWITCH_L1} = "yes" ]] && SWITCHKEY="--switch" - start-stop-daemon --start --background --pidfile /var/run/g15daemon.pid \ - --exec /usr/sbin/g15daemon -- ${SWITCHKEY} - eend $? "Failed to start g15daemon." -} - -stop() { - ebegin "Stopping g15daemon" - local KILLOPT="-k" - [[ ${BACKLIGHT_OFF} = "yes" ]] && KILLOPT="-K" - /usr/sbin/g15daemon ${KILLOPT} 2&> /dev/null \ - || start-stop-daemon --stop --quiet --pidfile /var/run/g15daemon.pid - eend $? -} |