diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-02-01 18:37:01 +0100 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-02-01 18:37:01 +0100 |
commit | 006a210bc3519f46a913658267d8c84240e6993a (patch) | |
tree | a3afc1ed1f7c7d7b00d07fe4205b4a38c8d1c8cb | |
parent | net-irc/ngircd: Convert to use the autotools-utils.elcass (conditional on bug... (diff) | |
download | scarabeus-006a210bc3519f46a913658267d8c84240e6993a.tar.gz scarabeus-006a210bc3519f46a913658267d8c84240e6993a.tar.bz2 scarabeus-006a210bc3519f46a913658267d8c84240e6993a.zip |
Remove moved to main tree.
-rw-r--r-- | net-irc/ngircd/Manifest | 23 | ||||
-rw-r--r-- | net-irc/ngircd/files/ngircd.init.d | 21 | ||||
-rw-r--r-- | net-irc/ngircd/ngircd-17.1.ebuild | 82 |
3 files changed, 0 insertions, 126 deletions
diff --git a/net-irc/ngircd/Manifest b/net-irc/ngircd/Manifest deleted file mode 100644 index 8cb0f8b..0000000 --- a/net-irc/ngircd/Manifest +++ /dev/null @@ -1,23 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -AUX ngircd.init.d 486 RMD160 4ed60eac7b5033f4f49a3f11211ee77d71efc562 SHA1 3bb5699881854ac4290fe60ed58c2b9ab883ffc6 SHA256 677071fadc91907232f79494d490eb37a93855d09a2aa8e200cae34c3fcc27bb -DIST ngircd-17.1.tar.gz 433078 RMD160 808ba3f62d48972873acff1580ccf058ad100133 SHA1 dc17943de6a4693e2e4e5da1e039f0e09651652c SHA256 e93518efb5ad838cce30ede0456b76b4423dca63a875830988760820c1ef6335 -EBUILD ngircd-17.1.ebuild 1707 RMD160 012915cc8b3ae099587a7e30509854c51849033d SHA1 5ffe7ac9eb065923df72817a3298a93c1e3df8c3 SHA256 6402c1ed9b642163b4af02c49a7b51b68a12dd6ea1dc32f6f73aa7aea5364f82 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iQIcBAEBCAAGBQJNQc2yAAoJEHQ6UuhrqBBQLGEQAKYjA0Fs31DC0hqlrNbrYhOI -f1wK0FIhpu4P8kfUbCiouC//74MpphHFdcTGT9HOxrrvGi5T7PvtzT5Mcf8Bv1QU -9Ty2ed5zuiCSKyD9zAUIz6nwXxgE9hCwWH34a7Rf4cf9Sg0cenlEqZy2yUyK2eqP -ClypKIw7jZiWJFWndiR06gax0fM6JTPhtc/5OhNpK3McRZQl6AV04CUgVb3SPdJX -Kxhudr1sBPNwc/5X4KvHdF0VTkDHqFVPlVjHZdeu7gLVfteJNgy1Cz0lMDG3EJi9 -OWflb8BfJTaYSICUkVDRVsAOdAsg6qsScm0/d/WOfN4k4BWxqYLJKcdFJfuYoOHs -za+BTQr01ReKPoM/Qk5X0kWn1nbPijiL+P8F68/sy1WDryyjIFEIQdg1Ni//TbLT -mXBS1MT2EUBcn7ElU7izJ6kCMv8uMBV2rJmBW969SM2u1MCjD2dIW0VoFbM/rMM4 -Ytu6GjI0ZTyIcol+MvJkCfM0sUmbViJVUzwK41323wQHUjvqhIGJTadgOw370UBQ -gKB3ZcbehAznaw2ChRXWpirmCWSftGkD/DXoOE2v3ouUMtB8ONsuSLc40owkvODD -e7Q1Yf9MjqNxkjqaktz/gqnykqM72WGDA6G6vi0TuxSxkXwLlvkhRVCGbqWlhVFH -OC/lk7fzz31XBU2GQOqA -=vJn8 ------END PGP SIGNATURE----- diff --git a/net-irc/ngircd/files/ngircd.init.d b/net-irc/ngircd/files/ngircd.init.d deleted file mode 100644 index 1eb7789..0000000 --- a/net-irc/ngircd/files/ngircd.init.d +++ /dev/null @@ -1,21 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/files/ngircd.init.d,v 1.3 2006/01/02 15:31:27 swegener Exp $ - -depend() { - need net - provide ircd -} - -start() { - ebegin "Starting ngIRCd" - start-stop-daemon --start --quiet --exec /usr/sbin/ngircd - eend $? -} - -stop() { - ebegin "Stopping ngIRCd" - start-stop-daemon --stop --quiet --exec /usr/sbin/ngircd - eend $? -} diff --git a/net-irc/ngircd/ngircd-17.1.ebuild b/net-irc/ngircd/ngircd-17.1.ebuild deleted file mode 100644 index a16673e..0000000 --- a/net-irc/ngircd/ngircd-17.1.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ngircd-13.ebuild,v 1.1 2009/01/25 14:15:16 armin76 Exp $ - -EAPI=4 - -inherit autotools-utils eutils - -DESCRIPTION="A IRC server written from scratch" -HOMEPAGE="http://ngircd.barton.de/" -SRC_URI="ftp://ftp.berlios.de/pub/${PN}/${P}.tar.gz - ftp://ngircd.barton.de/pub/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x64-macos" -IUSE="debug gnutls ident ipv6 pam ssl tcpd zlib" - -DEPEND=" - >=sys-apps/sed-4 - virtual/libc - ident? ( net-libs/libident ) - ssl? ( - gnutls? ( net-libs/gnutls ) - !gnutls? ( dev-libs/openssl ) - ) - pam? ( virtual/pam ) - tcpd? ( sys-apps/tcp-wrappers ) - zlib? ( sys-libs/zlib ) -" -RDEPEND="${DEPEND}" - -RESTRICT="test" - -src_configure() { - if ! use prefix; then - sed -i \ - -e "s:;ServerUID = 65534:ServerUID = ngircd:" \ - -e "s:;ServerGID = 65534:ServerGID = nogroup:" \ - doc/sample-ngircd.conf.tmpl || die - fi - - local myeconfargs=( - --docdir="${EPREFIX}"/usr/share/doc/${PF} - --sysconfdir="${EPREFIX}"/etc/ngircd - --without-zeroconf - $(use_enable ipv6) - $(use_with zlib) - $(use_with tcpd tcp-wrappers) - $(use_with ident) - $(use_with pam) - $(use_enable debug) - $(use_enable debug sniffer) - ) - - if use ssl; then - myeconfargs+=( - $(use_with !gnutls openssl) - $(use_with gnutls) - ) - else - myeconfargs+=( - --without-gnutls - --without-ssl - ) - fi - - autotools-utils_src_configure -} - -src_install() { - autotools-utils_src_install - - newinitd "${FILESDIR}"/ngircd.init.d ngircd -} - -pkg_postinst() { - if ! use prefix; then - enewuser ngircd - chown ngircd "${ROOT}"/etc/ngircd/ngircd.conf - fi -} |