summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-17 09:39:57 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-17 09:39:57 +0000
commit5792409ecf2b4ec76767208e59eddf27b305617e (patch)
tree06386c7d64ace8e1354aef44a2ec17c8ee4ad30b /net-ftp
parentrepoman'd (diff)
downloadhistorical-5792409ecf2b4ec76767208e59eddf27b305617e.tar.gz
historical-5792409ecf2b4ec76767208e59eddf27b305617e.tar.bz2
historical-5792409ecf2b4ec76767208e59eddf27b305617e.zip
repoman'd
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/curl/curl-7.9.1.ebuild32
-rw-r--r--net-ftp/curl/curl-7.9.3.ebuild32
-rw-r--r--net-ftp/curl/curl-7.9.7.ebuild22
-rw-r--r--net-ftp/curl/files/digest-curl-7.9.11
-rw-r--r--net-ftp/curl/files/digest-curl-7.9.31
-rw-r--r--net-ftp/deadftp/deadftp-0.1.3.ebuild24
-rw-r--r--net-ftp/easyftp/easyftp-6_beta.ebuild16
-rw-r--r--net-ftp/ftpcube/files/digest-ftpcube-0.3.11
-rw-r--r--net-ftp/ftpcube/files/digest-ftpcube-0.3.21
-rw-r--r--net-ftp/ftpcube/files/digest-ftpcube-0.3.2-r11
-rw-r--r--net-ftp/ftpcube/ftpcube-0.3.1.ebuild28
-rw-r--r--net-ftp/ftpcube/ftpcube-0.3.2-r1.ebuild27
-rw-r--r--net-ftp/ftpcube/ftpcube-0.3.2-r2.ebuild8
-rw-r--r--net-ftp/ftpcube/ftpcube-0.3.2.ebuild28
-rw-r--r--net-ftp/gftp/files/digest-gftp-2.0.121
-rw-r--r--net-ftp/gftp/gftp-2.0.12-r2.ebuild35
-rw-r--r--net-ftp/gftp/gftp-2.0.12.ebuild28
-rw-r--r--net-ftp/kbear/kbear-1.2.1-r2.ebuild8
-rw-r--r--net-ftp/kbear/kbear-2.0_alpha1.ebuild9
-rw-r--r--net-ftp/lftp/lftp-2.5.4-r1.ebuild14
-rw-r--r--net-ftp/lukemftp/files/digest-lukemftp-1.5-r31
-rw-r--r--net-ftp/lukemftp/lukemftp-1.5-r3.ebuild47
-rw-r--r--net-ftp/lukemftp/lukemftp-1.5-r4.ebuild6
-rw-r--r--net-ftp/ncftp/files/digest-ncftp-3.1.31
-rw-r--r--net-ftp/ncftp/ncftp-3.1.3.ebuild29
-rw-r--r--net-ftp/ncftp/ncftp-3.1.4.ebuild7
-rw-r--r--net-ftp/oftpd/oftpd-0.3.6-r7.ebuild6
-rw-r--r--net-ftp/proftpd/proftpd-1.2.5-r1.ebuild4
-rw-r--r--net-ftp/pure-ftpd/pure-ftpd-1.0.11-r1.ebuild10
-rw-r--r--net-ftp/pure-ftpd/pure-ftpd-1.0.8-r1.ebuild9
-rw-r--r--net-ftp/pycurl/pycurl-0.4.5.ebuild6
-rw-r--r--net-ftp/vsftpd/vsftpd-1.0.1-r1.ebuild10
-rw-r--r--net-ftp/yafc/files/digest-yafc-0.7.2-r11
-rw-r--r--net-ftp/yafc/yafc-0.7.2-r1.ebuild27
-rw-r--r--net-ftp/yafc/yafc-0.7.9.ebuild19
35 files changed, 119 insertions, 381 deletions
diff --git a/net-ftp/curl/curl-7.9.1.ebuild b/net-ftp/curl/curl-7.9.1.ebuild
deleted file mode 100644
index 976cc123a5c0..000000000000
--- a/net-ftp/curl/curl-7.9.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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-ftp/curl/curl-7.9.1.ebuild,v 1.2 2002/07/11 06:30:46 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A Client that groks URLs"
-SRC_URI="http://curl.haxx.se/download/${P}.tar.gz"
-HOMEPAGE="http://curl.haxx.se"
-
-DEPEND=">=sys-libs/glibc-2.1.3 >=sys-libs/pam-0.75 ssl? ( >=dev-libs/openssl-0.9.6a )"
-
-src_compile() {
- local myconf
- if [ "`use ssl`" ]
- then
- myconf="--with-ssl"
- else
- myconf="--without-ssl"
- fi
- cd ${S}
- ./configure --prefix=/usr --mandir=/usr/share/man $myconf || die
- emake || die
-
-}
-
-src_install () {
- cd ${S}
- make install DESTDIR=${D} || die
- dodoc LEGAL CHANGES README
- dodoc docs/FEATURES docs/INSTALL docs/INTERNALS docs/LIBCURL
- dodoc docs/MANUAL docs/FAQ docs/BUGS docs/CONTRIBUTE
-}
diff --git a/net-ftp/curl/curl-7.9.3.ebuild b/net-ftp/curl/curl-7.9.3.ebuild
deleted file mode 100644
index f3d9cb3a3bc3..000000000000
--- a/net-ftp/curl/curl-7.9.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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-ftp/curl/curl-7.9.3.ebuild,v 1.2 2002/07/11 06:30:46 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A Client that groks URLs"
-SRC_URI="http://curl.haxx.se/download/${P}.tar.gz"
-HOMEPAGE="http://curl.haxx.se"
-
-DEPEND=">=sys-libs/glibc-2.1.3 >=sys-libs/pam-0.75 ssl? ( >=dev-libs/openssl-0.9.6a )"
-
-src_compile() {
- local myconf
- if [ "`use ssl`" ]
- then
- myconf="--with-ssl"
- else
- myconf="--without-ssl"
- fi
- cd ${S}
- ./configure --prefix=/usr --mandir=/usr/share/man $myconf || die
- emake || die
-
-}
-
-src_install () {
- cd ${S}
- make install DESTDIR=${D} || die
- dodoc LEGAL CHANGES README
- dodoc docs/FEATURES docs/INSTALL docs/INTERNALS docs/LIBCURL
- dodoc docs/MANUAL docs/FAQ docs/BUGS docs/CONTRIBUTE
-}
diff --git a/net-ftp/curl/curl-7.9.7.ebuild b/net-ftp/curl/curl-7.9.7.ebuild
index a9634ab3433d..300d951cc6e0 100644
--- a/net-ftp/curl/curl-7.9.7.ebuild
+++ b/net-ftp/curl/curl-7.9.7.ebuild
@@ -1,24 +1,28 @@
# 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-ftp/curl/curl-7.9.7.ebuild,v 1.2 2002/07/11 06:30:46 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/curl/curl-7.9.7.ebuild,v 1.3 2002/07/17 09:39:57 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A Client that groks URLs"
SRC_URI="http://curl.haxx.se/download/${P}.tar.gz"
HOMEPAGE="http://curl.haxx.se"
-DEPEND=">=sys-libs/glibc-2.1.3 >=sys-libs/pam-0.75 ssl? ( >=dev-libs/openssl-0.9.6a )"
+DEPEND=">=sys-libs/pam-0.75
+ ssl? ( >=dev-libs/openssl-0.9.6a )"
+
+SLOT="0"
+LICENSE="MPL X11"
+KEYWORDS="x86"
src_compile() {
+
local myconf
- if [ "`use ssl`" ]
- then
- myconf="--with-ssl"
- else
- myconf="--without-ssl"
- fi
+ use ssl \
+ && myconf="--with-ssl" \
+ || myconf="--without-ssl"
+
cd ${S}
- ./configure --prefix=/usr --mandir=/usr/share/man $myconf || die
+ econf ${myconf} || die
emake || die
}
diff --git a/net-ftp/curl/files/digest-curl-7.9.1 b/net-ftp/curl/files/digest-curl-7.9.1
deleted file mode 100644
index 99f51fd44b4b..000000000000
--- a/net-ftp/curl/files/digest-curl-7.9.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 73cf0be342f8c3c8ef789e958d41bfdf curl-7.9.1.tar.gz 639990
diff --git a/net-ftp/curl/files/digest-curl-7.9.3 b/net-ftp/curl/files/digest-curl-7.9.3
deleted file mode 100644
index 97cfc0b03811..000000000000
--- a/net-ftp/curl/files/digest-curl-7.9.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8cbd22b122e5275a07aa4d42830e2483 curl-7.9.3.tar.gz 688040
diff --git a/net-ftp/deadftp/deadftp-0.1.3.ebuild b/net-ftp/deadftp/deadftp-0.1.3.ebuild
index 32b6649189fd..8411a8ed85cc 100644
--- a/net-ftp/deadftp/deadftp-0.1.3.ebuild
+++ b/net-ftp/deadftp/deadftp-0.1.3.ebuild
@@ -1,38 +1,32 @@
# 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-ftp/deadftp/deadftp-0.1.3.ebuild,v 1.1 2002/07/09 10:10:34 stroke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/deadftp/deadftp-0.1.3.ebuild,v 1.2 2002/07/17 09:39:57 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Gnome based FTP Client"
-SRC_URI="http://unc.dl.sourceforge.net/sourceforge/deadftp/${P}.tar.bz2"
+SRC_URI="mirror://sourceforge/deadftp/${P}.tar.bz2"
HOMEPAGE="http://deadftp.sourceforge.net"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="*"
+KEYWORDS="x86 ppc"
DEPEND="=dev-libs/glib-1.2*
=x11-libs/gtk+-1.2*
- ( >=gnome-base/libglade-0.17
- <gnome-base/libglade-2.0.0 )
+ =gnome-base/libglade-0.17*
>=media-libs/gdk-pixbuf-0.18.0
>=gnome-base/ORBit-0.5.16
>=gnome-base/gnome-libs-1.4.1.7"
-RDEPEND="${DEPEND}
- nls? ( >=sys-devel/gettext-0.10.40 >=dev-util/intltool-0.11 )"
+RDEPEND="nls? ( >=sys-devel/gettext-0.10.40
+ >=dev-util/intltool-0.11 )"
src_compile() {
local myconf
- if [ -z "`use nls`" ] ; then
- myconf="--disable-nls"
- fi
-
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --mandir=/usr/share/man ${myconf} || die
+ use nls || myconf="--disable-nls"
+
+ econf ${myconf} || die
emake || die
}
diff --git a/net-ftp/easyftp/easyftp-6_beta.ebuild b/net-ftp/easyftp/easyftp-6_beta.ebuild
index 7ac9b18a2ca1..822df3de5b54 100644
--- a/net-ftp/easyftp/easyftp-6_beta.ebuild
+++ b/net-ftp/easyftp/easyftp-6_beta.ebuild
@@ -1,23 +1,25 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/easyftp/easyftp-6_beta.ebuild,v 1.1 2002/05/27 00:58:52 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/easyftp/easyftp-6_beta.ebuild,v 1.2 2002/07/17 09:39:57 seemant Exp $
+S=${WORKDIR}
DESCRIPTION="An EASY GUI FTP Client (QT based)"
HOMEPAGE="http://freshmeat.net/projects/easyftp/"
-LICENSE="GPL"
-DEPEND="=x11-libs/qt-3*"
SRC_URI="http://backen.dyndns.org/files/easyFTPb6.tar"
-S=${WORKDIR}
+DEPEND="=x11-libs/qt-3*"
+
+SLOT="0"
+LICENSE="GPL"
+KEYWORDS="x86"
src_compile() {
emake || die
}
src_install () {
- mkdir ${D}/usr/
- mkdir ${D}/usr/bin/
- cp ./easyFTP ${D}/usr/bin/
+ exeinto /usr/bin/
+ doexe easyFTP
dodoc README
}
diff --git a/net-ftp/ftpcube/files/digest-ftpcube-0.3.1 b/net-ftp/ftpcube/files/digest-ftpcube-0.3.1
deleted file mode 100644
index bf8873f6cf97..000000000000
--- a/net-ftp/ftpcube/files/digest-ftpcube-0.3.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e23f1f59a3c65773dfc17e3454cf4fd0 ftpcube-0.3.1.tar.gz 64935
diff --git a/net-ftp/ftpcube/files/digest-ftpcube-0.3.2 b/net-ftp/ftpcube/files/digest-ftpcube-0.3.2
deleted file mode 100644
index dfbbf655c9ba..000000000000
--- a/net-ftp/ftpcube/files/digest-ftpcube-0.3.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0786b2466030dc4f63e9619d5b7c0566 ftpcube-0.3.2.tar.gz 82407
diff --git a/net-ftp/ftpcube/files/digest-ftpcube-0.3.2-r1 b/net-ftp/ftpcube/files/digest-ftpcube-0.3.2-r1
deleted file mode 100644
index dfbbf655c9ba..000000000000
--- a/net-ftp/ftpcube/files/digest-ftpcube-0.3.2-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0786b2466030dc4f63e9619d5b7c0566 ftpcube-0.3.2.tar.gz 82407
diff --git a/net-ftp/ftpcube/ftpcube-0.3.1.ebuild b/net-ftp/ftpcube/ftpcube-0.3.1.ebuild
deleted file mode 100644
index 7ecfec11eea3..000000000000
--- a/net-ftp/ftpcube/ftpcube-0.3.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.3.1.ebuild,v 1.2 2002/06/13 15:32:29 bass Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A graphical FTP client written in Python with GTK bindings."
-SRC_URI="http://unc.dl.sourceforge.net/sourceforge/ftpcube/${P}.tar.gz"
-HOMEPAGE="http://ftpcube.sourceforge.net/"
-LICENSE="Artistic"
-DEPEND="dev-python/pygtk"
-RDEPEND="${DEPEND}"
-SLOT="0"
-
-src_unpack() {
- unpack ${P}.tar.gz
- cd ${WORKDIR}/${P}
- patch setup.cfg < ${FILESDIR}/setup.cfg.patch || die "config patch failed"
-}
-
-src_compile() {
- python setup.py build || die "make failed"
-}
-
-src_install () {
- python setup.py install || die "install failed"
- dodoc CHANGELOG README
-}
-
diff --git a/net-ftp/ftpcube/ftpcube-0.3.2-r1.ebuild b/net-ftp/ftpcube/ftpcube-0.3.2-r1.ebuild
deleted file mode 100644
index 7f4044f1ce1b..000000000000
--- a/net-ftp/ftpcube/ftpcube-0.3.2-r1.ebuild
+++ /dev/null
@@ -1,27 +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-ftp/ftpcube/ftpcube-0.3.2-r1.ebuild,v 1.2 2002/06/17 22:38:02 bass Exp $
-
-S="${WORKDIR}/${P}"
-DESCRIPTION="Graphic ftp client written in python and gtk"
-SRC_URI="mirror://sourceforge/ftpcube/${P}.tar.gz"
-HOMEPAGE="ftpcube.sf.net"
-LICENSE="Artistic"
-DEPEND="dev-python/pygtk"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- python setup.py clean || die "clean fails"
-}
-
-src_install() {
- dobin ftpcube
- dodir /usr/lib/python2.2/site-packages/libftpcube
- insinto /usr/lib/python2.2/site-packages/libftpcube
- doins libftpcube/*
- dodir /usr/share/ftpcube/icons
- insinto /usr/share/ftpcube/icons
- doins icons/*
- dosym /usr/share/ftpcube/icons/ftpcube.xpm /usr/share/icons
- dodoc CHANGELOG README
-}
diff --git a/net-ftp/ftpcube/ftpcube-0.3.2-r2.ebuild b/net-ftp/ftpcube/ftpcube-0.3.2-r2.ebuild
index 4efc9b9a0314..8359c60e2403 100644
--- a/net-ftp/ftpcube/ftpcube-0.3.2-r2.ebuild
+++ b/net-ftp/ftpcube/ftpcube-0.3.2-r2.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-ftp/ftpcube/ftpcube-0.3.2-r2.ebuild,v 1.1 2002/06/22 02:40:35 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.3.2-r2.ebuild,v 1.2 2002/07/17 09:39:57 seemant Exp $
S="${WORKDIR}/${P}"
DESCRIPTION="Graphic ftp client written in python and gtk"
SRC_URI="mirror://sourceforge/ftpcube/${P}.tar.gz"
HOMEPAGE="ftpcube.sf.net"
+DEPEND="<dev-python/pygtk-1.99.0"
+
+SLOT="0"
LICENSE="Artistic"
-DEPEND="( <dev-python/pygtk-1.99.0 )"
-RDEPEND="${DEPEND}"
+KEYWORDS="x86"
src_compile() {
python setup.py clean || die "clean fails"
diff --git a/net-ftp/ftpcube/ftpcube-0.3.2.ebuild b/net-ftp/ftpcube/ftpcube-0.3.2.ebuild
deleted file mode 100644
index 22b1a91fca92..000000000000
--- a/net-ftp/ftpcube/ftpcube-0.3.2.ebuild
+++ /dev/null
@@ -1,28 +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-ftp/ftpcube/ftpcube-0.3.2.ebuild,v 1.2 2002/06/16 23:53:35 bass Exp $
-
-S="${WORKDIR}/${P}"
-DESCRIPTION="Graphic ftp client written in python and gtk"
-SRC_URI="mirror://sourceforge/ftpcube/${P}.tar.gz"
-HOMEPAGE="ftpcube.sf.net"
-LICENSE="Artistic"
-DEPEND="dev-python/pygtk"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- unpack "${P}.tar.gz"
- cd "${S}"
- patch setup.cfg < ${FILESDIR}/setup.cfg.patch || die "patch failed"
-}
-
-src_compile() {
- python setup.py clean || die "clean fails"
- python setup.py build || die "build failled"
-}
-
-src_install() {
- python setup.py install || die "install failled"
- dosym /usr/share/ftpcube/icons/ftpcube.xpm /usr/share/icons
- dodoc CHANGELOG COPYING PKG-INFO README
-}
diff --git a/net-ftp/gftp/files/digest-gftp-2.0.12 b/net-ftp/gftp/files/digest-gftp-2.0.12
deleted file mode 100644
index 7130ef485bb1..000000000000
--- a/net-ftp/gftp/files/digest-gftp-2.0.12
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cda2957361b42e51e80a1d63610ba8b0 gftp-2.0.12.tar.gz 940715
diff --git a/net-ftp/gftp/gftp-2.0.12-r2.ebuild b/net-ftp/gftp/gftp-2.0.12-r2.ebuild
index 17bea0acd45d..cb4979c13535 100644
--- a/net-ftp/gftp/gftp-2.0.12-r2.ebuild
+++ b/net-ftp/gftp/gftp-2.0.12-r2.ebuild
@@ -1,38 +1,37 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/gftp/gftp-2.0.12-r2.ebuild,v 1.1 2002/07/06 23:30:33 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/gftp/gftp-2.0.12-r2.ebuild,v 1.2 2002/07/17 09:39:57 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Gnome based FTP Client"
SRC_URI="http://www.gftp.org/${P}.tar.gz"
HOMEPAGE="http://www.gftp.org"
-LICENSE="GPL-2"
+
SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
# very generic depends. it should be that way.
-DEPEND="x11-libs/gtk+
- dev-libs/glib
- >=x11-base/xfree-4.1.0
- gtk2? ( >=x11-libs/gtk+-2.0.0 )
- nls? ( sys-devel/gettext )"
+DEPEND="virtual/x11
+ gtk2? ( >=x11-libs/gtk+-2.0.0 )"
-RDEPEND="${DEPEND}"
+RDEPEND="nls? ( sys-devel/gettext )"
src_compile() {
- local myconf
- if [ -z "`use nls`" ] ; then
- myconf="--disable-nls"
- fi
- use gtk2 && myconf="${myconf} --enable-gtk20"
- ./configure --host=${CHOST} --prefix=/usr --mandir=/usr/share/man ${myconf} || die
- emake || die
+ local myconf
+
+ use nls || myconf="--disable-nls"
+ use gtk2 && myconf="${myconf} --enable-gtk20"
+
+ econf ${myconf} || die
+ emake || die
}
src_install() {
- make prefix=${D}/usr mandir=${D}/usr/share/man install || die
+ make prefix=${D}/usr mandir=${D}/usr/share/man install || die
- dodoc COPYING ChangeLog README* THANKS TODO
- dodoc docs/USERS-GUIDE
+ dodoc COPYING ChangeLog README* THANKS TODO
+ dodoc docs/USERS-GUIDE
}
diff --git a/net-ftp/gftp/gftp-2.0.12.ebuild b/net-ftp/gftp/gftp-2.0.12.ebuild
deleted file mode 100644
index 04e332b197ae..000000000000
--- a/net-ftp/gftp/gftp-2.0.12.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-S=${WORKDIR}/${P}
-DESCRIPTION="Gnome based FTP Client"
-SRC_URI="http://www.gftp.org/${P}.tar.gz"
-HOMEPAGE="http://www.gftp.org"
-
-DEPEND="=x11-libs/gtk+-1.2*
- =dev-libs/glib-1.2*
- >=x11-base/xfree-4.1.0
- nls? ( sys-devel/gettext )"
-
-
-src_compile() {
- local myconf
- if [ -z "`use nls`" ] ; then
- myconf="--disable-nls"
- fi
- ./configure --host=${CHOST} --prefix=/usr --mandir=/usr/share/man ${myconf} || die
- emake || die
-}
-
-src_install() {
-
- make prefix=${D}/usr mandir=${D}/usr/share/man install || die
-
- dodoc COPYING ChangeLog README* THANKS TODO
- dodoc docs/USERS-GUIDE
-
-}
diff --git a/net-ftp/kbear/kbear-1.2.1-r2.ebuild b/net-ftp/kbear/kbear-1.2.1-r2.ebuild
index 14c894500a3f..0cac9fdd03df 100644
--- a/net-ftp/kbear/kbear-1.2.1-r2.ebuild
+++ b/net-ftp/kbear/kbear-1.2.1-r2.ebuild
@@ -1,13 +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-ftp/kbear/kbear-1.2.1-r2.ebuild,v 1.4 2002/07/11 06:30:46 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/kbear/kbear-1.2.1-r2.ebuild,v 1.5 2002/07/17 09:39:57 seemant Exp $
inherit kde-base || die
DESCRIPTION="An FTP Manager"
-SRC_URI="http://download.sourceforge.net/kbear/${P}.src.tar.bz2"
+SRC_URI="mirror://sourceforge/kbear/${P}.src.tar.bz2"
HOMEPAGE="http://kbear.sourceforge.net"
+SLOT="1"
+LICENSE="GPL"
+KEYWORDS="x86"
+
need-kde 2.1.1
src_unpack() {
diff --git a/net-ftp/kbear/kbear-2.0_alpha1.ebuild b/net-ftp/kbear/kbear-2.0_alpha1.ebuild
index 38a192162c26..0aab5e4e2092 100644
--- a/net-ftp/kbear/kbear-2.0_alpha1.ebuild
+++ b/net-ftp/kbear/kbear-2.0_alpha1.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-ftp/kbear/kbear-2.0_alpha1.ebuild,v 1.3 2002/07/11 06:30:46 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/kbear/kbear-2.0_alpha1.ebuild,v 1.4 2002/07/17 09:39:57 seemant Exp $
inherit kde-base || die
S=${WORKDIR}/kbear-2.0alpha1
-LICENSE="GPL-2"
DESCRIPTION="An FTP Manager"
-SRC_URI="http://us.dl.sourceforge.net/kbear/kbear-2.0alpha1.tar.bz2"
+SRC_URI="mirror://sourceforge/kbear/kbear-2.0alpha1.tar.bz2"
HOMEPAGE="http://kbear.sourceforge.net"
-LICENSE="GPL-2"
+
SLOT="2"
+LICENSE="GPL-2"
+KEYWORDS="x86"
need-kde 3
diff --git a/net-ftp/lftp/lftp-2.5.4-r1.ebuild b/net-ftp/lftp/lftp-2.5.4-r1.ebuild
index ab89c2e2346b..9e16b845f8bb 100644
--- a/net-ftp/lftp/lftp-2.5.4-r1.ebuild
+++ b/net-ftp/lftp/lftp-2.5.4-r1.ebuild
@@ -1,18 +1,20 @@
# 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-ftp/lftp/lftp-2.5.4-r1.ebuild,v 1.2 2002/07/05 19:08:00 stroke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-2.5.4-r1.ebuild,v 1.3 2002/07/17 09:39:57 seemant Exp $
+S=${WORKDIR}/${P}
DESCRIPTION="LFTP is a sophisticated ftp/http client, file transfer program."
HOMEPAGE="http://ftp.yars.free.net/projects/lftp/"
-
-S=${WORKDIR}/${P}
SRC_URI="http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/${P}.tar.bz2"
-RDEPEND="virtual/glibc
- >=sys-libs/ncurses-5.1
+DEPEND=">=sys-libs/ncurses-5.1
ssl? ( >=dev-libs/openssl-0.9.6 )"
-DEPEND="${RDEPEND} nls? ( sys-devel/gettext )"
+RDEPEND="nls? ( sys-devel/gettext )"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
src_compile() {
diff --git a/net-ftp/lukemftp/files/digest-lukemftp-1.5-r3 b/net-ftp/lukemftp/files/digest-lukemftp-1.5-r3
deleted file mode 100644
index f6d3378a1238..000000000000
--- a/net-ftp/lukemftp/files/digest-lukemftp-1.5-r3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0cd0fc2e3fca21ca56647b2e1142a01a lukemftp-1.5.tar.gz 264861
diff --git a/net-ftp/lukemftp/lukemftp-1.5-r3.ebuild b/net-ftp/lukemftp/lukemftp-1.5-r3.ebuild
deleted file mode 100644
index 176890e0030f..000000000000
--- a/net-ftp/lukemftp/lukemftp-1.5-r3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 2000-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/lukemftp/lukemftp-1.5-r3.ebuild,v 1.3 2002/05/04 03:42:50 woodchip Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="NetBSD FTP client with several advanced features"
-SRC_URI="ftp://ftp.netbsd.org/pub/NetBSD/misc/lukemftp/${P}.tar.gz"
-
-DEPEND="virtual/glibc >=sys-libs/ncurses-5.1"
-LICENSE="as-is"
-SLOT="0"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- # Adds a command line option: -s, which produces clean, informative output.
- # Shows progess status, ETA, transfer speed, no server responses or login messages.
- # ~woodchip
- cp src/main.c src/main.orig
- sed -e "s/Aadefgino:pP:r:RtT:u:vV/Aadefgino:pP:r:RstT:u:vV/" \
- -e "s/case 't'/case 's':\n\t\t\tverbose = 0;\n\t\t\tprogress = 1;\n\t\t\tbreak;\n\n\t\t&/" \
- src/main.orig > src/main.c
-}
-
-src_compile() {
- local myconf
- use ipv6 || myconf="${myconf} --disable-ipv6"
-
- ./configure \
- --prefix=/usr \
- --enable-editcomplete \
- --host=${CHOST} ${myconf} || die "bad ./configure"
-
- emake || die "compile problem"
-}
-
-src_install() {
- dodoc COPYING ChangeLog README* THANKS NEWS
- newbin src/ftp lukemftp
- newman src/ftp.1 lukemftp.1
-
- if [ ! -e /usr/bin/ftp ]; then
- cd ${D}/usr/bin
- ln -s lukemftp ftp
- fi
-}
diff --git a/net-ftp/lukemftp/lukemftp-1.5-r4.ebuild b/net-ftp/lukemftp/lukemftp-1.5-r4.ebuild
index 68ab675d7f97..420221536130 100644
--- a/net-ftp/lukemftp/lukemftp-1.5-r4.ebuild
+++ b/net-ftp/lukemftp/lukemftp-1.5-r4.ebuild
@@ -1,14 +1,16 @@
# Copyright 2000-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/lukemftp/lukemftp-1.5-r4.ebuild,v 1.1 2002/05/22 21:19:33 woodchip Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/lukemftp/lukemftp-1.5-r4.ebuild,v 1.2 2002/07/17 09:39:57 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="NetBSD FTP client with several advanced features"
SRC_URI="ftp://ftp.netbsd.org/pub/NetBSD/misc/lukemftp/${P}.tar.gz"
HOMEPAGE="ftp://ftp.netbsd.org/pub/NetBSD/misc/lukemftp/"
DEPEND="virtual/glibc >=sys-libs/ncurses-5.1"
-LICENSE="as-is"
+
SLOT="0"
+LICENSE="as-is"
+KEYWORDS="x86"
src_unpack() {
unpack ${A}
diff --git a/net-ftp/ncftp/files/digest-ncftp-3.1.3 b/net-ftp/ncftp/files/digest-ncftp-3.1.3
deleted file mode 100644
index 400318c596cb..000000000000
--- a/net-ftp/ncftp/files/digest-ncftp-3.1.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 bf0739712f845d36878414b91d521e7f ncftp-3.1.3-src.tar.bz2 389019
diff --git a/net-ftp/ncftp/ncftp-3.1.3.ebuild b/net-ftp/ncftp/ncftp-3.1.3.ebuild
deleted file mode 100644
index be3b5bad5878..000000000000
--- a/net-ftp/ncftp/ncftp-3.1.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/ncftp/ncftp-3.1.3.ebuild,v 1.3 2002/07/16 04:54:32 seemant Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="An extremely configurable ftp client"
-SRC_URI="ftp://ftp.ncftp.com/ncftp/${P}-src.tar.bz2"
-HOMEPAGE="http://www.ncftp.com/"
-DEPEND="virtual/glibc
- >=sys-libs/ncurses-5.2"
-
-SLOT="0"
-LICENSE="Clarified-Artistic"
-KEYWORDS="x86 ppc"
-
-src_compile() {
- ./configure --prefix=/usr --host=${CHOST} \
- --mandir=/usr/share/man || die
-
- emake || die
-}
-
-src_install() {
- dodir /usr/share
- make prefix=${D}/usr mandir=${D}/usr/share/man install || die
-
- dodoc CHANGELOG FIREWALL-PROXY-README LICENSE.txt
- dodoc READLINE-README README WHATSNEW-3.0
-}
diff --git a/net-ftp/ncftp/ncftp-3.1.4.ebuild b/net-ftp/ncftp/ncftp-3.1.4.ebuild
index f9f75379991d..61b7142f2976 100644
--- a/net-ftp/ncftp/ncftp-3.1.4.ebuild
+++ b/net-ftp/ncftp/ncftp-3.1.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/ncftp/ncftp-3.1.4.ebuild,v 1.3 2002/07/16 04:54:32 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/ncftp/ncftp-3.1.4.ebuild,v 1.4 2002/07/17 09:39:57 seemant Exp $
S=${WORKDIR}/${P}
@@ -15,9 +15,8 @@ LICENSE="Clarified-Artistic"
KEYWORDS="x86 ppc"
src_compile() {
- ./configure --prefix=/usr --host=${CHOST} \
- --mandir=/usr/share/man || die
-
+
+ econf || die
emake || die
}
diff --git a/net-ftp/oftpd/oftpd-0.3.6-r7.ebuild b/net-ftp/oftpd/oftpd-0.3.6-r7.ebuild
index c1e7d30ef77a..301c86098d0d 100644
--- a/net-ftp/oftpd/oftpd-0.3.6-r7.ebuild
+++ b/net-ftp/oftpd/oftpd-0.3.6-r7.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-ftp/oftpd/oftpd-0.3.6-r7.ebuild,v 1.1 2002/05/04 03:42:50 woodchip Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/oftpd-0.3.6-r7.ebuild,v 1.2 2002/07/17 09:39:57 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Secure, small, anonymous only ftpd"
@@ -8,8 +8,10 @@ SRC_URI="http://www.time-travellers.org/oftpd/${P}.tar.gz"
HOMEPAGE="http://www.time-travellers.org/oftpd"
DEPEND="virtual/glibc"
-LICENSE="as-is"
+
SLOT="0"
+LICENSE="as-is"
+KEYWORDS="x86"
src_compile() {
# local myconf
diff --git a/net-ftp/proftpd/proftpd-1.2.5-r1.ebuild b/net-ftp/proftpd/proftpd-1.2.5-r1.ebuild
index 69d2f8e7a1e1..034c406a2a59 100644
--- a/net-ftp/proftpd/proftpd-1.2.5-r1.ebuild
+++ b/net-ftp/proftpd/proftpd-1.2.5-r1.ebuild
@@ -1,15 +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-ftp/proftpd/proftpd-1.2.5-r1.ebuild,v 1.4 2002/07/16 04:54:32 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.5-r1.ebuild,v 1.5 2002/07/17 09:39:57 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="An advanced and very configurable FTP server"
SRC_URI="ftp://ftp.proftpd.org/distrib/source/${P}.tar.bz2"
HOMEPAGE="http://www.proftpd.net/"
-KEYWORDS="x86 ppc"
SLOT="0"
LICENSE="GPL-2"
+KEYWORDS="x86 ppc"
DEPEND="virtual/glibc
pam? ( >=sys-libs/pam-0.75 )
diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.11-r1.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.11-r1.ebuild
index 683682479939..692e8e9e8182 100644
--- a/net-ftp/pure-ftpd/pure-ftpd-1.0.11-r1.ebuild
+++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.11-r1.ebuild
@@ -1,18 +1,22 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.11-r1.ebuild,v 1.3 2002/07/11 06:30:46 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.11-r1.ebuild,v 1.4 2002/07/17 09:39:57 seemant Exp $
S="${WORKDIR}/${P}"
-SRC_URI="mirror://sourceforge/pureftpd/${P}.tar.bz2"
DESCRIPTION="Pure-FTPd is a fast, production-quality, standard-conformant FTP server"
+SRC_URI="mirror://sourceforge/pureftpd/${P}.tar.bz2"
HOMEPAGE="http://www.pureftpd.org/"
-SLOT="0"
+
DEPEND="virtual/glibc
pam? ( >=sys-libs/pam-0.75 )
mysql? ( >=dev-db/mysql-3.23.49 )
postgres? ( >=dev-db/postgresql-7.2 )
ldap? ( >=net-nds/openldap-2.0.21 )"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
src_compile() {
local myconf
diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.8-r1.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.8-r1.ebuild
index 5caf3383a197..cb22d20f9de7 100644
--- a/net-ftp/pure-ftpd/pure-ftpd-1.0.8-r1.ebuild
+++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.8-r1.ebuild
@@ -1,11 +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-ftp/pure-ftpd/pure-ftpd-1.0.8-r1.ebuild,v 1.3 2002/07/11 06:30:46 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.8-r1.ebuild,v 1.4 2002/07/17 09:39:57 seemant Exp $
-S="${WORKDIR}/pure-ftpd-1.0.8"
+S=${WORKDIR}/${P}
+HOMEPAGE="http://pureftpd.sourceforge.net/"
SRC_URI="mirror://sourceforge/pureftpd/${P}.tar.gz"
DESCRIPTION="Pure-FTPd is a fast, production-quality, standard-conformant FTP server"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
DEPEND="virtual/glibc
pam? ( >=sys-libs/pam-0.75 )
mysql? ( >=dev-db/mysql-3.23.47 )
diff --git a/net-ftp/pycurl/pycurl-0.4.5.ebuild b/net-ftp/pycurl/pycurl-0.4.5.ebuild
index 8d4174b259d8..fb3d12330f94 100644
--- a/net-ftp/pycurl/pycurl-0.4.5.ebuild
+++ b/net-ftp/pycurl/pycurl-0.4.5.ebuild
@@ -1,12 +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-ftp/pycurl/pycurl-0.4.5.ebuild,v 1.3 2002/07/11 06:30:46 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/pycurl/pycurl-0.4.5.ebuild,v 1.4 2002/07/17 09:39:57 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="python binding for curl/libcurl"
SRC_URI="mirror://sourceforge/pycurl/pycurl-0.4.5.tar.gz"
HOMEPAGE="http://pycurl.sourceforge.net"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
DEPEND=">=dev-lang/python-2.1.1
>=net-ftp/curl-7.9.3"
diff --git a/net-ftp/vsftpd/vsftpd-1.0.1-r1.ebuild b/net-ftp/vsftpd/vsftpd-1.0.1-r1.ebuild
index d5d2ab612048..7ec5f00831a8 100644
--- a/net-ftp/vsftpd/vsftpd-1.0.1-r1.ebuild
+++ b/net-ftp/vsftpd/vsftpd-1.0.1-r1.ebuild
@@ -1,15 +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-ftp/vsftpd/vsftpd-1.0.1-r1.ebuild,v 1.1 2002/05/04 03:42:50 woodchip Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/vsftpd-1.0.1-r1.ebuild,v 1.2 2002/07/17 09:39:57 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Very Secure FTP Daemon written with speed, size and security in mind"
SRC_URI="ftp://ferret.lmh.ox.ac.uk/pub/linux/${P}.tar.gz"
-DEPEND="virtual/glibc >=sys-libs/pam-0.75"
-RDEPEND="${DEPEND} sys-apps/xinetd"
-LICENSE="GPL-2"
+DEPEND=">=sys-libs/pam-0.75"
+RDEPEND="sys-apps/xinetd"
+
SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
src_unpack() {
unpack ${A} ; cd ${S}
diff --git a/net-ftp/yafc/files/digest-yafc-0.7.2-r1 b/net-ftp/yafc/files/digest-yafc-0.7.2-r1
deleted file mode 100644
index eb052933f5ed..000000000000
--- a/net-ftp/yafc/files/digest-yafc-0.7.2-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 591d9075dd62bde501995dd034cac068 yafc-0.7.2.tar.bz2 236426
diff --git a/net-ftp/yafc/yafc-0.7.2-r1.ebuild b/net-ftp/yafc/yafc-0.7.2-r1.ebuild
deleted file mode 100644
index 1ffd7852fe34..000000000000
--- a/net-ftp/yafc/yafc-0.7.2-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/yafc-0.7.2-r1.ebuild,v 1.1 2002/05/27 01:24:18 rphillips Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Console ftp client with a lot of nifty features"
-SRC_URI="ftp://ftp.sourceforge.net/pub/sourceforge/yafc/yafc-0.7.2.tar.bz2"
-HOMEPAGE="http://yafc.sourceforge.net/"
-LICENSE="GPL-2"
-DEPEND="readline? ( >=sys-libs/readline-4.1-r4 )"
-
-use readline || myconf="--without-readline"
-
-src_compile() {
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- ${myconf} || die "./configure failed"
- emake || die
-}
-
-src_install () {
- make DESTDIR=${D} install || die
-}
-
diff --git a/net-ftp/yafc/yafc-0.7.9.ebuild b/net-ftp/yafc/yafc-0.7.9.ebuild
index e362fc0b29fb..e87915dce937 100644
--- a/net-ftp/yafc/yafc-0.7.9.ebuild
+++ b/net-ftp/yafc/yafc-0.7.9.ebuild
@@ -1,24 +1,23 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/yafc-0.7.9.ebuild,v 1.1 2002/06/06 19:20:55 woodchip Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/yafc-0.7.9.ebuild,v 1.2 2002/07/17 09:39:57 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Console ftp client with a lot of nifty features"
SRC_URI="ftp://ftp.sourceforge.net/pub/sourceforge/${PN}/${P}.tar.bz2"
HOMEPAGE="http://yafc.sourceforge.net/"
-DEPEND="virtual/glibc readline? ( >=sys-libs/readline-4.1-r4 )"
-RDEPEND="${DEPEND} >=net-misc/openssh-3.0"
-LICENSE="GPL-2"
+
+DEPEND="readline? ( >=sys-libs/readline-4.1-r4 )"
+RDEPEND=">=net-misc/openssh-3.0"
+
SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
src_compile() {
use readline || myconf="--without-readline"
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- ${myconf} || die "./configure failed"
+
+ econf ${myconf} || die "./configure failed"
emake || die
}