Gentoo Archives: gentoo-commits

From: "Luca Longinotti (chtekk)" <chtekk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-ftp/pure-ftpd: ChangeLog pure-ftpd-1.0.21-r1.ebuild pure-ftpd-1.0.20-r1.ebuild
Date: Fri, 18 Apr 2008 11:00:46
Message-Id: E1JmoKh-0005II-PM@stork.gentoo.org
1 chtekk 08/04/18 11:00:43
2
3 Modified: ChangeLog pure-ftpd-1.0.21-r1.ebuild
4 Removed: pure-ftpd-1.0.20-r1.ebuild
5 Log:
6 Remove old version. Fix bugs #173365, #179375 and #182906.
7 (Portage version: 2.1.5_rc4)
8
9 Revision Changes Path
10 1.73 net-ftp/pure-ftpd/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/pure-ftpd/ChangeLog?rev=1.73&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/pure-ftpd/ChangeLog?rev=1.73&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/pure-ftpd/ChangeLog?r1=1.72&r2=1.73
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/ChangeLog,v
19 retrieving revision 1.72
20 retrieving revision 1.73
21 diff -u -r1.72 -r1.73
22 --- ChangeLog 2 Aug 2007 15:55:22 -0000 1.72
23 +++ ChangeLog 18 Apr 2008 11:00:43 -0000 1.73
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-ftp/pure-ftpd
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/ChangeLog,v 1.72 2007/08/02 15:55:22 uberlord Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/ChangeLog,v 1.73 2008/04/18 11:00:43 chtekk Exp $
30 +
31 + 18 Apr 2008; Luca Longinotti <chtekk@g.o> -files/ftpusers,
32 + files/pure-ftpd.rc6, -pure-ftpd-1.0.20-r1.ebuild,
33 + pure-ftpd-1.0.21-r1.ebuild:
34 + Remove old version. Fix bugs #173365, #179375 and #182906.
35
36 02 Aug 2007; Roy Marples <uberlord@g.o> pure-ftpd-1.0.20-r1.ebuild,
37 pure-ftpd-1.0.21-r1.ebuild:
38
39
40
41 1.14 net-ftp/pure-ftpd/pure-ftpd-1.0.21-r1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.21-r1.ebuild?rev=1.14&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.21-r1.ebuild?rev=1.14&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.21-r1.ebuild?r1=1.13&r2=1.14
46
47 Index: pure-ftpd-1.0.21-r1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.21-r1.ebuild,v
50 retrieving revision 1.13
51 retrieving revision 1.14
52 diff -u -r1.13 -r1.14
53 --- pure-ftpd-1.0.21-r1.ebuild 2 Aug 2007 15:55:22 -0000 1.13
54 +++ pure-ftpd-1.0.21-r1.ebuild 18 Apr 2008 11:00:43 -0000 1.14
55 @@ -1,8 +1,8 @@
56 -# Copyright 1999-2007 Gentoo Foundation
57 +# Copyright 1999-2008 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.21-r1.ebuild,v 1.13 2007/08/02 15:55:22 uberlord Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.21-r1.ebuild,v 1.14 2008/04/18 11:00:43 chtekk Exp $
61
62 -inherit eutils confutils
63 +inherit eutils confutils flag-o-matic
64
65 KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
66
67 @@ -13,16 +13,16 @@
68 LICENSE="BSD"
69 SLOT="0"
70
71 -IUSE="caps charconv ldap mysql noiplog pam paranoidmsg postgres selinux ssl vchroot xinetd"
72 +IUSE="anondel anonperm anonren anonres caps charconv ldap mysql noiplog pam paranoidmsg postgres selinux ssl vchroot xinetd"
73
74 DEPEND="caps? ( sys-libs/libcap )
75 charconv? ( virtual/libiconv )
76 ldap? ( >=net-nds/openldap-2.0.25 )
77 mysql? ( virtual/mysql )
78 pam? ( virtual/pam )
79 - postgres? ( >=dev-db/postgresql-7.2.2 )
80 + postgres? ( dev-db/postgresql )
81 ssl? ( >=dev-libs/openssl-0.9.6g )
82 - xinetd? ( sys-apps/xinetd )"
83 + xinetd? ( virtual/inetd )"
84
85 RDEPEND="${DEPEND}
86 net-ftp/ftpbase
87 @@ -59,6 +59,12 @@
88 # so we handle it manually, as confutils can't do that
89 use noiplog && my_conf="${my_conf} --without-iplogging"
90
91 + # Those features are only configurable like this, see bug #179375.
92 + use anondel && append-cppflags -DANON_CAN_DELETE
93 + use anonperm && append-cppflags -DANON_CAN_CHANGE_PERMS
94 + use anonren && append-cppflags -DANON_CAN_RENAME
95 + use anonres && append-cppflags -DANON_CAN_RESUME
96 +
97 econf \
98 --with-altlog \
99 --with-cookie \
100
101
102
103 --
104 gentoo-commits@l.g.o mailing list