diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 09:39:57 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 09:39:57 +0000 |
commit | 5792409ecf2b4ec76767208e59eddf27b305617e (patch) | |
tree | 06386c7d64ace8e1354aef44a2ec17c8ee4ad30b /net-ftp/vsftpd | |
parent | repoman'd (diff) | |
download | historical-5792409ecf2b4ec76767208e59eddf27b305617e.tar.gz historical-5792409ecf2b4ec76767208e59eddf27b305617e.tar.bz2 historical-5792409ecf2b4ec76767208e59eddf27b305617e.zip |
repoman'd
Diffstat (limited to 'net-ftp/vsftpd')
-rw-r--r-- | net-ftp/vsftpd/vsftpd-1.0.1-r1.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
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} |