Portage is a package management system used by Gentoo Linux
# 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.18 2007/05/07 19:34:47 dang Exp $
07 May 2007; Daniel Gryniewicz
Marked ~amd64 for bug #176238
06 May 2007; Marius Mauch
Replacing einfo with elog
24 Apr 2007; Raúl Porcel
old
24 Apr 2007; Tobias Scherbaum
ppc stable, bug #174514
22 Apr 2007; Bryan Østergaard
Stable on Alpha, bug 174514.
13 Apr 2007; Raúl Porcel
x86 stable wrt bug 174514
*muh-2.2a (13 Mar 2007)
13 Mar 2007; Raúl Porcel
+muh-2.2a.ebuild:
Version bump, drop old
09 Feb 2007; Diego Pettenò
Regenerate digest in Manifest2 format.
*muh-2.2 (13 Nov 2005)
13 Nov 2005; Sven Wegener
+muh-2.2.ebuild:
Version bump, bug #110720.
16 Sep 2005; Ciaran McCreesh
Converted to UTF-8, fixed encoding screwups
08 Aug 2004; Tom Martin
muh-2.2_beta1.ebuild:
Typo in DESCRIPTION: Persistant -> Persistent. Bug 59717.
*muh-2.2_beta1 (23 Jun 2004)
23 Jun 2004; Sven Wegener
Version bump. Thanks to Hinrik Örn Sigurðsson
#54703. Added support for the ipv6 USE flag.
05 Jun 2004; Bryan Østergaard
Stable on alpha.
29 May 2004; Pieter Van den Abeele
Masked muh-2.1_rc1.ebuild stable for ppc
18 Nov 2003; Hallgrimur H. Gunnarsson
Marked stable on x86
02 Oct 2003; Hallgrimur H. Gunnarsson
added a notice about the config file -- suggested by Ævar Arnfjörð Bjarmason
*muh-2.1_rc1 (30 Sep 2003)
30 Sep 2003; Hallgrimur H. Gunnarsson
new package -- persistant irc bouncer
DIST muh-2.2a.tar.gz 130672 RMD160 386ec75926b89b99c03e56db81ee7c801190fec5 SHA1 73cce4c46f97ef25647561135e750b2adfe70aee SHA256 d5743f18edd3dbf044a7844f32ff5dbfcda696141a7d26d182bd4394b6823680
EBUILD muh-2.2a.ebuild 890 RMD160 c962b3591336eb7c6d9da7af753c079e045e06e9 SHA1 5df0521a56fbe10436eb9a4378127346c66221ec SHA256 f741ee60de3223bc4a4a767f39a436ebc66ca200b90d20cc60d4e49c061f6843
MISC ChangeLog 2300 RMD160 5e97555de01ffb0e179364e39109d23cd908091f SHA1 a0231b20cae36d658e22f6cb50db2367fbac03de SHA256 2e3d11c5333d45915b268d99fa9fdadfbab884059ea2e9a8ed8b44ba83a9616c
MISC metadata.xml 225 RMD160 f06c4b91923f93becc99c829e069c73f7bf39625 SHA1 4e6b4c74a4c5bb04b6746aeed03d030a108590fc SHA256 c83a1ae90d01e544d34713275c9050df0d8ca68207fb242adf78c1fd8aefb4cb
Persistent IRC bouncer.
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-irc/muh/muh-2.2a.ebuild,v 1.6 2007/05/07 19:34:47 dang Exp $
DESCRIPTION="Persistent IRC bouncer"
HOMEPAGE="http://mind.riot.org/muh/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha ~amd64 ~hppa ~mips ppc ~sparc x86"
IUSE="ipv6"
DEPEND=""
src_compile() {
econf --datadir=/usr/share/muh $(use_enable ipv6) || die "econf failed"
emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog TODO
}
pkg_postinst() {
elog
elog "You'll need to configure muh before running it."
elog "Put your config in ~/.muh/muhrc"
elog "A sample config is /usr/share/muh/muhrc"
elog "For more information, see the documentation."
elog
}