summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/mutella/mutella-0.4.3.ebuild')
-rw-r--r--net-p2p/mutella/mutella-0.4.3.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/net-p2p/mutella/mutella-0.4.3.ebuild b/net-p2p/mutella/mutella-0.4.3.ebuild
deleted file mode 100644
index 9a7bc9f153e8..000000000000
--- a/net-p2p/mutella/mutella-0.4.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/mutella/mutella-0.4.3.ebuild,v 1.10 2006/01/28 13:29:52 mkay Exp $
-
-inherit eutils
-
-DESCRIPTION="Text-mode gnutella client"
-SRC_URI="mirror://sourceforge/mutella/${P}.tar.gz"
-HOMEPAGE="http://mutella.sourceforge.net/"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc ~amd64"
-IUSE=""
-DEPEND="virtual/libc
- sys-libs/readline"
-
-src_unpack() {
- unpack ${A}
- epatch ${FILESDIR}/mutella-gcc33-fix
-}
-
-src_compile() {
- econf || die "econf failed"
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS ChangeLog COPYING INSTALL LICENSE KNOWN-BUGS README TODO
-}