commit:     ca36de6c32adb446067d48d898a524dc03d905c2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 30 15:10:07 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 30 15:17:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca36de6c

net-irc/irc-server: remove last-rited package

Bug: https://bugs.gentoo.org/633346
Bug: https://bugs.gentoo.org/708408
Bug: https://bugs.gentoo.org/716264
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-irc/irc-server/Manifest                       |   1 -
 net-irc/irc-server/files/2.10.3_p3-gentoo.patch   |  11 ---
 net-irc/irc-server/files/ircd.confd               |  10 --
 net-irc/irc-server/files/ircd.rc                  |  30 ------
 net-irc/irc-server/irc-server-2.11.1_p1-r4.ebuild | 110 ----------------------
 net-irc/irc-server/metadata.xml                   |   5 -
 profiles/package.mask                             |   1 -
 7 files changed, 168 deletions(-)

diff --git a/net-irc/irc-server/Manifest b/net-irc/irc-server/Manifest
deleted file mode 100644
index 5523a820b82..00000000000
--- a/net-irc/irc-server/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST irc2.11.1p1.tgz 770458 BLAKE2B 
a70b2123bfd82c66c5b699985e4b553b3601d129849a76ca100b61933c1ef53b31dc76fe2d8c91fb1e7403a31162223b4092a7d454f62a777eb147e4b4ca1458
 SHA512 
cc398ddd0129a044bb681504986f3d4d6f6e9b9b703495d62ec237c2e26a81250986336ae6076236eec7576eb0939ad931b45f09779e852cf69d101569c31c2c

diff --git a/net-irc/irc-server/files/2.10.3_p3-gentoo.patch 
b/net-irc/irc-server/files/2.10.3_p3-gentoo.patch
deleted file mode 100644
index 36f558a7047..00000000000
--- a/net-irc/irc-server/files/2.10.3_p3-gentoo.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -ur irc2.10.3p3.orig/contrib/tkserv/tkserv.c 
irc2.10.3p3/contrib/tkserv/tkserv.c
---- irc2.10.3p3.orig/contrib/tkserv/tkserv.c   2001-03-09 07:55:38.000000000 
-0600
-+++ irc2.10.3p3/contrib/tkserv/tkserv.c        2004-06-08 00:14:33.648900488 
-0500
-@@ -549,6 +549,7 @@
-         case -1:
-             sendto_user("You are not allowed to tkline \"%s\".", host); break;
-         default:
-+        break;
-     }
- 
-     retv = retv < 0 ? 0 : retv;    /* errors do not allow authorization */

diff --git a/net-irc/irc-server/files/ircd.confd 
b/net-irc/irc-server/files/ircd.confd
deleted file mode 100644
index 19766668e76..00000000000
--- a/net-irc/irc-server/files/ircd.confd
+++ /dev/null
@@ -1,10 +0,0 @@
-# /etc/conf.d/ircd: configuration for /etc/init.d/ircd
-
-# User account to run ircd as.
-
-#IRCD_USER="ircd"
-
-# Put any additional options for ircd here.
-# See ircd(8) for more information.
-
-#IRCD_OPTS=""

diff --git a/net-irc/irc-server/files/ircd.rc b/net-irc/irc-server/files/ircd.rc
deleted file mode 100644
index 0e3a05d5728..00000000000
--- a/net-irc/irc-server/files/ircd.rc
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
-       use net
-}
-
-IRCD_USER=${IRCD_USER:-ircd}
-
-checkconfig() {
-       if [ ! -e /etc/ircd/ircd.conf ] ; then
-               eerror "You need to create /etc/ircd/ircd.conf first."
-               eerror "An example can be found in /etc/ircd/ircd.conf.example"
-               return 1
-       fi
-}
-
-start() {
-        checkconfig || return $?
-       ebegin "Starting ircd"
-       start-stop-daemon --start --quiet --chuid "${IRCD_USER}" --exec 
/usr/sbin/ircd -- ${IRCD_OPTS}
-       eend $?
-}
-
-stop() {
-       ebegin "Stopping ircd"
-       start-stop-daemon --stop --quiet --pidfile /var/run/ircd/ircd.pid
-       eend $?
-}

