Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/gsasl: ChangeLog gsasl-1.1.ebuild gsasl-0.2.4.ebuild gsasl-0.2.29.ebuild gsasl-1.4.1.ebuild
Date: Wed, 17 Feb 2010 20:48:26
Message-Id: E1Nhqon-0006M6-SU@stork.gentoo.org
1 jer 10/02/17 20:48:21
2
3 Modified: ChangeLog gsasl-1.1.ebuild gsasl-0.2.4.ebuild
4 gsasl-0.2.29.ebuild gsasl-1.4.1.ebuild
5 Log:
6 Switch to new style virtuals (bug #237400).
7 (Portage version: 2.2_rc62/cvs/Linux i686)
8
9 Revision Changes Path
10 1.34 net-misc/gsasl/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gsasl/ChangeLog?rev=1.34&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gsasl/ChangeLog?rev=1.34&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gsasl/ChangeLog?r1=1.33&r2=1.34
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/gsasl/ChangeLog,v
19 retrieving revision 1.33
20 retrieving revision 1.34
21 diff -u -r1.33 -r1.34
22 --- ChangeLog 17 Feb 2010 20:15:31 -0000 1.33
23 +++ ChangeLog 17 Feb 2010 20:48:20 -0000 1.34
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-misc/gsasl
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/ChangeLog,v 1.33 2010/02/17 20:15:31 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/ChangeLog,v 1.34 2010/02/17 20:48:20 jer Exp $
29 +
30 + 17 Feb 2010; Jeroen Roovers <jer@g.o> gsasl-0.2.4.ebuild,
31 + gsasl-0.2.29.ebuild, gsasl-1.1.ebuild, gsasl-1.4.1.ebuild:
32 + Switch to new style virtuals (bug #237400).
33
34 *gsasl-1.4.1 (17 Feb 2010)
35
36
37
38
39 1.4 net-misc/gsasl/gsasl-1.1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gsasl/gsasl-1.1.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gsasl/gsasl-1.1.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gsasl/gsasl-1.1.ebuild?r1=1.3&r2=1.4
44
45 Index: gsasl-1.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-1.1.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- gsasl-1.1.ebuild 17 Feb 2010 20:15:31 -0000 1.3
52 +++ gsasl-1.1.ebuild 17 Feb 2010 20:48:20 -0000 1.4
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-1.1.ebuild,v 1.3 2010/02/17 20:15:31 jer Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-1.1.ebuild,v 1.4 2010/02/17 20:48:20 jer Exp $
58
59 DESCRIPTION="The GNU SASL client, server, and library"
60 HOMEPAGE="http://www.gnu.org/software/gsasl/"
61 @@ -11,11 +11,9 @@
62 # optional external libraries.
63 KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
64 IUSE="kerberos nls static doc"
65 -PROVIDE="virtual/gsasl"
66 DEPEND="nls? ( sys-devel/gettext )
67 kerberos? ( virtual/krb5 )"
68 -RDEPEND="${DEPEND}
69 - !virtual/gsasl"
70 +RDEPEND="${DEPEND}"
71
72 src_compile() {
73 econf \
74
75
76
77 1.10 net-misc/gsasl/gsasl-0.2.4.ebuild
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gsasl/gsasl-0.2.4.ebuild?rev=1.10&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gsasl/gsasl-0.2.4.ebuild?rev=1.10&content-type=text/plain
81 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gsasl/gsasl-0.2.4.ebuild?r1=1.9&r2=1.10
82
83 Index: gsasl-0.2.4.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-0.2.4.ebuild,v
86 retrieving revision 1.9
87 retrieving revision 1.10
88 diff -u -r1.9 -r1.10
89 --- gsasl-0.2.4.ebuild 23 Sep 2009 19:36:12 -0000 1.9
90 +++ gsasl-0.2.4.ebuild 17 Feb 2010 20:48:20 -0000 1.10
91 @@ -1,6 +1,6 @@
92 -# Copyright 1999-2009 Gentoo Foundation
93 +# Copyright 1999-2010 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-0.2.4.ebuild,v 1.9 2009/09/23 19:36:12 patrick Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-0.2.4.ebuild,v 1.10 2010/02/17 20:48:20 jer Exp $
97
98 DESCRIPTION="The GNU SASL client, server, and library"
99 HOMEPAGE="http://www.gnu.org/software/gsasl/"
100 @@ -11,11 +11,9 @@
101 # optional external libraries.
102 KEYWORDS="amd64 ia64 ppc sparc x86"
103 IUSE="kerberos nls static doc"
104 -PROVIDE="virtual/gsasl"
105 DEPEND="nls? ( sys-devel/gettext )
106 kerberos? ( virtual/krb5 )"
107 -RDEPEND="${DEPEND}
108 - !virtual/gsasl"
109 +RDEPEND="${DEPEND}"
110
111 src_compile() {
112 econf \
113 @@ -29,8 +27,8 @@
114 }
115
116 src_install() {
117 - make DESTDIR=${D} install || die "einstall failed"
118 - dodoc ABOUT-NLS AUTHORS ChangeLog NEWS README README-alpha THANKS
119 + make DESTDIR="${D}" install || die "make install failed"
120 + dodoc AUTHORS ChangeLog NEWS README README-alpha THANKS
121 doman doc/gsasl.1
122
123 if use doc; then
124
125
126
127 1.2 net-misc/gsasl/gsasl-0.2.29.ebuild
128
129 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gsasl/gsasl-0.2.29.ebuild?rev=1.2&view=markup
130 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gsasl/gsasl-0.2.29.ebuild?rev=1.2&content-type=text/plain
131 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gsasl/gsasl-0.2.29.ebuild?r1=1.1&r2=1.2
132
133 Index: gsasl-0.2.29.ebuild
134 ===================================================================
135 RCS file: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-0.2.29.ebuild,v
136 retrieving revision 1.1
137 retrieving revision 1.2
138 diff -u -r1.1 -r1.2
139 --- gsasl-0.2.29.ebuild 29 Nov 2008 20:44:21 -0000 1.1
140 +++ gsasl-0.2.29.ebuild 17 Feb 2010 20:48:20 -0000 1.2
141 @@ -1,6 +1,6 @@
142 -# Copyright 1999-2008 Gentoo Foundation
143 +# Copyright 1999-2010 Gentoo Foundation
144 # Distributed under the terms of the GNU General Public License v2
145 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-0.2.29.ebuild,v 1.1 2008/11/29 20:44:21 dertobi123 Exp $
146 +# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-0.2.29.ebuild,v 1.2 2010/02/17 20:48:20 jer Exp $
147
148 DESCRIPTION="The GNU SASL client, server, and library"
149 HOMEPAGE="http://www.gnu.org/software/gsasl/"
150 @@ -11,13 +11,11 @@
151 # optional external libraries.
152 KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
153 IUSE="doc gnutls idn kerberos nls"
154 -PROVIDE="virtual/gsasl"
155 DEPEND="nls? ( >=sys-devel/gettext-0.16.1 )
156 kerberos? ( virtual/krb5 )
157 idn? ( net-dns/libidn )
158 gnutls? ( net-libs/gnutls )"
159 -RDEPEND="${DEPEND}
160 - !virtual/gsasl"
161 +RDEPEND="${DEPEND}"
162
163 src_compile() {
164 econf \
165
166
167
168 1.2 net-misc/gsasl/gsasl-1.4.1.ebuild
169
170 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gsasl/gsasl-1.4.1.ebuild?rev=1.2&view=markup
171 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gsasl/gsasl-1.4.1.ebuild?rev=1.2&content-type=text/plain
172 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gsasl/gsasl-1.4.1.ebuild?r1=1.1&r2=1.2
173
174 Index: gsasl-1.4.1.ebuild
175 ===================================================================
176 RCS file: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-1.4.1.ebuild,v
177 retrieving revision 1.1
178 retrieving revision 1.2
179 diff -u -r1.1 -r1.2
180 --- gsasl-1.4.1.ebuild 17 Feb 2010 20:15:31 -0000 1.1
181 +++ gsasl-1.4.1.ebuild 17 Feb 2010 20:48:20 -0000 1.2
182 @@ -1,6 +1,6 @@
183 # Copyright 1999-2010 Gentoo Foundation
184 # Distributed under the terms of the GNU General Public License v2
185 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-1.4.1.ebuild,v 1.1 2010/02/17 20:15:31 jer Exp $
186 +# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-1.4.1.ebuild,v 1.2 2010/02/17 20:48:20 jer Exp $
187
188 DESCRIPTION="The GNU SASL client, server, and library"
189 HOMEPAGE="http://www.gnu.org/software/gsasl/"
190 @@ -11,11 +11,9 @@
191 # optional external libraries.
192 KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
193 IUSE="kerberos nls static doc"
194 -PROVIDE="virtual/gsasl"
195 DEPEND="nls? ( sys-devel/gettext )
196 kerberos? ( virtual/krb5 )"
197 -RDEPEND="${DEPEND}
198 - !virtual/gsasl"
199 +RDEPEND="${DEPEND}"
200
201 src_compile() {
202 econf \