summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-04-24 18:49:56 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-04-24 18:49:56 +0000
commitc4f6f9b37cf015015b94680276216cf0def6cc45 (patch)
tree182592a3401045a1ee395498b69f2de67cfe37f6 /net-irc/muh
parentppc stable, bug #173655 (diff)
downloadgentoo-2-c4f6f9b37cf015015b94680276216cf0def6cc45.tar.gz
gentoo-2-c4f6f9b37cf015015b94680276216cf0def6cc45.tar.bz2
gentoo-2-c4f6f9b37cf015015b94680276216cf0def6cc45.zip
old
(Portage version: 2.1.2.4)
Diffstat (limited to 'net-irc/muh')
-rw-r--r--net-irc/muh/ChangeLog5
-rw-r--r--net-irc/muh/files/digest-muh-2.1_rc13
-rw-r--r--net-irc/muh/muh-2.1_rc1.ebuild31
3 files changed, 4 insertions, 35 deletions
diff --git a/net-irc/muh/ChangeLog b/net-irc/muh/ChangeLog
index ea7bfc783bcc..255ef4b7171f 100644
--- a/net-irc/muh/ChangeLog
+++ b/net-irc/muh/ChangeLog
@@ -1,6 +1,9 @@
# 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
diff --git a/net-irc/muh/files/digest-muh-2.1_rc1 b/net-irc/muh/files/digest-muh-2.1_rc1
deleted file mode 100644
index 40a9e4d87bbf..000000000000
--- a/net-irc/muh/files/digest-muh-2.1_rc1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 4e53bd8afd008c3a2c7b51b26130f815 muh-2.1rc1.tar.gz 128821
-RMD160 2e872b00a4c503cd4cc22e08f5d05a9811e37a09 muh-2.1rc1.tar.gz 128821
-SHA256 497a70c52639ee3a365a475b336684903914bf32c963c2efceb06065ca5b8bc4 muh-2.1rc1.tar.gz 128821
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
-}