diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-10-05 05:39:28 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-10-05 05:39:28 +0000 |
commit | 2fafcb321f5ae80068469332c4ed3aa5151b647c (patch) | |
tree | 883963d53c8d57d1ad6325589cc2075066ff98f4 /net-ftp | |
parent | fix digest (diff) | |
download | gentoo-2-2fafcb321f5ae80068469332c4ed3aa5151b647c.tar.gz gentoo-2-2fafcb321f5ae80068469332c4ed3aa5151b647c.tar.bz2 gentoo-2-2fafcb321f5ae80068469332c4ed3aa5151b647c.zip |
big IUSE commit
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/curl/curl-7.9.7.ebuild | 4 | ||||
-rw-r--r-- | net-ftp/deadftp/deadftp-0.1.3.ebuild | 4 | ||||
-rw-r--r-- | net-ftp/gftp/gftp-2.0.12-r3.ebuild | 4 | ||||
-rw-r--r-- | net-ftp/gftp/gftp-2.0.13.ebuild | 4 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-2.5.4-r1.ebuild | 4 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-2.6.2.ebuild | 4 | ||||
-rw-r--r-- | net-ftp/proftpd/proftpd-1.2.5-r1.ebuild | 4 | ||||
-rw-r--r-- | net-ftp/proftpd/proftpd-1.2.6_rc1-r1.ebuild | 4 | ||||
-rw-r--r-- | net-ftp/pure-ftpd/pure-ftpd-1.0.11-r1.ebuild | 4 | ||||
-rw-r--r-- | net-ftp/pure-ftpd/pure-ftpd-1.0.8-r1.ebuild | 4 | ||||
-rw-r--r-- | net-ftp/yafc/yafc-0.7.9.ebuild | 4 |
11 files changed, 33 insertions, 11 deletions
diff --git a/net-ftp/curl/curl-7.9.7.ebuild b/net-ftp/curl/curl-7.9.7.ebuild index 2ac2ddccf6ff..81d4bf504fab 100644 --- a/net-ftp/curl/curl-7.9.7.ebuild +++ b/net-ftp/curl/curl-7.9.7.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/curl/curl-7.9.7.ebuild,v 1.7 2002/10/04 06:03:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/curl/curl-7.9.7.ebuild,v 1.8 2002/10/05 05:39:18 drobbins Exp $ + +IUSE="ssl" S=${WORKDIR}/${P} DESCRIPTION="A Client that groks URLs" diff --git a/net-ftp/deadftp/deadftp-0.1.3.ebuild b/net-ftp/deadftp/deadftp-0.1.3.ebuild index 1b272357be82..f882cee447b0 100644 --- a/net-ftp/deadftp/deadftp-0.1.3.ebuild +++ b/net-ftp/deadftp/deadftp-0.1.3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/deadftp/deadftp-0.1.3.ebuild,v 1.6 2002/10/04 06:03:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/deadftp/deadftp-0.1.3.ebuild,v 1.7 2002/10/05 05:39:18 drobbins Exp $ + +IUSE="nls" S=${WORKDIR}/${P} DESCRIPTION="Gnome based FTP Client" diff --git a/net-ftp/gftp/gftp-2.0.12-r3.ebuild b/net-ftp/gftp/gftp-2.0.12-r3.ebuild index 243818d385cb..5d3756d1d3eb 100644 --- a/net-ftp/gftp/gftp-2.0.12-r3.ebuild +++ b/net-ftp/gftp/gftp-2.0.12-r3.ebuild @@ -1,6 +1,8 @@ # 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-r3.ebuild,v 1.3 2002/08/20 04:09:25 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/gftp/gftp-2.0.12-r3.ebuild,v 1.4 2002/10/05 05:39:18 drobbins Exp $ + +IUSE="nls gtk2" S=${WORKDIR}/${P} DESCRIPTION="Gnome based FTP Client" diff --git a/net-ftp/gftp/gftp-2.0.13.ebuild b/net-ftp/gftp/gftp-2.0.13.ebuild index e5ae5aec6d74..fedbfdac4925 100644 --- a/net-ftp/gftp/gftp-2.0.13.ebuild +++ b/net-ftp/gftp/gftp-2.0.13.ebuild @@ -1,6 +1,8 @@ # 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.13.ebuild,v 1.3 2002/08/20 04:09:25 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/gftp/gftp-2.0.13.ebuild,v 1.4 2002/10/05 05:39:18 drobbins Exp $ + +IUSE="nls gtk2" S=${WORKDIR}/${P} DESCRIPTION="Gnome based FTP Client" diff --git a/net-ftp/lftp/lftp-2.5.4-r1.ebuild b/net-ftp/lftp/lftp-2.5.4-r1.ebuild index fd2f3cb6eb88..2f91590299f7 100644 --- a/net-ftp/lftp/lftp-2.5.4-r1.ebuild +++ b/net-ftp/lftp/lftp-2.5.4-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-2.5.4-r1.ebuild,v 1.6 2002/10/04 06:04:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-2.5.4-r1.ebuild,v 1.7 2002/10/05 05:39:18 drobbins Exp $ + +IUSE="ssl nls" S=${WORKDIR}/${P} DESCRIPTION="LFTP is a sophisticated ftp/http client, file transfer program." diff --git a/net-ftp/lftp/lftp-2.6.2.ebuild b/net-ftp/lftp/lftp-2.6.2.ebuild index 1ed40a39b44d..7c7da9052c1c 100644 --- a/net-ftp/lftp/lftp-2.6.2.ebuild +++ b/net-ftp/lftp/lftp-2.6.2.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-2.6.2.ebuild,v 1.3 2002/10/04 06:04:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-2.6.2.ebuild,v 1.4 2002/10/05 05:39:18 drobbins Exp $ + +IUSE="ssl socks5 nls" S=${WORKDIR}/${P} diff --git a/net-ftp/proftpd/proftpd-1.2.5-r1.ebuild b/net-ftp/proftpd/proftpd-1.2.5-r1.ebuild index f36197e870be..f0a2652fd1b3 100644 --- a/net-ftp/proftpd/proftpd-1.2.5-r1.ebuild +++ b/net-ftp/proftpd/proftpd-1.2.5-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.5-r1.ebuild,v 1.8 2002/10/04 06:04:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.5-r1.ebuild,v 1.9 2002/10/05 05:39:18 drobbins Exp $ + +IUSE="ldap pam postgres mysql" S=${WORKDIR}/${P} DESCRIPTION="An advanced and very configurable FTP server" diff --git a/net-ftp/proftpd/proftpd-1.2.6_rc1-r1.ebuild b/net-ftp/proftpd/proftpd-1.2.6_rc1-r1.ebuild index ef8b682fe73b..838d4c89c279 100644 --- a/net-ftp/proftpd/proftpd-1.2.6_rc1-r1.ebuild +++ b/net-ftp/proftpd/proftpd-1.2.6_rc1-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.6_rc1-r1.ebuild,v 1.4 2002/10/04 06:04:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.6_rc1-r1.ebuild,v 1.5 2002/10/05 05:39:18 drobbins Exp $ + +IUSE="ldap pam postgres mysql" MY_P=${P/_/} S=${WORKDIR}/${MY_P} 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 ac529d249f96..46f9c57d1863 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,6 +1,8 @@ # 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.5 2002/08/16 14:24:49 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.11-r1.ebuild,v 1.6 2002/10/05 05:39:18 drobbins Exp $ + +IUSE="ldap pam postgres mysql" S="${WORKDIR}/${P}" DESCRIPTION="Pure-FTPd is a fast, production-quality, standard-conformant FTP server" 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 0ca3dde96191..8b1e89103713 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,6 +1,8 @@ # 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.8-r1.ebuild,v 1.6 2002/10/04 06:04:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.8-r1.ebuild,v 1.7 2002/10/05 05:39:18 drobbins Exp $ + +IUSE="ldap pam postgres mysql" S=${WORKDIR}/${P} HOMEPAGE="http://pureftpd.sourceforge.net/" diff --git a/net-ftp/yafc/yafc-0.7.9.ebuild b/net-ftp/yafc/yafc-0.7.9.ebuild index e9e5ade23de3..e49c1e3c2b05 100644 --- a/net-ftp/yafc/yafc-0.7.9.ebuild +++ b/net-ftp/yafc/yafc-0.7.9.ebuild @@ -1,6 +1,8 @@ # 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.3 2002/08/16 14:24:50 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/yafc-0.7.9.ebuild,v 1.4 2002/10/05 05:39:18 drobbins Exp $ + +IUSE="readline" S=${WORKDIR}/${P} DESCRIPTION="Console ftp client with a lot of nifty features" |