diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-02-27 16:24:10 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-02-27 16:24:10 +0000 |
commit | 4dd09d7c966fe5b248e14f2c8240a5cc42207445 (patch) | |
tree | 2b73f960cd3e69071dbb2b06158bb00f269643be /net-irc | |
parent | - version bump from Kerin Millar bug 210026 (diff) | |
download | gentoo-2-4dd09d7c966fe5b248e14f2c8240a5cc42207445.tar.gz gentoo-2-4dd09d7c966fe5b248e14f2c8240a5cc42207445.tar.bz2 gentoo-2-4dd09d7c966fe5b248e14f2c8240a5cc42207445.zip |
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/ngircd/ngircd-0.10.3.ebuild | 54 | ||||
-rw-r--r-- | net-irc/ngircd/ngircd-0.10.4.ebuild | 54 |
2 files changed, 0 insertions, 108 deletions
diff --git a/net-irc/ngircd/ngircd-0.10.3.ebuild b/net-irc/ngircd/ngircd-0.10.3.ebuild deleted file mode 100644 index 3ff4d22be1fb..000000000000 --- a/net-irc/ngircd/ngircd-0.10.3.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ngircd-0.10.3.ebuild,v 1.3 2007/09/22 13:45:11 nixnut Exp $ - -inherit eutils - -DESCRIPTION="A IRC server written from scratch." -HOMEPAGE="http://ngircd.barton.de/" -SRC_URI="ftp://ftp.berlios.de/${PN}/${P}.tar.gz - ftp://ngircd.barton.de/pub//${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="zlib tcpd debug ident" -RESTRICT="test" - -DEPEND="virtual/libc - zlib? ( sys-libs/zlib ) - ident? ( net-libs/libident ) - tcpd? ( sys-apps/tcp-wrappers ) - >=sys-apps/sed-4" - -src_compile() { - econf \ - --sysconfdir=/etc/ngircd \ - $(use_with zlib) \ - $(use_with tcpd tcp-wrappers) \ - $(use_with ident ) \ - $(use_enable debug) \ - $(use_enable debug sniffer) \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - sed -i \ - -e "s:/usr/local/etc/ngircd.motd:/etc/ngircd/ngircd.motd:" \ - -e "s:;ServerUID = 65534:ServerUID = ngircd:" \ - -e "s:;ServerGID = 65534:ServerGID = nogroup:" \ - doc/sample-ngircd.conf - - make \ - DESTDIR="${D}" \ - docdir=/usr/share/doc/${PF} \ - install || die "make install failed" - - newinitd "${FILESDIR}"/ngircd.init.d ngircd -} - -pkg_postinst() { - enewuser ngircd - chown ngircd "${ROOT}"/etc/ngircd/ngircd.conf -} diff --git a/net-irc/ngircd/ngircd-0.10.4.ebuild b/net-irc/ngircd/ngircd-0.10.4.ebuild deleted file mode 100644 index 98982c6f0882..000000000000 --- a/net-irc/ngircd/ngircd-0.10.4.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ngircd-0.10.4.ebuild,v 1.3 2008/01/11 19:42:58 dertobi123 Exp $ - -inherit eutils - -DESCRIPTION="A IRC server written from scratch." -HOMEPAGE="http://ngircd.barton.de/" -SRC_URI="ftp://ftp.berlios.de/${PN}/${P}.tar.gz - ftp://ngircd.barton.de/pub//${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="zlib tcpd debug ident" -RESTRICT="test" - -DEPEND="virtual/libc - zlib? ( sys-libs/zlib ) - ident? ( net-libs/libident ) - tcpd? ( sys-apps/tcp-wrappers ) - >=sys-apps/sed-4" - -src_compile() { - econf \ - --sysconfdir=/etc/ngircd \ - $(use_with zlib) \ - $(use_with tcpd tcp-wrappers) \ - $(use_with ident ) \ - $(use_enable debug) \ - $(use_enable debug sniffer) \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - sed -i \ - -e "s:/usr/local/etc/ngircd.motd:/etc/ngircd/ngircd.motd:" \ - -e "s:;ServerUID = 65534:ServerUID = ngircd:" \ - -e "s:;ServerGID = 65534:ServerGID = nogroup:" \ - doc/sample-ngircd.conf - - make \ - DESTDIR="${D}" \ - docdir=/usr/share/doc/${PF} \ - install || die "make install failed" - - newinitd "${FILESDIR}"/ngircd.init.d ngircd -} - -pkg_postinst() { - enewuser ngircd - chown ngircd "${ROOT}"/etc/ngircd/ngircd.conf -} |