summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHallgrimur H. Gunnarsson <hhg@gentoo.org>2003-09-30 19:14:20 +0000
committerHallgrimur H. Gunnarsson <hhg@gentoo.org>2003-09-30 19:14:20 +0000
commit8f422f96e4a9e660757ba630176e3279fc56463d (patch)
treeffce6533b3ee901e2cd5c86c701b3d6c9acfd36c /net-irc/muh
parentnew package -- persistant irc bouncer (diff)
downloadhistorical-8f422f96e4a9e660757ba630176e3279fc56463d.tar.gz
historical-8f422f96e4a9e660757ba630176e3279fc56463d.tar.bz2
historical-8f422f96e4a9e660757ba630176e3279fc56463d.zip
new package -- persistant irc bouncer
Diffstat (limited to 'net-irc/muh')
-rw-r--r--net-irc/muh/Manifest4
-rw-r--r--net-irc/muh/files/digest-muh-2.1_rc11
-rw-r--r--net-irc/muh/metadata.xml12
-rw-r--r--net-irc/muh/muh-2.1_rc1.ebuild25
4 files changed, 40 insertions, 2 deletions
diff --git a/net-irc/muh/Manifest b/net-irc/muh/Manifest
index 9bad311f2c7e..b769352afc11 100644
--- a/net-irc/muh/Manifest
+++ b/net-irc/muh/Manifest
@@ -1,4 +1,4 @@
-MD5 848d37e4b4f681fce78ef569b8e35399 muh-2.1_rc1.ebuild 559
+MD5 c898c055a74c1fe740492a08741d97a0 muh-2.1_rc1.ebuild 649
MD5 da7dbee115397b6e308fe911595bd5ea metadata.xml 328
-MD5 48a18ce395b6dd8ace5754f0bb985c91 ChangeLog 266
+MD5 ba0a5e50487e6773c83ed9ece53d1a3b ChangeLog 347
MD5 23e0c42c9152a26274c01bbf269cf489 files/digest-muh-2.1_rc1 62
diff --git a/net-irc/muh/files/digest-muh-2.1_rc1 b/net-irc/muh/files/digest-muh-2.1_rc1
new file mode 100644
index 000000000000..a599018c4b35
--- /dev/null
+++ b/net-irc/muh/files/digest-muh-2.1_rc1
@@ -0,0 +1 @@
+MD5 4e53bd8afd008c3a2c7b51b26130f815 muh-2.1rc1.tar.gz 128821
diff --git a/net-irc/muh/metadata.xml b/net-irc/muh/metadata.xml
new file mode 100644
index 000000000000..326204732e5c
--- /dev/null
+++ b/net-irc/muh/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>net-irc</herd>
+<maintainer>
+ <email>hhg@gentoo.org</email>
+ <name>Hallgrimur H. Gunnarsson</name>
+</maintainer>
+<longdescription>
+ Persistant IRC bouncer.
+</longdescription>
+</pkgmetadata>
diff --git a/net-irc/muh/muh-2.1_rc1.ebuild b/net-irc/muh/muh-2.1_rc1.ebuild
new file mode 100644
index 000000000000..46bfc728fd3e
--- /dev/null
+++ b/net-irc/muh/muh-2.1_rc1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# 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.1 2003/09/30 19:14:16 hhg Exp $
+
+MY_P=${P/_/}
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="Persistant 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 ~arm"
+
+src_compile() {
+ econf || die "configure failed"
+ emake || die "compile failed"
+}
+
+src_install() {
+ einstall install || die "install failed"
+ dodoc AUTHORS COPYING INSTALL ChangeLog
+}