Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-keyring: gnome-keyring-2.30.3.ebuild gnome-keyring-2.32.1.ebuild ChangeLog gnome-keyring-2.32.0.ebuild
Date: Mon, 01 Nov 2010 16:18:05
Message-Id: 20101101161800.769B720051@flycatcher.gentoo.org
1 eva 10/11/01 16:18:00
2
3 Modified: gnome-keyring-2.30.3.ebuild ChangeLog
4 gnome-keyring-2.32.0.ebuild
5 Added: gnome-keyring-2.32.1.ebuild
6 Log:
7 Version bump. Restrict operations on symmetric encryption in gpg-agent, initialization fix, fix linking against gio and invalid memory access in rpc-layer. Drop la file for pam module, bug #342551.
8
9 (Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.14 gnome-base/gnome-keyring/gnome-keyring-2.30.3.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.30.3.ebuild?rev=1.14&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.30.3.ebuild?rev=1.14&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.30.3.ebuild?r1=1.13&r2=1.14
17
18 Index: gnome-keyring-2.30.3.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.30.3.ebuild,v
21 retrieving revision 1.13
22 retrieving revision 1.14
23 diff -u -r1.13 -r1.14
24 --- gnome-keyring-2.30.3.ebuild 17 Oct 2010 14:56:14 -0000 1.13
25 +++ gnome-keyring-2.30.3.ebuild 1 Nov 2010 16:18:00 -0000 1.14
26 @@ -1,10 +1,10 @@
27 # Copyright 1999-2010 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.30.3.ebuild,v 1.13 2010/10/17 14:56:14 armin76 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.30.3.ebuild,v 1.14 2010/11/01 16:18:00 eva Exp $
31
32 EAPI="2"
33
34 -inherit autotools eutils gnome2 pam virtualx
35 +inherit autotools eutils gnome2 multilib pam virtualx
36
37 DESCRIPTION="Password and keyring managing daemon"
38 HOMEPAGE="http://www.gnome.org/"
39 @@ -56,6 +56,12 @@
40 eautoreconf
41 }
42
43 +src_install() {
44 + gnome2_src_install
45 + find "${ED}"/$(get_libdir)/security -name "*.la" -delete \
46 + || die "la file removal failed"
47 +}
48 +
49 src_test() {
50 unset DBUS_SESSION_BUS_ADDRESS
51 Xemake check || die "emake check failed!"
52
53
54
55 1.190 gnome-base/gnome-keyring/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-keyring/ChangeLog?rev=1.190&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-keyring/ChangeLog?rev=1.190&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-keyring/ChangeLog?r1=1.189&r2=1.190
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v
64 retrieving revision 1.189
65 retrieving revision 1.190
66 diff -u -r1.189 -r1.190
67 --- ChangeLog 22 Oct 2010 22:29:17 -0000 1.189
68 +++ ChangeLog 1 Nov 2010 16:18:00 -0000 1.190
69 @@ -1,6 +1,15 @@
70 # ChangeLog for gnome-base/gnome-keyring
71 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v 1.189 2010/10/22 22:29:17 eva Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v 1.190 2010/11/01 16:18:00 eva Exp $
74 +
75 +*gnome-keyring-2.32.1 (01 Nov 2010)
76 +
77 + 01 Nov 2010; Gilles Dartiguelongue <eva@g.o>
78 + gnome-keyring-2.30.3.ebuild, gnome-keyring-2.32.0.ebuild,
79 + +gnome-keyring-2.32.1.ebuild:
80 + Version bump. Restrict operations on symmetric encryption in gpg-agent,
81 + initialization fix, fix linking against gio and invalid memory access in
82 + rpc-layer. Drop la file for pam module, bug #342551.
83
84 22 Oct 2010; Gilles Dartiguelongue <eva@g.o>
85 -gnome-keyring-2.26.3.ebuild, -files/gnome-keyring-2.26.3-assert.patch,
86
87
88
89 1.3 gnome-base/gnome-keyring/gnome-keyring-2.32.0.ebuild
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.32.0.ebuild?rev=1.3&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.32.0.ebuild?rev=1.3&content-type=text/plain
93 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.32.0.ebuild?r1=1.2&r2=1.3
94
95 Index: gnome-keyring-2.32.0.ebuild
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.32.0.ebuild,v
98 retrieving revision 1.2
99 retrieving revision 1.3
100 diff -u -r1.2 -r1.3
101 --- gnome-keyring-2.32.0.ebuild 22 Oct 2010 22:29:17 -0000 1.2
102 +++ gnome-keyring-2.32.0.ebuild 1 Nov 2010 16:18:00 -0000 1.3
103 @@ -1,11 +1,11 @@
104 # Copyright 1999-2010 Gentoo Foundation
105 # Distributed under the terms of the GNU General Public License v2
106 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.32.0.ebuild,v 1.2 2010/10/22 22:29:17 eva Exp $
107 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.32.0.ebuild,v 1.3 2010/11/01 16:18:00 eva Exp $
108
109 EAPI="3"
110 GCONF_DEBUG="yes"
111
112 -inherit gnome2 pam virtualx
113 +inherit gnome2 multilib pam virtualx
114
115 DESCRIPTION="Password and keyring managing daemon"
116 HOMEPAGE="http://www.gnome.org/"
117 @@ -28,9 +28,10 @@
118 sys-devel/gettext
119 >=dev-util/intltool-0.35
120 >=dev-util/pkgconfig-0.9
121 - >=dev-util/gtk-doc-am-1.9
122 doc? ( >=dev-util/gtk-doc-1.9 )"
123 PDEPEND="gnome-base/libgnome-keyring"
124 +# eautoreconf needs:
125 +# >=dev-util/gtk-doc-am-1.9
126
127 DOCS="AUTHORS ChangeLog NEWS README"
128
129 @@ -60,6 +61,12 @@
130 -i configure.in configure || die "sed 2 failed"
131 }
132
133 +src_install() {
134 + gnome2_src_install
135 + find "${ED}"/$(get_libdir)/security -name "*.la" -delete \
136 + || die "la file removal failed"
137 +}
138 +
139 src_test() {
140 unset DBUS_SESSION_BUS_ADDRESS
141 Xemake check || die "emake check failed!"
142
143
144
145 1.1 gnome-base/gnome-keyring/gnome-keyring-2.32.1.ebuild
146
147 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.32.1.ebuild?rev=1.1&view=markup
148 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.32.1.ebuild?rev=1.1&content-type=text/plain
149
150 Index: gnome-keyring-2.32.1.ebuild
151 ===================================================================
152 # Copyright 1999-2010 Gentoo Foundation
153 # Distributed under the terms of the GNU General Public License v2
154 # $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.32.1.ebuild,v 1.1 2010/11/01 16:18:00 eva Exp $
155
156 EAPI="3"
157 GCONF_DEBUG="yes"
158
159 inherit gnome2 multilib pam virtualx
160
161 DESCRIPTION="Password and keyring managing daemon"
162 HOMEPAGE="http://www.gnome.org/"
163
164 LICENSE="GPL-2 LGPL-2"
165 SLOT="0"
166 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
167 IUSE="debug doc pam test"
168 # USE=valgrind is probably not a good idea for the tree
169
170 RDEPEND=">=dev-libs/glib-2.25:2
171 >=x11-libs/gtk+-2.20:2
172 gnome-base/gconf
173 >=sys-apps/dbus-1.0
174 pam? ( virtual/pam )
175 >=dev-libs/libgcrypt-1.2.2
176 >=dev-libs/libtasn1-1"
177 # valgrind? ( dev-util/valgrind )"
178 DEPEND="${RDEPEND}
179 sys-devel/gettext
180 >=dev-util/intltool-0.35
181 >=dev-util/pkgconfig-0.9
182 doc? ( >=dev-util/gtk-doc-1.9 )"
183 PDEPEND="gnome-base/libgnome-keyring"
184 # eautoreconf needs:
185 # >=dev-util/gtk-doc-am-1.9
186
187 DOCS="AUTHORS ChangeLog NEWS README"
188
189 pkg_setup() {
190 G2CONF="${G2CONF}
191 $(use_enable debug)
192 $(use_enable test tests)
193 $(use_enable pam)
194 $(use_with pam pam-dir $(getpam_mod_dir))
195 --with-root-certs=/usr/share/ca-certificates/
196 --enable-acl-prompts
197 --enable-ssh-agent
198 --enable-gpg-agent
199 --with-gtk=2.0"
200 # $(use_enable valgrind)
201 }
202
203 src_prepare() {
204 gnome2_src_prepare
205
206 # Remove silly CFLAGS
207 sed 's:CFLAGS="$CFLAGS -Werror:CFLAGS="$CFLAGS:' \
208 -i configure.in configure || die "sed failed"
209
210 # Remove DISABLE_DEPRECATED flags
211 sed -e '/-D[A-Z_]*DISABLE_DEPRECATED/d' \
212 -i configure.in configure || die "sed 2 failed"
213 }
214
215 src_install() {
216 gnome2_src_install
217 find "${ED}"/$(get_libdir)/security -name "*.la" -delete \
218 || die "la file removal failed"
219 }
220
221 src_test() {
222 unset DBUS_SESSION_BUS_ADDRESS
223 Xemake check || die "emake check failed!"
224 }