summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2003-08-13 15:34:25 +0000
committerAron Griffis <agriffis@gentoo.org>2003-08-13 15:34:25 +0000
commit7b050b78d5c698d7b9fd8b47a3e0152cdd0aef5f (patch)
tree4bc717660ce0a665c8eb173837544f8cc328c32d /net-ftp/ftpd
parentstable on alpha (diff)
downloadgentoo-2-7b050b78d5c698d7b9fd8b47a3e0152cdd0aef5f.tar.gz
gentoo-2-7b050b78d5c698d7b9fd8b47a3e0152cdd0aef5f.tar.bz2
gentoo-2-7b050b78d5c698d7b9fd8b47a3e0152cdd0aef5f.zip
mark stable on alpha
Diffstat (limited to 'net-ftp/ftpd')
-rw-r--r--net-ftp/ftpd/ChangeLog5
-rw-r--r--net-ftp/ftpd/Manifest8
-rw-r--r--net-ftp/ftpd/ftpd-0.17-r1.ebuild4
3 files changed, 10 insertions, 7 deletions
diff --git a/net-ftp/ftpd/ChangeLog b/net-ftp/ftpd/ChangeLog
index bf4af8e5f327..d8d1431cef1d 100644
--- a/net-ftp/ftpd/ChangeLog
+++ b/net-ftp/ftpd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-ftp/ftpd
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ChangeLog,v 1.10 2003/06/08 20:11:55 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ChangeLog,v 1.11 2003/08/13 15:34:13 agriffis Exp $
+
+ 13 Aug 2003; Aron Griffis <agriffis@gentoo.org> ftpd-0.17-r1.ebuild:
+ Mark stable on alpha for LiveCD
08 Jun 2003; Seemant Kulleen <seemant@gentoo.org> ftpd-0.17-r1.ebuild:
shadow fix patch is not ssl specific, moved out of ssl USE check. Thanks again
diff --git a/net-ftp/ftpd/Manifest b/net-ftp/ftpd/Manifest
index f1a70e70e7a4..f9b21f3ac776 100644
--- a/net-ftp/ftpd/Manifest
+++ b/net-ftp/ftpd/Manifest
@@ -1,8 +1,8 @@
-MD5 0166d8a692b77253e9791c68ee00b163 ftpd-0.17-r1.ebuild 1509
-MD5 07c42ed27d6451b89ad29349804cbd6f ChangeLog 1524
+MD5 2286864f7f15b9222afa0a8077ebe4c0 ChangeLog 1631
MD5 90d745ead46c5ee5a4484f84d1aa9b03 ftpd-0.17.ebuild 1473
+MD5 0d7f3eb68071c259b1cf10bf5a5bba27 ftpd-0.17-r1.ebuild 1519
MD5 1185c6db5ae646d809d0c757f02d8e35 files/digest-ftpd-0.17 66
-MD5 7e1217f2de231dda2c8e842a7d7dfb7b files/ftpd-0.17-shadowfix.patch 895
-MD5 e9e77d723b87be9b3f8b6bff9deb87c3 files/ftp.xinetd 219
MD5 0630d5a4a420220cc8b912bdad705f6c files/ssl.diff.gz 10444
+MD5 e9e77d723b87be9b3f8b6bff9deb87c3 files/ftp.xinetd 219
MD5 1185c6db5ae646d809d0c757f02d8e35 files/digest-ftpd-0.17-r1 66
+MD5 7e1217f2de231dda2c8e842a7d7dfb7b files/ftpd-0.17-shadowfix.patch 895
diff --git a/net-ftp/ftpd/ftpd-0.17-r1.ebuild b/net-ftp/ftpd/ftpd-0.17-r1.ebuild
index aa6d8e0ec050..e8f6f4a23057 100644
--- a/net-ftp/ftpd/ftpd-0.17-r1.ebuild
+++ b/net-ftp/ftpd/ftpd-0.17-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 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-r1.ebuild,v 1.3 2003/07/13 11:55:51 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ftpd-0.17-r1.ebuild,v 1.4 2003/08/13 15:34:13 agriffis Exp $
inherit eutils
@@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/linux-${P}.tar.gz"
SLOT="0"
LICENSE="as-is"
-KEYWORDS="x86 ~sparc"
+KEYWORDS="x86 ~sparc alpha"
DEPEND="ssl? ( dev-libs/openssl )"