summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-01-17 18:39:38 +0100
committerDavid Seifert <soap@gentoo.org>2017-01-18 10:19:23 +0100
commit6a5d856fdaffa76cde1a428f25ccbfdaf5d8b81c (patch)
treedc3e7ddf393fe59ac8a3c6537ecda95207f048bd /net-irc/ultimate
parentnet-irc/epic5: remove unused patch (diff)
downloadgentoo-6a5d856fdaffa76cde1a428f25ccbfdaf5d8b81c.tar.gz
gentoo-6a5d856fdaffa76cde1a428f25ccbfdaf5d8b81c.tar.bz2
gentoo-6a5d856fdaffa76cde1a428f25ccbfdaf5d8b81c.zip
net-irc/ultimate: remove unused files/patch
Closes: https://github.com/gentoo/gentoo/pull/3516
Diffstat (limited to 'net-irc/ultimate')
-rw-r--r--net-irc/ultimate/files/3.0.0_rc2-config.patch30
-rw-r--r--net-irc/ultimate/files/setup.h26
-rw-r--r--net-irc/ultimate/files/ultimateircd.rc-3.0.021
3 files changed, 0 insertions, 77 deletions
diff --git a/net-irc/ultimate/files/3.0.0_rc2-config.patch b/net-irc/ultimate/files/3.0.0_rc2-config.patch
deleted file mode 100644
index 79d1af351bb1..000000000000
--- a/net-irc/ultimate/files/3.0.0_rc2-config.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff -Nur Ultimate3.0.0.rc2.orig/include/config.h Ultimate3.0.0.rc2/include/config.h
---- Ultimate3.0.0.rc2.orig/include/config.h 2005-01-30 15:01:45.677952244 +0100
-+++ Ultimate3.0.0.rc2/include/config.h 2005-01-30 15:02:43.353895511 +0100
-@@ -127,13 +127,13 @@
- #endif
-
- /* dirs */
--#define DPATH IRCD_PREFIX
-+#define DPATH IRCD_PREFIX
- #define BINPATH IRCD_PREFIX "/bin/"
--#define ETCPATH IRCD_PREFIX "/etc"
--#define LOGPATH IRCD_PREFIX "/logs"
-+#define ETCPATH "/etc/ultimateircd"
-+#define LOGPATH "/var/log/ultimateircd"
-
- /* files */
--#define SPATH BINPATH "/ircd" /* ircd executable */
-+#define SPATH BINPATH "/ultimateircd" /* ircd executable */
-
- #define CPATH ETCPATH "/ircd.conf" /* ircd.conf file */
- #define DCONF ETCPATH "/ircd.ini" /* Dynamic Configuration File */
-@@ -144,7 +144,7 @@
- #define SMPATH ETCPATH "/ircd.smotd" /* Short Message Of The Day */
- #define OMPATH ETCPATH "/ircd.opermotd" /* Operator Message Of The Day */
- #define RPATH ETCPATH "/ircd.rules" /* Rules File */
--#define PPATH ETCPATH "/ircd.pid" /* IRCd PID */
-+#define PPATH "/var/run/ultimateircd/ircd.pid" /* IRCd PID */
- #define IRCDSSL_CPATH ETCPATH "/ircd.crt" /* Client SSL */
- #define IRCDSSL_KPATH ETCPATH "/ircd.key" /* Client SSL */
-
diff --git a/net-irc/ultimate/files/setup.h b/net-irc/ultimate/files/setup.h
deleted file mode 100644
index 635d9cf3801f..000000000000
--- a/net-irc/ultimate/files/setup.h
+++ /dev/null
@@ -1,26 +0,0 @@
-#ifndef __setup_include__
-#define __setup_include__
-#define PARAMH
-#define UNISTDH
-#define STRINGH
-#define STRINGSH
-#define STDLIBH
-#undef STDDEFH
-#define SYSSYSLOGH
-#undef NOINDEX
-#undef NEED_STRERROR
-#define NEED_STRTOKEN
-#define NEED_STRTOK
-#undef NEED_INET_ADDR
-#undef NEED_INET_NTOA
-#undef NEED_INET_NETOF
-#define GETTIMEOFDAY
-#undef LRAND48
-#undef LINUX_ALPHA
-#define GLIBC2_2
-#undef MALLOCH
-#define NBLOCK_POSIX
-#define POSIX_SIGNALS
-#undef TIMES_2
-#define GETRUSAGE_2
-#endif
diff --git a/net-irc/ultimate/files/ultimateircd.rc-3.0.0 b/net-irc/ultimate/files/ultimateircd.rc-3.0.0
deleted file mode 100644
index 22f225fd9698..000000000000
--- a/net-irc/ultimate/files/ultimateircd.rc-3.0.0
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-depend() {
- use dns net
-}
-
-start() {
- ebegin "Starting ultimateircd"
- start-stop-daemon --start --quiet --exec /usr/bin/ultimateircd \
- --chuid ${ULTIMATEIRCD_USER} &>/dev/null
- eend $?
-}
-
-stop() {
- ebegin "Shutting down ultimateircd"
- start-stop-daemon --stop --pidfile /var/run/ultimateircd/ircd.pid
- eend $?
-}