summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Bordelon <sunflare@gentoo.org>2002-07-09 21:25:47 +0000
committerPhil Bordelon <sunflare@gentoo.org>2002-07-09 21:25:47 +0000
commit509cc590a080cbf56a175ca9bc2d9e1f568bc10f (patch)
treeb37e00687647581b01843051da276544b84560ea /net-p2p/mutella
parenttypo fix (diff)
downloadgentoo-2-509cc590a080cbf56a175ca9bc2d9e1f568bc10f.tar.gz
gentoo-2-509cc590a080cbf56a175ca9bc2d9e1f568bc10f.tar.bz2
gentoo-2-509cc590a080cbf56a175ca9bc2d9e1f568bc10f.zip
Version bump; cleanup, lintool, repoman, updating the old version to have a KEYWORD.
Diffstat (limited to 'net-p2p/mutella')
-rw-r--r--net-p2p/mutella/ChangeLog10
-rw-r--r--net-p2p/mutella/files/digest-mutella-0.41
-rw-r--r--net-p2p/mutella/mutella-0.3.3.ebuild9
-rw-r--r--net-p2p/mutella/mutella-0.4.ebuild31
4 files changed, 46 insertions, 5 deletions
diff --git a/net-p2p/mutella/ChangeLog b/net-p2p/mutella/ChangeLog
index 88d64581d805..2e6dc1b98b44 100644
--- a/net-p2p/mutella/ChangeLog
+++ b/net-p2p/mutella/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for net-p2p/mutella
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/mutella/ChangeLog,v 1.2 2002/06/25 11:12:27 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/mutella/ChangeLog,v 1.3 2002/07/09 21:25:47 sunflare Exp $
+
+*mutella-0.4 (09 Jul 2002)
+
+ 09 Jul 2002; Phil Bordelon <sunflare@gentoo.org> mutella-0.4.ebuild :
+
+ Version bump. Minor cleanup, lintool'd, repoman'd. Some extra doc
+ is pulled too--thanks to <clex77@yahoo.de> for the note. [See Bug
+ #4312.] Updated the old version to include a KEYWORD as well.
26 Jun 2002; Thilo Bangert <bangert@gentoo.org> :
diff --git a/net-p2p/mutella/files/digest-mutella-0.4 b/net-p2p/mutella/files/digest-mutella-0.4
new file mode 100644
index 000000000000..92133b0c5506
--- /dev/null
+++ b/net-p2p/mutella/files/digest-mutella-0.4
@@ -0,0 +1 @@
+MD5 fcfa02094d02e8c9fc7632916e50c72c mutella-0.4.tar.gz 349871
diff --git a/net-p2p/mutella/mutella-0.3.3.ebuild b/net-p2p/mutella/mutella-0.3.3.ebuild
index f62f7dde8f29..c17c3d229aa0 100644
--- a/net-p2p/mutella/mutella-0.3.3.ebuild
+++ b/net-p2p/mutella/mutella-0.3.3.ebuild
@@ -1,16 +1,17 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/mutella/mutella-0.3.3.ebuild,v 1.2 2002/06/25 11:12:27 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/mutella/mutella-0.3.3.ebuild,v 1.3 2002/07/09 21:25:47 sunflare Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Text-mode gnutella client."
SRC_URI="http://telia.dl.sourceforge.net/sourceforge/mutella/mutella-0.3.3.tar.gz"
HOMEPAGE="http://mutella.sourceforge.net"
-
-DEPEND="virtual/glibc sys-libs/readline"
-RDEPEND="$DEPEND"
SLOT="0"
LICENSE="GPL-2"
+KEYWORDS="x86"
+
+DEPEND="virtual/glibc sys-libs/readline"
+RDEPEND=${DEPEND}
src_compile() {
./configure \
diff --git a/net-p2p/mutella/mutella-0.4.ebuild b/net-p2p/mutella/mutella-0.4.ebuild
new file mode 100644
index 000000000000..e83c63aae50b
--- /dev/null
+++ b/net-p2p/mutella/mutella-0.4.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/mutella/mutella-0.4.ebuild,v 1.1 2002/07/09 21:25:47 sunflare Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="mutella is a text-mode gnutella client."
+SRC_URI="http://telia.dl.sourceforge.net/sourceforge/mutella/${P}.tar.gz"
+HOMEPAGE="http://mutella.sourceforge.net"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
+DEPEND="virtual/glibc
+ >=sys-libs/readline-4.2"
+RDEPEND=${DEPEND}
+
+src_compile() {
+ ./configure \
+ --host=${CHOST} \
+ --prefix=/usr \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man || die "./configure failed"
+ emake || die "compile problem"
+}
+
+src_install () {
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS ChangeLog COPYING INSTALL LICENSE KNOWN-BUGS README TODO
+}
+
+