diff --git a/net-irc/irc-server/irc-server-2.11.1_p1-r4.ebuild 
b/net-irc/irc-server/irc-server-2.11.1_p1-r4.ebuild
deleted file mode 100644
index a92ca4280fc..00000000000
--- a/net-irc/irc-server/irc-server-2.11.1_p1-r4.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit versionator user
-
-MY_P="irc${PV/_/}"
-
-DESCRIPTION="RFC compliant IRC server"
-HOMEPAGE="http://www.irc.org/";
-SRC_URI="ftp://ftp.irc.org/irc/server/${MY_P}.tgz
-       ftp://ftp.irc.org/irc/server/Old/irc$(get_version_component_range 
1-2)/${MY_P}.tgz"
-
-# GPL-2 is for the init script, bug 426038.
-LICENSE="GPL-1 GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="zlib ipv6"
-
-RDEPEND="sys-libs/ncurses:0
-       zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}
-       sys-apps/sed
-       sys-apps/grep"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=( "${FILESDIR}"/2.10.3_p3-gentoo.patch )
-
-pkg_setup() {
-       enewgroup ircd
-       enewuser ircd -1 -1 -1 ircd
-}
-
-src_configure() {
-       sed -i \
-               -e "s/^#undef\tOPER_KILL$/#define\tOPER_KILL/" \
-               -e "s/^#undef\tOPER_RESTART$/#define\tOPER_RESTART/" \
-               -e "s/^#undef TIMEDKLINES$/#define\tTIMEDKLINES\t60/" \
-               -e "s/^#undef\tR_LINES$/#define\tR_LINES/" \
-               -e 
"s/^#undef\tCRYPT_OPER_PASSWORD$/#define\tCRYPT_OPER_PASSWORD/" \
-               -e 
"s/^#undef\tCRYPT_LINK_PASSWORD$/#define\tCRYPT_LINK_PASSWORD/" \
-               -e "s/^#undef\tIRC_UID$/#define\tIRC_UID\t$IRCUID/" \
-               -e "s/^#undef\tIRC_GID$/#define\tIRC_GID\t$IRCGID/" \
-               -e "s/^#undef USE_SERVICES$/#define\tUSE_SERVICES/" \
-               "${S}"/support/config.h.dist \
-               || die "failed to sed definitions in config.h.dist"
-
-       if use zlib ; then
-               sed -i -e "s/^#undef\tZIP_LINKS$/#define\tZIP_LINKS/" \
-                       "${S}"/support/config.h.dist \
-                       || die "failed to sed ZIP_LINKS definition in 
config.h.dist"
-       fi
-
-       # The --mandir has single quotes around it, the $prefix is NOT
-       # interpolated into the string.
-       econf \
-               --sysconfdir=/etc/ircd \
-               --localstatedir=/var/run/ircd \
-               --with-logdir=/var/log/ircd \
-               --with-rundir=/var/run/ircd \
-               --mandir='${prefix}/share/man' \
-               $(use_with zlib) \
-               $(use_enable ipv6 ip6)
-}
-
-src_compile() {
-       cd $(support/config.guess) \
-               || die "failed to change into the source directory in 
src_compile"
-       emake ircd iauth chkconf ircd-mkpasswd ircdwatch tkserv
-}
-
-src_install() {
-       cd $(support/config.guess) \
-               || die "failed to change into the source directory in 
src_install"
-
-       emake \
-               prefix="${D}"/usr \
-               ircd_conf_dir="${D}"/etc/ircd \
-               ircd_var_dir="${D}"/var/run/ircd \
-               ircd_log_dir="${D}"/var/log/ircd \
-               install-server \
-               install-tkserv
-
-       fowners ircd:ircd /var/run/ircd
-       fowners ircd:ircd /var/log/ircd
-
-       cd ../doc || die "failed to change into the doc directory in 
src_install"
-
-       dodoc \
-               *-New alt-irc-faq Authors BUGS ChangeLog Etiquette \
-               iauth-internals.txt INSTALL.appendix INSTALL.* \
-               m4macros README RELEASE* rfc* SERVICE*
-
-       docinto Juped
-       dodoc Juped/Advertisement Juped/ChangeLog.* Juped/INSTALL
-
-       docinto Juped/US-Admin
-       dodoc Juped/US-Admin/Networking
-
-       docinto Nets
-       dodoc Nets/IRCNet
-
-       docinto Nets/Europe
-       dodoc Nets/Europe/*
-
-       newinitd "${FILESDIR}"/ircd.rc ircd
-       newconfd "${FILESDIR}"/ircd.confd ircd
-}

diff --git a/net-irc/irc-server/metadata.xml b/net-irc/irc-server/metadata.xml
deleted file mode 100644
index 6f49eba8f49..00000000000
--- a/net-irc/irc-server/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 4a92a400ae9..7d6bac31aa8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -637,7 +637,6 @@ www-apps/ampache
 # bug 706898, bug 731188
 net-irc/ptlink-ircd
 net-irc/ptlink-opm
-net-irc/irc-server
 
 # Aaron Bauman <[email protected]> (2020-08-29)
 # EAPI=4, use dev-embedded/libftd[tools] instead

Reply via email to