# ChangeLog for net-irc/muh
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/muh/ChangeLog,v 1.15 2007/04/24 18:04:14 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/muh/ChangeLog,v 1.16 2007/04/24 18:49:56 armin76 Exp $
+
+ 24 Apr 2007; Raúl Porcel <armin76@gentoo.org> -muh-2.1_rc1.ebuild:
+ old
24 Apr 2007; Tobias Scherbaum <dertobi123@gentoo.org> muh-2.2a.ebuild:
ppc stable, bug #174514
+++ /dev/null
-MD5 4e53bd8afd008c3a2c7b51b26130f815 muh-2.1rc1.tar.gz 128821
-RMD160 2e872b00a4c503cd4cc22e08f5d05a9811e37a09 muh-2.1rc1.tar.gz 128821
-SHA256 497a70c52639ee3a365a475b336684903914bf32c963c2efceb06065ca5b8bc4 muh-2.1rc1.tar.gz 128821
+++ /dev/null
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/muh/muh-2.1_rc1.ebuild,v 1.9 2005/07/07 16:36:01 swegener Exp $
-
-MY_P=${P/_/}
-
-DESCRIPTION="Persistent IRC bouncer"
-HOMEPAGE="http://mind.riot.org/muh/"
-IUSE=""
-
-SRC_URI="mirror://sourceforge/muh/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc ~sparc alpha ~hppa ~mips"
-
-S="${WORKDIR}"/${MY_P}
-
-src_install() {
- einstall install || die "install failed"
- dodoc AUTHORS COPYING INSTALL ChangeLog
-}
-
-pkg_postinst() {
- einfo
- einfo "You'll need to configure muh before running it"
- einfo "Put your config in ~/.muh/muhrc"
- einfo "A sample config is /usr/share/muhrc"
- einfo "For more information, see the documentation"
- einfo
-}
# ChangeLog for net-irc/ngircd
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ChangeLog,v 1.25 2007/04/24 18:41:58 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ChangeLog,v 1.26 2007/04/24 18:52:22 armin76 Exp $
+
+ 24 Apr 2007; Raúl Porcel <armin76@gentoo.org> -ngircd-0.8.3.ebuild:
+ old
24 Apr 2007; Tobias Scherbaum <dertobi123@gentoo.org>
ngircd-0.10.1.ebuild:
+++ /dev/null
-MD5 ee977ef8da1a0f637ce992280c7f1ca2 ngircd-0.8.3.tar.gz 276725
-RMD160 1362ed20c17740ff249fe8247799419dadc5f8d6 ngircd-0.8.3.tar.gz 276725
-SHA256 0e83aa269e0b3e239e64b6354ec24ba4f7365eff22730e105747635587575bb9 ngircd-0.8.3.tar.gz 276725
+++ /dev/null
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ngircd-0.8.3.ebuild,v 1.3 2005/04/24 13:15:04 hansmi Exp $
-
-inherit eutils
-
-DESCRIPTION="A IRC server written from scratch."
-HOMEPAGE="http://arthur.ath.cx/~alex/ngircd/"
-SRC_URI="ftp://download.berlios.de/pub/${PN}/${P}.tar.gz
- ftp://ftp.berlios.de/pub/${PN}/${P}.tar.gz
- ftp://arthur.ath.cx/pub/Users/alex/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc ~amd64"
-
-IUSE="zlib tcpd debug"
-
-RDEPEND="virtual/libc
- zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-src_compile() {
- econf \
- --sysconfdir=/etc/ngircd \
- $(use_with zlib) \
- $(use_with tcpd tcp-wrappers) \
- $(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
-}