diff options
author | Gustavo Felisberto <humpback@gentoo.org> | 2005-06-04 23:42:23 +0000 |
---|---|---|
committer | Gustavo Felisberto <humpback@gentoo.org> | 2005-06-04 23:42:23 +0000 |
commit | 58228777074933d9909eefd98593401e7e462f0f (patch) | |
tree | 98fe95f0123b4fd9da2baf4a17aafadea19b15e0 /net-ftp | |
parent | proftpd and not pure-ftpd :) (diff) | |
download | historical-58228777074933d9909eefd98593401e7e462f0f.tar.gz historical-58228777074933d9909eefd98593401e7e462f0f.tar.bz2 historical-58228777074933d9909eefd98593401e7e462f0f.zip |
small qa issue
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/proftpd/ChangeLog | 6 | ||||
-rw-r--r-- | net-ftp/proftpd/Manifest | 10 | ||||
-rw-r--r-- | net-ftp/proftpd/proftpd-1.2.10-r4.ebuild | 4 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-ftp/proftpd/ChangeLog b/net-ftp/proftpd/ChangeLog index 78bd31781c4e..656394406b64 100644 --- a/net-ftp/proftpd/ChangeLog +++ b/net-ftp/proftpd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-ftp/proftpd # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v 1.89 2005/06/04 13:28:02 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v 1.90 2005/06/04 23:42:23 humpback Exp $ + + 04 Jun 2005; Gustavo Felisberto <humpback@gentoo.org>; + proftpd-1.2.10-r4.ebuild: + Small QA issues *proftpd-1.2.10-r4 (04 Jun 2005) diff --git a/net-ftp/proftpd/Manifest b/net-ftp/proftpd/Manifest index cb5cb6914b1c..d990866a800b 100644 --- a/net-ftp/proftpd/Manifest +++ b/net-ftp/proftpd/Manifest @@ -1,12 +1,12 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 847519f77f79e4b00069c90e981735aa ChangeLog 14415 +MD5 17dc1087bd441f8198d92c4a779ed048 ChangeLog 14519 MD5 b47207aedd0149443faa2152950714ed metadata.xml 401 MD5 0da1408981233bd78976ee644a3a5e84 proftpd-1.2.10-r1.ebuild 4395 MD5 500ff36d4796598be93237951d1b3670 proftpd-1.2.10-r2.ebuild 4477 MD5 1260354a840c5fca83d551172f4657ce proftpd-1.2.10-r3.ebuild 4330 -MD5 a3d369c5d1b40f841b9fc724c5130329 proftpd-1.2.10-r4.ebuild 4284 +MD5 3c26776d7b415f4f24472b0f80ed47c9 proftpd-1.2.10-r4.ebuild 4283 MD5 6fc1a218a29c9fc20ee69100d1f8888a proftpd-1.2.10.ebuild 4139 MD5 58abdaa0274915af4dcc12046c752afb proftpd-1.2.9-r2.ebuild 3439 MD5 e558f099037d359da5f855285542246e files/1.2.9_rc3-reversedns.diff 1974 @@ -27,7 +27,7 @@ MD5 4d676b70c97bc6daabd8c2ba8d52d27a files/proftpd.xinetd 295 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFCoaw28zY1VwezZiERAuPBAJ0WMSs8zURW29XMhFvmzorVewZiRACfSdwF -TNow8rVCOrRm8w5OCNV0jPo= -=0o7V +iD8DBQFCojw88zY1VwezZiERAtv/AKCevdgYK3baSDnqoarl28eRSJ9hvQCeLV0a +yb2Z4SFiN/XJ9xAKDe+2r98= +=mAOR -----END PGP SIGNATURE----- diff --git a/net-ftp/proftpd/proftpd-1.2.10-r4.ebuild b/net-ftp/proftpd/proftpd-1.2.10-r4.ebuild index 27e5b8906f5b..2e373692cbfa 100644 --- a/net-ftp/proftpd/proftpd-1.2.10-r4.ebuild +++ b/net-ftp/proftpd/proftpd-1.2.10-r4.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.10-r4.ebuild,v 1.1 2005/06/04 13:28:02 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.10-r4.ebuild,v 1.2 2005/06/04 23:42:23 humpback Exp $ inherit flag-o-matic eutils -IUSE="hardened ipv6 ldap mysql pam postgres shaper softquota ssl tcpd +IUSE="hardened ipv6 ldap mysql pam postgres shaper softquota ssl tcpd selinux sendfile authunix authfile ncurses xinetd" MY_P=${P/_/} |