summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2002-12-05 22:59:03 +0000
committerNick Hadaway <raker@gentoo.org>2002-12-05 22:59:03 +0000
commitaecb4d72b90bbd63057fa6f0c51a72499f9d2939 (patch)
tree7b4998d856dc0b57ca7f7777709aad73fe8618a5 /net-ftp
parentNew package. X86 mask. Fixes #8570 (diff)
downloadgentoo-2-aecb4d72b90bbd63057fa6f0c51a72499f9d2939.tar.gz
gentoo-2-aecb4d72b90bbd63057fa6f0c51a72499f9d2939.tar.bz2
gentoo-2-aecb4d72b90bbd63057fa6f0c51a72499f9d2939.zip
Marked stable.
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/ftp/ChangeLog5
-rw-r--r--net-ftp/ftp/ftp-0.17-r2.ebuild4
-rw-r--r--net-ftp/ftpd/ChangeLog5
-rw-r--r--net-ftp/ftpd/ftpd-0.17.ebuild4
4 files changed, 12 insertions, 6 deletions
diff --git a/net-ftp/ftp/ChangeLog b/net-ftp/ftp/ChangeLog
index b268adacee52..70d8a727d307 100644
--- a/net-ftp/ftp/ChangeLog
+++ b/net-ftp/ftp/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for net-ftp/ftp
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftp/ChangeLog,v 1.2 2002/11/23 07:31:44 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftp/ChangeLog,v 1.3 2002/12/05 22:59:03 raker Exp $
*ftp-0.17-r2 (12 Nov 2002)
+ 05 Dec 2002; Nick Hadaway <raker@gentoo.org> ftp-0.17-r2.ebuild :
+ Marked stable.
+
23 Nov 2002; Nick Hadaway <raker@gentoo.org> ftp-0.17-r2.ebuild,
files/digest-ftp-0.17-r2, files/netkit-ftp-0.17+ssl-0.2.diff :
Fixed a typo, marked unstable, and added to portage.
diff --git a/net-ftp/ftp/ftp-0.17-r2.ebuild b/net-ftp/ftp/ftp-0.17-r2.ebuild
index bd9067a096b9..724c8a044e84 100644
--- a/net-ftp/ftp/ftp-0.17-r2.ebuild
+++ b/net-ftp/ftp/ftp-0.17-r2.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/ftp/ftp-0.17-r2.ebuild,v 1.1 2002/11/23 07:31:44 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftp/ftp-0.17-r2.ebuild,v 1.2 2002/12/05 22:59:03 raker Exp $
MY_P=netkit-${P}
S=${WORKDIR}/${MY_P}
@@ -13,7 +13,7 @@ DEPEND="virtual/glibc
ssl? ( dev-libs/openssl )"
SLOT="0"
LICENSE="as-is"
-KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
src_unpack() {
unpack ${A}
diff --git a/net-ftp/ftpd/ChangeLog b/net-ftp/ftpd/ChangeLog
index 0bde5d2b431d..6d5d98f9bce5 100644
--- a/net-ftp/ftpd/ChangeLog
+++ b/net-ftp/ftpd/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for net-ftp/ftpd
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ChangeLog,v 1.1 2002/11/25 20:40:14 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ChangeLog,v 1.2 2002/12/05 22:57:44 raker Exp $
*ftpd-0.17 (25 Nov 2002)
+ 05 Dec 2002; Nick Hadaway <raker@gentoo.org> ftpd-0.17.ebuild :
+ Marked stable.
+
25 Nov 2002; Nick Hadaway <raker@gentoo.org> ftpd-0.17.ebuild,
files/digest-ftpd-0.17.ebuild, files/ssl.diff.gz :
New ebuild. Your basic netkit linux-ftpd patched for ssl support.
diff --git a/net-ftp/ftpd/ftpd-0.17.ebuild b/net-ftp/ftpd/ftpd-0.17.ebuild
index 25ca9b2cf618..b730c1c5496a 100644
--- a/net-ftp/ftpd/ftpd-0.17.ebuild
+++ b/net-ftp/ftpd/ftpd-0.17.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/ftpd/ftpd-0.17.ebuild,v 1.1 2002/11/25 20:40:14 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ftpd-0.17.ebuild,v 1.2 2002/12/05 22:57:44 raker Exp $
DESCRIPTION="The netkit FTP server with optional SSL support"
HOMEPAGE="http://www.hcs.harvard.edu/~dholland/computers/netkit.html"
@@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/linux-${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE="ssl"