diff options
author | 2009-11-01 18:14:04 +0000 | |
---|---|---|
committer | 2009-11-01 18:14:04 +0000 | |
commit | 27f47d7f9b91503cf66993336d89ebd8904e4285 (patch) | |
tree | b18114d48dc3b8f94aedcb0858bcb8e47eb86ffc /app-accessibility/epos/files | |
parent | Stable on amd64, bug #284607 (diff) | |
download | historical-27f47d7f9b91503cf66993336d89ebd8904e4285.tar.gz historical-27f47d7f9b91503cf66993336d89ebd8904e4285.tar.bz2 historical-27f47d7f9b91503cf66993336d89ebd8904e4285.zip |
app-accessibility/at-poke removal (pending 2009-10-16), see bug #279304 for reference.
Diffstat (limited to 'app-accessibility/epos/files')
-rw-r--r-- | app-accessibility/epos/files/README.gentoo | 2 | ||||
-rw-r--r-- | app-accessibility/epos/files/epos-2.5.37-gcc43.patch | 23 | ||||
-rw-r--r-- | app-accessibility/epos/files/eposd | 21 |
3 files changed, 0 insertions, 46 deletions
diff --git a/app-accessibility/epos/files/README.gentoo b/app-accessibility/epos/files/README.gentoo deleted file mode 100644 index a058564ea278..000000000000 --- a/app-accessibility/epos/files/README.gentoo +++ /dev/null @@ -1,2 +0,0 @@ -Due to /usr/bin/say conflicting with the speech-dispatcher ebuild, it has -beenn moved to /usr/bin/epos_say. diff --git a/app-accessibility/epos/files/epos-2.5.37-gcc43.patch b/app-accessibility/epos/files/epos-2.5.37-gcc43.patch deleted file mode 100644 index 4a61b5ffd04b..000000000000 --- a/app-accessibility/epos/files/epos-2.5.37-gcc43.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- epos-2.5.37.orig/src/nnet/neural.cc -+++ epos-2.5.37/src/nnet/neural.cc -@@ -38,7 +38,7 @@ - #include <string.h> - #include <ctype.h> - #include <stdlib.h> --#include <iostream.h> -+#include <iostream> - #include <time.h> - - /* ---- epos-2.5.37.orig/arch/win/service/install.cpp -+++ epos-2.5.37/arch/win/service/install.cpp -@@ -23,7 +23,7 @@ - #include <winsvc.h> - #include "service.h" - #include <stdio.h> //sprintf & fopen --#include <iostream.h> -+#include <iostream> - #include "Shlwapi.h" - - SC_HANDLE scm; - diff --git a/app-accessibility/epos/files/eposd b/app-accessibility/epos/files/eposd deleted file mode 100644 index 4d8576489480..000000000000 --- a/app-accessibility/epos/files/eposd +++ /dev/null @@ -1,21 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/epos/files/eposd,v 1.1 2005/07/22 10:17:57 eradicator Exp $ - -depend() { - use alsasound esound -} - -start() { - ebegin "Starting eposd" - start-stop-daemon --start --quiet --background --make-pidfile --pidfile /var/run/eposd.pid \ - --exec /usr/bin/eposd -- -f - eend $? -} - -stop() { - ebegin "Stopping eposd" - start-stop-daemon --stop --quiet --pidfile /var/run/eposd.pid - eend $? -} |