Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/quota: ChangeLog quota-3.17.ebuild
Date: Sat, 30 Oct 2010 11:20:33
Message-Id: 20101030112023.A182F20051@flycatcher.gentoo.org
1 maekke 10/10/30 11:20:23
2
3 Modified: ChangeLog quota-3.17.ebuild
4 Log:
5 add ~arm, bug #340455
6
7 (Portage version: 2.2.0_alpha2/cvs/Linux i686)
8
9 Revision Changes Path
10 1.47 sys-fs/quota/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.47&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.47&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/quota/ChangeLog?r1=1.46&r2=1.47
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v
19 retrieving revision 1.46
20 retrieving revision 1.47
21 diff -u -r1.46 -r1.47
22 --- ChangeLog 15 Jul 2009 18:42:42 -0000 1.46
23 +++ ChangeLog 30 Oct 2010 11:20:23 -0000 1.47
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-fs/quota
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.46 2009/07/15 18:42:42 nixnut Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.47 2010/10/30 11:20:23 maekke Exp $
30 +
31 + 30 Oct 2010; Markus Meier <maekke@g.o> quota-3.17.ebuild:
32 + add ~arm, bug #340455
33
34 15 Jul 2009; nixnut <nixnut@g.o> quota-3.17.ebuild:
35 ppc stable #272531
36
37
38
39 1.8 sys-fs/quota/quota-3.17.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/quota/quota-3.17.ebuild?rev=1.8&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/quota/quota-3.17.ebuild?rev=1.8&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/quota/quota-3.17.ebuild?r1=1.7&r2=1.8
44
45 Index: quota-3.17.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v
48 retrieving revision 1.7
49 retrieving revision 1.8
50 diff -u -r1.7 -r1.8
51 --- quota-3.17.ebuild 15 Jul 2009 18:42:42 -0000 1.7
52 +++ quota-3.17.ebuild 30 Oct 2010 11:20:23 -0000 1.8
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v 1.7 2009/07/15 18:42:42 nixnut Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v 1.8 2010/10/30 11:20:23 maekke Exp $
59
60 inherit eutils flag-o-matic
61
62 @@ -10,7 +10,7 @@
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc x86"
67 +KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc sparc x86"
68 IUSE="nls tcpd ldap rpc"
69
70 RDEPEND="ldap? ( >=net-nds/openldap-2.3.35 )