Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/quota: ChangeLog quota-3.17.ebuild
Date: Thu, 04 Jun 2009 05:52:52
Message-Id: E1MC5sd-0000Xv-7f@stork.gentoo.org
1 vapier 09/06/04 05:52:47
2
3 Modified: ChangeLog quota-3.17.ebuild
4 Log:
5 Allow portmap or rpcbind #272422 by Kevin Bryan.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.41 sys-fs/quota/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.41&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.41&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?r1=1.40&r2=1.41
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v
18 retrieving revision 1.40
19 retrieving revision 1.41
20 diff -u -r1.40 -r1.41
21 --- ChangeLog 21 Jan 2009 20:22:45 -0000 1.40
22 +++ ChangeLog 4 Jun 2009 05:52:47 -0000 1.41
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sys-fs/quota
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.40 2009/01/21 20:22:45 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.41 2009/06/04 05:52:47 vapier Exp $
28 +
29 + 04 Jun 2009; Mike Frysinger <vapier@g.o> quota-3.17.ebuild:
30 + Allow portmap or rpcbind #272422 by Kevin Bryan.
31
32 21 Jan 2009; Jeroen Roovers <jer@g.o> quota-3.15.ebuild:
33 Stable for HPPA (bug #247651).
34
35
36
37 1.2 sys-fs/quota/quota-3.17.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.17.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.17.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.17.ebuild?r1=1.1&r2=1.2
42
43 Index: quota-3.17.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- quota-3.17.ebuild 5 Jan 2009 23:09:49 -0000 1.1
50 +++ quota-3.17.ebuild 4 Jun 2009 05:52:47 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v 1.1 2009/01/05 23:09:49 vapier Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v 1.2 2009/06/04 05:52:47 vapier Exp $
56
57 inherit eutils flag-o-matic
58
59 @@ -15,7 +15,7 @@
60
61 RDEPEND="ldap? ( >=net-nds/openldap-2.3.35 )
62 tcpd? ( sys-apps/tcp-wrappers )
63 - rpc? ( net-nds/portmap )"
64 + rpc? ( || ( net-nds/portmap net-nds/rpcbind ) )"
65 DEPEND="${RDEPEND}
66 nls? ( sys-devel/gettext )"