summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-01-22 14:44:00 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-01-22 14:44:00 +0000
commit23589acba0a33f529b333efa7c8bda449d3f82c9 (patch)
tree4151dac6e1f5c715854bab7fd6f425031cac3b67 /net-p2p
parentStable on Alpha + IA64. (diff)
downloadgentoo-2-23589acba0a33f529b333efa7c8bda449d3f82c9.tar.gz
gentoo-2-23589acba0a33f529b333efa7c8bda449d3f82c9.tar.bz2
gentoo-2-23589acba0a33f529b333efa7c8bda449d3f82c9.zip
Drop old
(Portage version: 2.1.2-r2)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/mutella/ChangeLog8
-rw-r--r--net-p2p/mutella/files/digest-mutella-0.4.31
-rw-r--r--net-p2p/mutella/files/mutella-gcc33-fix22
-rw-r--r--net-p2p/mutella/mutella-0.4.3.ebuild30
4 files changed, 6 insertions, 55 deletions
diff --git a/net-p2p/mutella/ChangeLog b/net-p2p/mutella/ChangeLog
index 0d5070bde6dd..d07dc1d4273b 100644
--- a/net-p2p/mutella/ChangeLog
+++ b/net-p2p/mutella/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/mutella
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/mutella/ChangeLog,v 1.21 2006/06/06 19:55:35 sekretarz Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/mutella/ChangeLog,v 1.22 2007/01/22 14:44:00 armin76 Exp $
+
+ 22 Jan 2007; Raúl Porcel <armin76@gentoo.org> -files/mutella-gcc33-fix,
+ -mutella-0.4.3.ebuild:
+ Drop old
07 Jun 2006; Karol Wojtaszek <sekretarz@gentoo.org>
+files/mutella-0.4.5-gcc41.patch, mutella-0.4.5.ebuild:
diff --git a/net-p2p/mutella/files/digest-mutella-0.4.3 b/net-p2p/mutella/files/digest-mutella-0.4.3
deleted file mode 100644
index 2bcccba0680e..000000000000
--- a/net-p2p/mutella/files/digest-mutella-0.4.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3fc7b649967dc722cd93532c2d043db1 mutella-0.4.3.tar.gz 425040
diff --git a/net-p2p/mutella/files/mutella-gcc33-fix b/net-p2p/mutella/files/mutella-gcc33-fix
deleted file mode 100644
index e1cb40f0e28c..000000000000
--- a/net-p2p/mutella/files/mutella-gcc33-fix
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -Naur mutella-0.4.3-orig/mutella/gnudownload.cpp mutella-0.4.3/mutella/gnudownload.cpp
---- mutella-0.4.3-orig/mutella/gnudownload.cpp 2003-01-22 15:48:30.000000000 +0100
-+++ mutella-0.4.3/mutella/gnudownload.cpp 2003-11-02 15:22:00.896374824 +0100
-@@ -47,6 +47,7 @@
- #include <sys/ioctl.h>
- #include <sys/stat.h>
- #include <fcntl.h>
-+#include <assert.h>
-
- #define MAX_DOWNLOADERS 16
-
-diff -Naur mutella-0.4.3-orig/mutella/gnushare.cpp mutella-0.4.3/mutella/gnushare.cpp
---- mutella-0.4.3-orig/mutella/gnushare.cpp 2002-11-18 18:04:17.000000000 +0100
-+++ mutella-0.4.3/mutella/gnushare.cpp 2003-11-02 15:22:09.088129488 +0100
-@@ -50,6 +50,7 @@
- #include <unistd.h>
- #include <dirent.h>
- #include <ctype.h>
-+#include <assert.h>
-
- #define SHARE_QUEUE_MAX 100
-
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
-}