summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-17 02:25:20 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-17 02:25:20 +0000
commite6412321e72f50b40a3efbdc1eddd75152f50f13 (patch)
treea01e921b158db1efc07b7506e2d8830afaf0238b /net-p2p
parentremoved audiogalaxy clients, since the protocol/site is dead now (diff)
downloadgentoo-2-e6412321e72f50b40a3efbdc1eddd75152f50f13.tar.gz
gentoo-2-e6412321e72f50b40a3efbdc1eddd75152f50f13.tar.bz2
gentoo-2-e6412321e72f50b40a3efbdc1eddd75152f50f13.zip
repoman'd
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/dc-gui/dc-gui-0.57.ebuild40
-rw-r--r--net-p2p/dc-gui/dc-gui-0.58.ebuild8
-rw-r--r--net-p2p/dc-gui/files/digest-dc-gui-0.571
-rw-r--r--net-p2p/dctc/dctc-0.82.0.ebuild27
-rw-r--r--net-p2p/dctc/dctc-0.83.1.ebuild6
-rw-r--r--net-p2p/dctc/files/digest-dctc-0.82.01
-rw-r--r--net-p2p/fidelio/ChangeLog10
-rw-r--r--net-p2p/fidelio/fidelio-0.9.6-r2.ebuild (renamed from net-p2p/fidelio/fidelio-0.9.6-r1.ebuild)22
-rw-r--r--net-p2p/fidelio/files/digest-fidelio-0.9.6-r2 (renamed from net-p2p/fidelio/files/digest-fidelio-0.9.6-r1)0
-rw-r--r--net-p2p/gift/gift-0.10.0_pre020709.ebuild3
-rw-r--r--net-p2p/gnapster/gnapster-1.5.0-r2.ebuild5
-rw-r--r--net-p2p/gnunet/gnunet-0.4.2.ebuild16
-rw-r--r--net-p2p/gnut/gnut-0.4.28.ebuild5
-rw-r--r--net-p2p/gtk-gnutella/files/digest-gtk-gnutella-0.902
-rw-r--r--net-p2p/gtk-gnutella/files/digest-gtk-gnutella-0.90-r12
-rw-r--r--net-p2p/gtk-gnutella/gtk-gnutella-0.90-r1.ebuild45
-rw-r--r--net-p2p/gtk-gnutella/gtk-gnutella-0.90-r2.ebuild7
-rw-r--r--net-p2p/gtk-gnutella/gtk-gnutella-0.90.ebuild45
-rw-r--r--net-p2p/kift/kift-0.8.1-r2.ebuild7
-rw-r--r--net-p2p/lopster/files/digest-lopster-1.0.1-r21
-rw-r--r--net-p2p/lopster/files/digest-lopster-1.0.1.200207011
-rw-r--r--net-p2p/lopster/lopster-1.0.1-r2.ebuild34
-rw-r--r--net-p2p/lopster/lopster-1.0.1.20020701.ebuild46
-rw-r--r--net-p2p/lopster/lopster-1.0.1.20020702.ebuild5
-rw-r--r--net-p2p/mldonkey/mldonkey-1.16.ebuild10
-rw-r--r--net-p2p/qtella/qtella-0.5.3-r1.ebuild6
-rw-r--r--net-p2p/soribada/soribada-0.8b.ebuild8
-rw-r--r--net-p2p/teknap/teknap-1.3g.ebuild32
28 files changed, 90 insertions, 305 deletions
diff --git a/net-p2p/dc-gui/dc-gui-0.57.ebuild b/net-p2p/dc-gui/dc-gui-0.57.ebuild
deleted file mode 100644
index 16c1a1bbb85e..000000000000
--- a/net-p2p/dc-gui/dc-gui-0.57.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/dc-gui/dc-gui-0.57.ebuild,v 1.3 2002/06/25 11:20:29 bangert Exp $
-
-S=${WORKDIR}/${P/-/_}
-DESCRIPTION="GUI for DCTC"
-SRC_URI="http://ac2i.tzo.com/dctc/${P/-/_}.tar.gz"
-HOMEPAGE="http://ac2i.tzo.com/dctc"
-SLOT="0"
-
-DEPEND="virtual/glibc
- =dev-libs/glib-1.2*
- =gnome-base/gnome-libs-1.4*
- =sys-libs/db-3.2*
- =x11-libs/gtk+-1.2*
- >=net-p2p/dctc-0.82.0"
-
-RDEPEND="nls? ( sys-devel/gettext )"
-
-src_compile() {
- local myconf
-
- use nls \
- && myconf="${myconf} --enable-nls" \
- || myconf="${myconf} --disable-nls"
-
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --host=${CHOST} \
- --with-gnome \
- ${myconf} || die
-
- emake || die
-}
-
-src_install() {
- make prefix=${D}/usr install || die
- dodoc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
-}
diff --git a/net-p2p/dc-gui/dc-gui-0.58.ebuild b/net-p2p/dc-gui/dc-gui-0.58.ebuild
index 880539462623..d85eff7be65f 100644
--- a/net-p2p/dc-gui/dc-gui-0.58.ebuild
+++ b/net-p2p/dc-gui/dc-gui-0.58.ebuild
@@ -1,15 +1,17 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/dc-gui/dc-gui-0.58.ebuild,v 1.1 2002/07/06 06:08:35 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/dc-gui/dc-gui-0.58.ebuild,v 1.2 2002/07/17 02:25:19 seemant Exp $
S=${WORKDIR}/${P/-/_}
DESCRIPTION="GUI for DCTC"
SRC_URI="http://ac2i.tzo.com/dctc/${P/-/_}.tar.gz"
HOMEPAGE="http://ac2i.tzo.com/dctc"
+
SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
-DEPEND="virtual/glibc
- =dev-libs/glib-1.2*
+DEPEND=" =dev-libs/glib-1.2*
=gnome-base/gnome-libs-1.4*
=sys-libs/db-3.2*
=x11-libs/gtk+-1.2*
diff --git a/net-p2p/dc-gui/files/digest-dc-gui-0.57 b/net-p2p/dc-gui/files/digest-dc-gui-0.57
deleted file mode 100644
index 5dc8ed8e2712..000000000000
--- a/net-p2p/dc-gui/files/digest-dc-gui-0.57
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fc1d3909a6ed2ec3b7ca24eac06ea3ff dc_gui-0.57.tar.gz 338188
diff --git a/net-p2p/dctc/dctc-0.82.0.ebuild b/net-p2p/dctc/dctc-0.82.0.ebuild
deleted file mode 100644
index 8e5801dee776..000000000000
--- a/net-p2p/dctc/dctc-0.82.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/dctc/dctc-0.82.0.ebuild,v 1.2 2002/06/25 11:12:27 bangert Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Direct Connect Text Client, almost famous file share program."
-SRC_URI="http://ac2i.tzo.com/dctc/${P}.tar.gz"
-HOMEPAGE="http://ac2i.tzo.com/dctc"
-SLOT="0"
-
-
-DEPEND="virtual/glibc
- =dev-libs/glib-1.2*
- =sys-libs/db-3.2*"
-
-src_compile() {
- econf || die
- emake || die
-}
-
-src_install() {
- einstall || die
-
- dodoc -r Documentation
-
- dodoc AUTHORS COPYING ChangeLog INSTALL KNOWN_BUGS NEWS README TODO
-}
diff --git a/net-p2p/dctc/dctc-0.83.1.ebuild b/net-p2p/dctc/dctc-0.83.1.ebuild
index 55127a295903..d23f0d720da6 100644
--- a/net-p2p/dctc/dctc-0.83.1.ebuild
+++ b/net-p2p/dctc/dctc-0.83.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/dctc/dctc-0.83.1.ebuild,v 1.1 2002/07/06 06:04:26 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/dctc/dctc-0.83.1.ebuild,v 1.2 2002/07/17 02:25:19 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Direct Connect Text Client, almost famous file share program."
@@ -8,10 +8,10 @@ SRC_URI="http://ac2i.tzo.com/dctc/${P}.tar.gz"
HOMEPAGE="http://ac2i.tzo.com/dctc"
SLOT="0"
LICENSE="GPL-2"
+KEYWORDS="x86"
-DEPEND="virtual/glibc
- =dev-libs/glib-1.2*
+DEPEND="=dev-libs/glib-1.2*
=sys-libs/db-3.2*"
src_compile() {
diff --git a/net-p2p/dctc/files/digest-dctc-0.82.0 b/net-p2p/dctc/files/digest-dctc-0.82.0
deleted file mode 100644
index 390cee8bb6a3..000000000000
--- a/net-p2p/dctc/files/digest-dctc-0.82.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 404eb4b39a948cb29ad6b6324ce4f88e dctc-0.82.0.tar.gz 225173
diff --git a/net-p2p/fidelio/ChangeLog b/net-p2p/fidelio/ChangeLog
index d95dcabc3fba..6740a9540b65 100644
--- a/net-p2p/fidelio/ChangeLog
+++ b/net-p2p/fidelio/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for net-p2p/fidelio
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/fidelio/ChangeLog,v 1.2 2002/06/25 11:12:27 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/fidelio/ChangeLog,v 1.3 2002/07/17 02:25:19 seemant Exp $
+
+*fidelio-0.9.6-r2 (16 July 2002)
+
+ 16 Jul 2002; Seemant Kulleen <seemant@gentoo.org> fidelio-0.9.6-r2
+ files/digest-fidelio-0.9.6-r2 :
+
+ Added USE dependent NLS compilation, SLOT, KEYWORDS, and LICENSE, and did
+ some dodoc'ing.
26 Jun 2002; Thilo Bangert <bangert@gentoo.org> :
diff --git a/net-p2p/fidelio/fidelio-0.9.6-r1.ebuild b/net-p2p/fidelio/fidelio-0.9.6-r2.ebuild
index 67c6ec985a0a..a90feb328959 100644
--- a/net-p2p/fidelio/fidelio-0.9.6-r1.ebuild
+++ b/net-p2p/fidelio/fidelio-0.9.6-r2.ebuild
@@ -1,16 +1,17 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/fidelio/fidelio-0.9.6-r1.ebuild,v 1.3 2002/07/11 06:30:49 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/fidelio/fidelio-0.9.6-r2.ebuild,v 1.1 2002/07/17 02:25:19 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Fidelio is a Linux/Unix client for Hotline, a proprietary protocol that combines ftp-like, irc-like and news-like functions with user authentication and permissions in one package."
-SRC_URI="http://download.sourceforge.net/fidelio/${PN}-${PV}.tar.gz"
+SRC_URI="http://download.sourceforge.net/fidelio/${P}.tar.gz"
HOMEPAGE="http://fidelio.sourceforge.net/"
+
SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
-DEPEND="virtual/glibc
- virtual/x11
- =x11-libs/gtk+-1.2*
+DEPEND="=x11-libs/gtk+-1.2*
>=gnome-base/gnome-libs-1.4.1.2
>=dev-libs/libxml2-2.4.12
esd? ( >=media-sound/esound-0.2.23 )"
@@ -21,7 +22,12 @@ src_compile() {
CXXFLAGS="${CXXFLAGS} -I/usr/include/libxml2/libxml"
export CPPFLAGS="-I/usr/include/libxml2"
export XML_CONFIG="/usr/bin/xml2-config"
- econf || die
+
+ local myconf
+
+ use nls || myconf="${myconf} --disable-nls"
+
+ econf ${myconf} || die
emake || die
}
@@ -29,6 +35,6 @@ src_compile() {
src_install () {
einstall || die
-
+
+ dodoc AUTHORS ChangeLog NEWS README TODO
}
-
diff --git a/net-p2p/fidelio/files/digest-fidelio-0.9.6-r1 b/net-p2p/fidelio/files/digest-fidelio-0.9.6-r2
index bad927354346..bad927354346 100644
--- a/net-p2p/fidelio/files/digest-fidelio-0.9.6-r1
+++ b/net-p2p/fidelio/files/digest-fidelio-0.9.6-r2
diff --git a/net-p2p/gift/gift-0.10.0_pre020709.ebuild b/net-p2p/gift/gift-0.10.0_pre020709.ebuild
index f4ee0e370062..a795210b46df 100644
--- a/net-p2p/gift/gift-0.10.0_pre020709.ebuild
+++ b/net-p2p/gift/gift-0.10.0_pre020709.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift/gift-0.10.0_pre020709.ebuild,v 1.1 2002/07/09 22:41:36 verwilst Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift/gift-0.10.0_pre020709.ebuild,v 1.2 2002/07/17 02:25:19 seemant Exp $
S=${WORKDIR}/giFT
DESCRIPTION="Lets you connect to OpenFT, a decentralised p2p network like FastTrack"
@@ -8,6 +8,7 @@ SRC_URI="http://dshieldpy.sourceforge.net/${P}.tgz"
HOMEPAGE="http://gift.sourceforge.net"
SLOT="0"
LICENSE="GPL-2"
+KEYWORDS="x86"
DEPENDS="virtual/glibc
zlib? ( >=sys-libs/zlib-1.1.4 )"
diff --git a/net-p2p/gnapster/gnapster-1.5.0-r2.ebuild b/net-p2p/gnapster/gnapster-1.5.0-r2.ebuild
index d4fdd60f9e31..335fb0a82e17 100644
--- a/net-p2p/gnapster/gnapster-1.5.0-r2.ebuild
+++ b/net-p2p/gnapster/gnapster-1.5.0-r2.ebuild
@@ -1,12 +1,15 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnapster/gnapster-1.5.0-r2.ebuild,v 1.3 2002/07/11 06:30:49 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnapster/gnapster-1.5.0-r2.ebuild,v 1.4 2002/07/17 02:25:19 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A napster client for GTK/GNOME"
SRC_URI="http://jasta.gotlinux.org/files/${P}.tar.gz"
HOMEPAGE="http://jasta.gotlinux.org/gnapster.html"
+
SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
DEPEND="=x11-libs/gtk+-1.2*
gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 )
diff --git a/net-p2p/gnunet/gnunet-0.4.2.ebuild b/net-p2p/gnunet/gnunet-0.4.2.ebuild
index 3073a754b7d4..7565431ef44c 100644
--- a/net-p2p/gnunet/gnunet-0.4.2.ebuild
+++ b/net-p2p/gnunet/gnunet-0.4.2.ebuild
@@ -1,26 +1,26 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/gnunet-0.4.2.ebuild,v 1.1 2002/07/10 18:42:29 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/gnunet-0.4.2.ebuild,v 1.2 2002/07/17 02:25:19 seemant Exp $
+S=${WORKDIR}/GNUnet-${PV}
DESCRIPTION="GNUnet is an anonymous, distributed, reputation based network."
HOMEPAGE="http://www.ovmj.org/GNUnet/index.php3"
+SRC_URI="http://www.ovmj.org/GNUnet/download/GNUnet-${PV}.tar.bz2"
+
+SLOT="0"
LICENSE="GPL-2"
+KEYWORDS="x86"
DEPEND=">=dev-libs/openssl-0.9.6d
>=sys-libs/gdbm-1.8.0
=dev-libs/glib-1.2*
=x11-libs/gtk+-1.2*
>=dev-libs/libextractor-0.1.0"
+
RDEPEND="${DEPEND}"
-SRC_URI="http://www.ovmj.org/GNUnet/download/GNUnet-${PV}.tar.bz2"
-S=${WORKDIR}/GNUnet-${PV}
src_compile () {
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man || die "./configure failed"
+ econf || die "./configure failed"
emake || die
}
diff --git a/net-p2p/gnut/gnut-0.4.28.ebuild b/net-p2p/gnut/gnut-0.4.28.ebuild
index 896af60887b2..ee26d5e25dd9 100644
--- a/net-p2p/gnut/gnut-0.4.28.ebuild
+++ b/net-p2p/gnut/gnut-0.4.28.ebuild
@@ -1,12 +1,15 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnut/gnut-0.4.28.ebuild,v 1.3 2002/07/11 06:30:49 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnut/gnut-0.4.28.ebuild,v 1.4 2002/07/17 02:25:20 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Text-mode gnutella client"
SRC_URI="http://www.gnutelliums.com/linux_unix/gnut/tars/gnut-0.4.28.tar.gz"
HOMEPAGE="http://http://www.gnutelliums.com/linux_unix/gnut/"
+
SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
DEPEND="virtual/glibc"
RDEPEND="$DEPEND"
diff --git a/net-p2p/gtk-gnutella/files/digest-gtk-gnutella-0.90 b/net-p2p/gtk-gnutella/files/digest-gtk-gnutella-0.90
deleted file mode 100644
index a56037307a79..000000000000
--- a/net-p2p/gtk-gnutella/files/digest-gtk-gnutella-0.90
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 7cdbd439c70d4b0f01c3e29b7a4229b4 gtk-gnutella-0.90.tar.gz 469236
-MD5 9159750033e3aa3988ed3fd6aa0cf65b gtk-gnutella-0.90-gentoo.patch.bz2 222634
diff --git a/net-p2p/gtk-gnutella/files/digest-gtk-gnutella-0.90-r1 b/net-p2p/gtk-gnutella/files/digest-gtk-gnutella-0.90-r1
deleted file mode 100644
index 1bda09db641e..000000000000
--- a/net-p2p/gtk-gnutella/files/digest-gtk-gnutella-0.90-r1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 7cb69df5ee8efa712a97d65b10db58d9 gtk-gnutella-0.90b2.tar.gz 478937
-MD5 c765e8b5295236e7131eb583210a7180 gtk-gnutella-0.90b2-gentoo.patch.bz2 217093
diff --git a/net-p2p/gtk-gnutella/gtk-gnutella-0.90-r1.ebuild b/net-p2p/gtk-gnutella/gtk-gnutella-0.90-r1.ebuild
deleted file mode 100644
index 38509c573ba1..000000000000
--- a/net-p2p/gtk-gnutella/gtk-gnutella-0.90-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtk-gnutella/gtk-gnutella-0.90-r1.ebuild,v 1.2 2002/07/11 06:30:49 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A GTK+ Gnutella client"
-SRC_URI="mirror://sourceforge/${PN}/${P}b2.tar.gz
- http://www.ibiblio.org/gentoo/distfiles/${P}b2-gentoo.patch.bz2"
-HOMEPAGE="http://gtk-gnutella.sourceforge.net/"
-SLOT="0"
-LICENSE="GPL"
-
-A="${P}b2.tar.gz"
-PATCH="${A/.tar.gz}-gentoo.patch.bz2"
-
-DEPEND="virtual/glibc
- =x11-libs/gtk+-1.2*"
-
-src_unpack() {
-
- unpack ${A}
- cd ${S}
- bzcat ${DISTDIR}/${PATCH}|patch -p1 || die "patching failed"
-
-}
-
-src_compile() {
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man || die
- emake || die
-}
-
-src_install () {
-
- make DESTDIR=${D} install || die
- dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO
-
- use gnome && ( \
- insinto /usr/share/gnome/apps/Internet
- doins ${FILESDIR}/gtk-gnutella.desktop
- )
-}
diff --git a/net-p2p/gtk-gnutella/gtk-gnutella-0.90-r2.ebuild b/net-p2p/gtk-gnutella/gtk-gnutella-0.90-r2.ebuild
index 48ad29e1ce6b..8bdc1b621f9d 100644
--- a/net-p2p/gtk-gnutella/gtk-gnutella-0.90-r2.ebuild
+++ b/net-p2p/gtk-gnutella/gtk-gnutella-0.90-r2.ebuild
@@ -1,16 +1,17 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtk-gnutella/gtk-gnutella-0.90-r2.ebuild,v 1.2 2002/07/11 06:30:49 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtk-gnutella/gtk-gnutella-0.90-r2.ebuild,v 1.3 2002/07/17 02:25:20 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A GTK+ Gnutella client"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
HOMEPAGE="http://gtk-gnutella.sourceforge.net/"
+
SLOT="0"
LICENSE="GPL"
+KEYWORDS="x86"
-DEPEND="virtual/glibc
- =x11-libs/gtk+-1.2*"
+DEPEND="=x11-libs/gtk+-1.2*"
src_compile() {
./configure \
diff --git a/net-p2p/gtk-gnutella/gtk-gnutella-0.90.ebuild b/net-p2p/gtk-gnutella/gtk-gnutella-0.90.ebuild
deleted file mode 100644
index 7eb87deb9f8c..000000000000
--- a/net-p2p/gtk-gnutella/gtk-gnutella-0.90.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtk-gnutella/gtk-gnutella-0.90.ebuild,v 1.3 2002/07/11 06:30:49 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A GTK+ Gnutella client"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
- http://www.ibiblio.org/gentoo/distfiles/${P}-gentoo.patch.bz2"
-HOMEPAGE="http://gtk-gnutella.sourceforge.net/"
-SLOT="0"
-LICENSE="GPL"
-
-A=${P}.tar.gz
-PATCH=${P}-gentoo.patch.bz2
-
-DEPEND="virtual/glibc
- =x11-libs/gtk+-1.2*"
-
-src_unpack() {
-
- unpack ${A}
- cd ${S}
- bzcat ${DISTDIR}/${PATCH}|patch -p1 || die "patching failed"
-
-}
-
-src_compile() {
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man || die
- emake || die
-}
-
-src_install () {
-
- make DESTDIR=${D} install || die
- dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO
-
- use gnome && ( \
- insinto /usr/share/gnome/apps/Internet
- doins ${FILESDIR}/gtk-gnutella.desktop
- )
-}
diff --git a/net-p2p/kift/kift-0.8.1-r2.ebuild b/net-p2p/kift/kift-0.8.1-r2.ebuild
index 0fb63eb395f8..ef65972af601 100644
--- a/net-p2p/kift/kift-0.8.1-r2.ebuild
+++ b/net-p2p/kift/kift-0.8.1-r2.ebuild
@@ -8,10 +8,13 @@ need-kde 3
DESCRIPTION="KDE interface for giFT"
HOMEPAGE="http://kift.sourceforge.net"
+SRC_URI="mirror://sourceforge/kift/${P}.tar.gz"
+
+SLOT="0"
LICENSE="GPL-2"
-newdepend ">=net-p2p/gift-0.10.0_pre020527"
+KEYWORDS="x86"
-SRC_URI="mirror://sourceforge/kift/${P}.tar.gz"
+newdepend ">=net-p2p/gift-0.10.0_pre020527"
src_unpack() {
diff --git a/net-p2p/lopster/files/digest-lopster-1.0.1-r2 b/net-p2p/lopster/files/digest-lopster-1.0.1-r2
deleted file mode 100644
index 48523545d52a..000000000000
--- a/net-p2p/lopster/files/digest-lopster-1.0.1-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 536e31b0864e0f5af2fe50807225e797 lopster-1.0.1.tar.gz 554722
diff --git a/net-p2p/lopster/files/digest-lopster-1.0.1.20020701 b/net-p2p/lopster/files/digest-lopster-1.0.1.20020701
deleted file mode 100644
index 780e4ab0f7d8..000000000000
--- a/net-p2p/lopster/files/digest-lopster-1.0.1.20020701
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f37328cd207f2632d89cc64af011ea33 lopster-1.0.1.20020701.tar.bz2 536490
diff --git a/net-p2p/lopster/lopster-1.0.1-r2.ebuild b/net-p2p/lopster/lopster-1.0.1-r2.ebuild
deleted file mode 100644
index b9ee88e305f0..000000000000
--- a/net-p2p/lopster/lopster-1.0.1-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/lopster/lopster-1.0.1-r2.ebuild,v 1.3 2002/07/11 06:30:49 drobbins Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="A Napster Client using GTK"
-SRC_URI="http://download.sourceforge.net/lopster/${A}"
-HOMEPAGE="http://lopster.sourceforge.net"
-SLOT="0"
-
-DEPEND="virtual/glibc nls? ( sys-devel/gettext )
- =x11-libs/gtk+-1.2*
- virtual/x11"
-
-RDEPEND="virtual/glibc
- =x11-libs/gtk+-1.2*
- virtual/x11"
-
-src_compile() {
- if [ -z "`use nls`" ] ; then
- myconf="--disable-nls"
- fi
- try ./configure --prefix=/usr --host=${CHOST} $myconf
- try make
-
-}
-
-src_install () {
-
- try make DESTDIR=${D} gnulocaledir=/usr/share/locale install
- dodoc AUTHORS BUGS COPYING README ChangeLog NEWS
-}
-
diff --git a/net-p2p/lopster/lopster-1.0.1.20020701.ebuild b/net-p2p/lopster/lopster-1.0.1.20020701.ebuild
deleted file mode 100644
index 0b2a3b68be5b..000000000000
--- a/net-p2p/lopster/lopster-1.0.1.20020701.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/lopster/lopster-1.0.1.20020701.ebuild,v 1.1 2002/07/01 15:56:41 seemant Exp $
-
-S=${WORKDIR}/${PN}
-DESCRIPTION="A Napster Client using GTK"
-SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/${P}.tar.bz2"
-HOMEPAGE="http://lopster.sourceforge.net"
-SLOT="0"
-LICENSE="GPL-2"
-
-DEPEND="=x11-libs/gtk+-1.2*"
-
-RDEPEND="nls? ( sys-devel/gettext )"
-
-src_compile() {
- local myconf
-
- ./autogen.sh
- mv po/Makevars.template po/Makevars
-
- automake m4/Makefile
- aclocal -I m4
-
- cp configure.in configure.in.orig
- sed "s:\(AM_GNU_GETTEXT\):\1([external]):" \
- configure.in.orig > configure.in
-
- myconf="--disable-nls"
-
- econf ${myconf} || die
-
- cp Makefile Makefile.orig
- sed "s:^SUBDIRS.*:SUBDIRS = m4 src po:" \
- Makefile.orig > Makefile
-
- emake || die
-
-}
-
-src_install () {
-
- einstall || die
- dodoc AUTHORS BUGS README ChangeLog NEWS TODO
-}
-
diff --git a/net-p2p/lopster/lopster-1.0.1.20020702.ebuild b/net-p2p/lopster/lopster-1.0.1.20020702.ebuild
index 7975548757e0..24b84ead1dd1 100644
--- a/net-p2p/lopster/lopster-1.0.1.20020702.ebuild
+++ b/net-p2p/lopster/lopster-1.0.1.20020702.ebuild
@@ -1,13 +1,14 @@
# Copyright 2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/lopster/lopster-1.0.1.20020702.ebuild,v 1.1 2002/07/02 13:10:38 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/lopster/lopster-1.0.1.20020702.ebuild,v 1.2 2002/07/17 02:25:20 seemant Exp $
S=${WORKDIR}/${PN}
DESCRIPTION="A Napster Client using GTK"
-SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/${P}.tar.bz2"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
HOMEPAGE="http://lopster.sourceforge.net"
SLOT="0"
LICENSE="GPL-2"
+KEYWORDS="x86"
DEPEND="=x11-libs/gtk+-1.2*"
diff --git a/net-p2p/mldonkey/mldonkey-1.16.ebuild b/net-p2p/mldonkey/mldonkey-1.16.ebuild
index e39da470c7b2..26f6d84553cd 100644
--- a/net-p2p/mldonkey/mldonkey-1.16.ebuild
+++ b/net-p2p/mldonkey/mldonkey-1.16.ebuild
@@ -1,16 +1,18 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/mldonkey-1.16.ebuild,v 1.1 2002/06/26 11:09:16 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/mldonkey-1.16.ebuild,v 1.2 2002/07/17 02:25:20 seemant Exp $
myarch=`uname -m`
S="${WORKDIR}/${PN}-shared"
DESCRIPTION="A new client for eDonkey, for file sharing."
SRC_URI="http://freesoftware.fsf.org/download/mldonkey/${P}.shared.${myarch}-Linux.tar.bz2"
HOMEPAGE="http://go.to/mldonkey"
-LICENSE="GPL-2"
-DEPEND="${RDEPEND}"
-RDEPEND="gtk? ( x11-libs/gtk+ )"
+
SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
+DEPEND="gtk? ( x11-libs/gtk+ )"
src_compile() {
einfo "Nothing to compile for ${P}."
diff --git a/net-p2p/qtella/qtella-0.5.3-r1.ebuild b/net-p2p/qtella/qtella-0.5.3-r1.ebuild
index ea51ab7caef7..9832080605b3 100644
--- a/net-p2p/qtella/qtella-0.5.3-r1.ebuild
+++ b/net-p2p/qtella/qtella-0.5.3-r1.ebuild
@@ -1,18 +1,20 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/qtella/qtella-0.5.3-r1.ebuild,v 1.1 2002/07/04 23:48:09 verwilst Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/qtella/qtella-0.5.3-r1.ebuild,v 1.2 2002/07/17 02:25:20 seemant Exp $
use kde && inherit kde-base
use kde && need-kde 3
use kde || DEPEND="$DEPEND >=x11-libs/qt-3*"
-LICENSE="GPL-2"
S=${WORKDIR}/${P}
SRC_URI="mirror://sourceforge/qtella/${P}.tar.gz"
HOMEPAGE="http://www.qtella.net"
DESCRIPTION="Excellent QT/KDE Gnutella Client"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
src_compile() {
diff --git a/net-p2p/soribada/soribada-0.8b.ebuild b/net-p2p/soribada/soribada-0.8b.ebuild
index e44a31ee88d4..5c507ab63f94 100644
--- a/net-p2p/soribada/soribada-0.8b.ebuild
+++ b/net-p2p/soribada/soribada-0.8b.ebuild
@@ -1,14 +1,16 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/soribada/soribada-0.8b.ebuild,v 1.2 2002/07/11 06:30:49 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/soribada/soribada-0.8b.ebuild,v 1.3 2002/07/17 02:25:20 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Soribada (korean napster clone) client for linux"
SRC_URI="http://soribada.kldp.org/depot/${P}.tar.gz"
HOMEPAGE="http://soribada.kldp.org"
-DEPEND="virtual/x11
- >=x11-libs/gtk+-1.2.0"
+DEPEND=">=x11-libs/gtk+-1.2.0"
+
SLOT="0"
+LICENSE="GPL"
+KEYWORDS="x86"
src_compile() {
./configure \
diff --git a/net-p2p/teknap/teknap-1.3g.ebuild b/net-p2p/teknap/teknap-1.3g.ebuild
index 94a217c488fe..c578878e05d9 100644
--- a/net-p2p/teknap/teknap-1.3g.ebuild
+++ b/net-p2p/teknap/teknap-1.3g.ebuild
@@ -1,34 +1,31 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/teknap/teknap-1.3g.ebuild,v 1.3 2002/07/11 06:30:49 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/teknap/teknap-1.3g.ebuild,v 1.4 2002/07/17 02:25:20 seemant Exp $
MY_P=TekNap-${PV}
S=${WORKDIR}/TekNap
DESCRIPTION="TekNap is a console Napster/OpenNap client"
SRC_URI="ftp://ftp.teknap.com/pub/TekNap/${MY_P}.tar.gz"
HOMEPAGE="http://www.TekNap.com/"
+
SLOT="0"
+KEYWORDS="x86"
+LICENSE="as-is"
DEPEND="virtual/glibc >=sys-libs/ncurses-5.2
- gtk? ( =x11-libs/gtk+-1.2* )
- tcpd? ( sys-apps/tcp-wrappers )
- xmms? ( media-sound/xmms )"
+ gtk? ( =x11-libs/gtk+-1.2* )
+ tcpd? ( sys-apps/tcp-wrappers )
+ xmms? ( media-sound/xmms )"
src_compile() {
local myconf
- if [ "`use gtk`" ] ; then
- myconf="--with-gtk"
- fi
- if [ "`use tcpd`" ] ; then
- myconf="${myconf} --enable-wrap"
- fi
- if [ "`use xmms`" ] ; then
- myconf="${myconf} --enable-xmms"
- fi
- if [ "`use ipv6`" ] ; then
- myconf="${myconf} --enable-ipv6"
- fi
-
+ use gtk && myconf="--with-gtk"
+
+ use tcpd && myconf="${myconf} --enable-wrap"
+
+ use xmms && myconf="${myconf} --enable-xmms"
+
+ use ipv6 && myconf="${myconf} --enable-ipv6"
myconf="${myconf} --enable-cdrom"
econf ${myconf} || die
@@ -51,4 +48,3 @@ src_install () {
dodoc *.txt TekNap.faq bugs link-guidelines macosx.notes
doman TekNap.1
}
-