summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Felisberto <humpback@gentoo.org>2005-06-06 11:05:38 +0000
committerGustavo Felisberto <humpback@gentoo.org>2005-06-06 11:05:38 +0000
commitd27d5fd2f28495f4516f1f71284ce8f32f61d254 (patch)
tree4681d3c73e8f091d888ccf94c5c1302ed612f616 /net-ftp/proftpd
parentstable on ppc64 (diff)
downloadgentoo-2-d27d5fd2f28495f4516f1f71284ce8f32f61d254.tar.gz
gentoo-2-d27d5fd2f28495f4516f1f71284ce8f32f61d254.tar.bz2
gentoo-2-d27d5fd2f28495f4516f1f71284ce8f32f61d254.zip
changed use flag
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-ftp/proftpd')
-rw-r--r--net-ftp/proftpd/ChangeLog7
-rw-r--r--net-ftp/proftpd/Manifest12
-rw-r--r--net-ftp/proftpd/proftpd-1.2.10-r4.ebuild6
3 files changed, 10 insertions, 15 deletions
diff --git a/net-ftp/proftpd/ChangeLog b/net-ftp/proftpd/ChangeLog
index 656394406b64..47b5dbb50483 100644
--- a/net-ftp/proftpd/ChangeLog
+++ b/net-ftp/proftpd/ChangeLog
@@ -1,6 +1,11 @@
# 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.90 2005/06/04 23:42:23 humpback Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v 1.91 2005/06/06 11:05:38 humpback Exp $
+
+ 06 Jun 2005; Gustavo Felisberto <humpback@gentoo.org>;
+ proftpd-1.2.10-r4.ebuild:
+ Changed useflag to noauthunix as authunix is needed in linux (dont know
+ about bsd, but bsd users can use useflag).
04 Jun 2005; Gustavo Felisberto <humpback@gentoo.org>;
proftpd-1.2.10-r4.ebuild:
diff --git a/net-ftp/proftpd/Manifest b/net-ftp/proftpd/Manifest
index d990866a800b..2ffeda562dbd 100644
--- a/net-ftp/proftpd/Manifest
+++ b/net-ftp/proftpd/Manifest
@@ -1,12 +1,9 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
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 3c26776d7b415f4f24472b0f80ed47c9 proftpd-1.2.10-r4.ebuild 4283
+MD5 acd16b2f411a2bfc8c3f84a6b53b3e85 proftpd-1.2.10-r4.ebuild 4287
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
@@ -24,10 +21,3 @@ MD5 50955f0d375360841d50a82b9589e435 files/proftpd-1.2.9-privescal-fix.patch 588
MD5 b338504ed873219e368abab7df6c276d files/proftpd.conf 1704
MD5 55ca24c9ee61b9ed94968c664baaeace files/proftpd.rc6 731
MD5 4d676b70c97bc6daabd8c2ba8d52d27a files/proftpd.xinetd 295
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-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 2e373692cbfa..88aac70b8fe1 100644
--- a/net-ftp/proftpd/proftpd-1.2.10-r4.ebuild
+++ b/net-ftp/proftpd/proftpd-1.2.10-r4.ebuild
@@ -1,11 +1,11 @@
# 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.2 2005/06/04 23:42:23 humpback Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.10-r4.ebuild,v 1.3 2005/06/06 11:05:38 humpback Exp $
inherit flag-o-matic eutils
IUSE="hardened ipv6 ldap mysql pam postgres shaper softquota ssl tcpd
- selinux sendfile authunix authfile ncurses xinetd"
+ selinux sendfile noauthunix authfile ncurses xinetd"
MY_P=${P/_/}
S=${WORKDIR}/${MY_P}
@@ -109,7 +109,7 @@ src_compile() {
--enable-autoshadow \
--enable-ctrls \
--with-modules=${modules} \
- $(use_enable authunix auth-unix) \
+ $(use_enable noauthunix auth-unix) \
$(use_enable authfile auth-file) \
$(use_enable ncurses) \
$(use_enable ipv6) \