Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-fs/autofs: autofs-5.0.4-r5.ebuild metadata.xml ChangeLog
Date: Fri, 28 May 2010 20:00:09
Message-Id: 20100528200002.DF2DC2CF37@corvid.gentoo.org
1 pva 10/05/28 20:00:02
2
3 Modified: autofs-5.0.4-r5.ebuild metadata.xml ChangeLog
4 Log:
5 Added missed dependenices, disabled automagic hesiod, bug 292147, thank Dustin Polke for this job. Dustin stepped in as co-maintainer (/me proxy).
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 net-fs/autofs/autofs-5.0.4-r5.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/autofs-5.0.4-r5.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/autofs-5.0.4-r5.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/autofs-5.0.4-r5.ebuild?r1=1.2&r2=1.3
14
15 Index: autofs-5.0.4-r5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.4-r5.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- autofs-5.0.4-r5.ebuild 23 Sep 2009 18:35:30 -0000 1.2
22 +++ autofs-5.0.4-r5.ebuild 28 May 2010 20:00:02 -0000 1.3
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.4-r5.ebuild,v 1.2 2009/09/23 18:35:30 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.4-r5.ebuild,v 1.3 2010/05/28 20:00:02 pva Exp $
29
30 inherit eutils multilib autotools
31
32 @@ -74,8 +74,11 @@
33 for i in ${PATCH_LIST} ; do
34 SRC_URI="${SRC_URI} ${SRC_URI_BASE}/${i}"
35 done ;
36 -DEPEND="ldap? ( >=net-nds/openldap-2.0 )
37 - sasl? ( virtual/krb5 )"
38 +DEPEND="ldap? ( >=net-nds/openldap-2.0
39 + sasl? ( dev-libs/cyrus-sasl
40 + virtual/krb5
41 + dev-libs/libxml2 )
42 + )"
43 # currently, sasl code assumes the presence of kerberosV
44 RDEPEND="${DEPEND}"
45 SLOT="0"
46 @@ -88,8 +91,6 @@
47 EPATCH_OPTS="-p1 -d ${S}" epatch "${DISTDIR}"/${i}
48 done
49
50 - cd "${S}"
51 -
52 # fixes bug #210762
53 epatch "${FILESDIR}"/${PN}-5.0.3-heimdal.patch
54
55 @@ -117,6 +118,7 @@
56 econf \
57 $(use_with ldap openldap) \
58 $(use_with sasl) \
59 + --without-hesiod \
60 --enable-ignore-busy \
61 || die "configure failed"
62
63
64
65
66 1.7 net-fs/autofs/metadata.xml
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/metadata.xml?rev=1.7&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/metadata.xml?rev=1.7&content-type=text/plain
70 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/metadata.xml?r1=1.6&r2=1.7
71
72 Index: metadata.xml
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/net-fs/autofs/metadata.xml,v
75 retrieving revision 1.6
76 retrieving revision 1.7
77 diff -u -r1.6 -r1.7
78 --- metadata.xml 5 Feb 2008 12:32:19 -0000 1.6
79 +++ metadata.xml 28 May 2010 20:00:02 -0000 1.7
80 @@ -6,4 +6,12 @@
81 <email>stefaan@g.o</email>
82 <name>Stefaan De Roeck</name>
83 </maintainer>
84 +<maintainer>
85 + <email>pva@g.o</email>
86 + <name>Peter Volkov</name>
87 +</maintainer>
88 +<maintainer>
89 + <email>gentoobugsie.20.dsurawicz@×××××××××××.com</email>
90 + <name>Dustin Polke</name>
91 +</maintainer>
92 </pkgmetadata>
93
94
95
96 1.91 net-fs/autofs/ChangeLog
97
98 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/ChangeLog?rev=1.91&view=markup
99 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/ChangeLog?rev=1.91&content-type=text/plain
100 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/ChangeLog?r1=1.90&r2=1.91
101
102 Index: ChangeLog
103 ===================================================================
104 RCS file: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v
105 retrieving revision 1.90
106 retrieving revision 1.91
107 diff -u -r1.90 -r1.91
108 --- ChangeLog 23 Sep 2009 18:35:30 -0000 1.90
109 +++ ChangeLog 28 May 2010 20:00:02 -0000 1.91
110 @@ -1,6 +1,11 @@
111 # ChangeLog for net-fs/autofs
112 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
113 -# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.90 2009/09/23 18:35:30 patrick Exp $
114 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
115 +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.91 2010/05/28 20:00:02 pva Exp $
116 +
117 + 28 May 2010; Peter Volkov <pva@g.o> autofs-5.0.4-r5.ebuild,
118 + metadata.xml:
119 + Added missed dependenices, disabled automagic hesiod, bug 292147, thank
120 + Dustin Polke for this job. Dustin stepped in as co-maintainer (/me proxy).
121
122 23 Sep 2009; Patrick Lauer <patrick@g.o> autofs-4.1.3-r7.ebuild,
123 autofs-4.1.3-r9.ebuild, autofs-5.0.3-r6.ebuild, autofs-5.0.4.ebuild,