Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-keyring: gnome-keyring-2.32.1.ebuild ChangeLog
Date: Sat, 01 Jan 2011 18:23:42
Message-Id: 20110101182333.D475020054@flycatcher.gentoo.org
1 pacho 11/01/01 18:23:33
2
3 Modified: gnome-keyring-2.32.1.ebuild ChangeLog
4 Log:
5 Restrict tests as they won't be fixed for this cycle but should be fixed in the next major version (bug #340283).
6
7 (Portage version: 2.1.9.27/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 gnome-base/gnome-keyring/gnome-keyring-2.32.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.32.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.32.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.32.1.ebuild?r1=1.2&r2=1.3
15
16 Index: gnome-keyring-2.32.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.32.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- gnome-keyring-2.32.1.ebuild 7 Dec 2010 16:24:57 -0000 1.2
23 +++ gnome-keyring-2.32.1.ebuild 1 Jan 2011 18:23:33 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.32.1.ebuild,v 1.2 2010/12/07 16:24:57 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.32.1.ebuild,v 1.3 2011/01/01 18:23:33 pacho Exp $
30
31 EAPI="3"
32 GCONF_DEBUG="yes"
33 @@ -35,6 +35,10 @@
34
35 DOCS="AUTHORS ChangeLog NEWS README"
36
37 +# tests fail in several ways, they should be fixed in the next cycle (bug #340283),
38 +# revisit then.
39 +RESTRICT="test"
40 +
41 pkg_setup() {
42 G2CONF="${G2CONF}
43 $(use_enable debug)
44
45
46
47 1.194 gnome-base/gnome-keyring/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-keyring/ChangeLog?rev=1.194&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-keyring/ChangeLog?rev=1.194&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-keyring/ChangeLog?r1=1.193&r2=1.194
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v
56 retrieving revision 1.193
57 retrieving revision 1.194
58 diff -u -r1.193 -r1.194
59 --- ChangeLog 7 Dec 2010 16:24:57 -0000 1.193
60 +++ ChangeLog 1 Jan 2011 18:23:33 -0000 1.194
61 @@ -1,6 +1,10 @@
62 # ChangeLog for gnome-base/gnome-keyring
63 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v 1.193 2010/12/07 16:24:57 pacho Exp $
65 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
66 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v 1.194 2011/01/01 18:23:33 pacho Exp $
67 +
68 + 01 Jan 2011; Pacho Ramos <pacho@g.o> gnome-keyring-2.32.1.ebuild:
69 + Restrict tests as they won't be fixed for this cycle but should be fixed in
70 + the next major version (bug #340283).
71
72 07 Dec 2010; Pacho Ramos <pacho@g.o> -gnome-keyring-2.32.0.ebuild,
73 gnome-keyring-2.32.1.ebuild: