diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-04-24 18:52:22 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-04-24 18:52:22 +0000 |
commit | 2eeb797b6c8aa8b4a618ab3c36a3b3e2fb3a5ec9 (patch) | |
tree | 4870103c13fca8de741a0910c3c7d5e84abcd68e /net-irc/muh/muh-2.1_rc1.ebuild | |
parent | ppc stable, bug #173655 (diff) | |
download | historical-2eeb797b6c8aa8b4a618ab3c36a3b3e2fb3a5ec9.tar.gz historical-2eeb797b6c8aa8b4a618ab3c36a3b3e2fb3a5ec9.tar.bz2 historical-2eeb797b6c8aa8b4a618ab3c36a3b3e2fb3a5ec9.zip |
old
Package-Manager: portage-2.1.2.4
Diffstat (limited to 'net-irc/muh/muh-2.1_rc1.ebuild')
-rw-r--r-- | net-irc/muh/muh-2.1_rc1.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/net-irc/muh/muh-2.1_rc1.ebuild b/net-irc/muh/muh-2.1_rc1.ebuild deleted file mode 100644 index 901b5d49cdee..000000000000 --- a/net-irc/muh/muh-2.1_rc1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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 -} |