Gentoo Archives: gentoo-commits

From: "Nirbheek Chauhan (nirbheek)" <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/spice-gtk: spice-gtk-0.8.ebuild ChangeLog
Date: Mon, 30 Jan 2012 15:15:31
Message-Id: 20120130151520.6A4492004B@flycatcher.gentoo.org
1 nirbheek 12/01/30 15:15:20
2
3 Modified: spice-gtk-0.8.ebuild ChangeLog
4 Log:
5 Fix usbredir and polkit deps
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 net-misc/spice-gtk/spice-gtk-0.8.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.8.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.8.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.8.ebuild?r1=1.1&r2=1.2
15
16 Index: spice-gtk-0.8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.8.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- spice-gtk-0.8.ebuild 19 Jan 2012 18:01:22 -0000 1.1
23 +++ spice-gtk-0.8.ebuild 30 Jan 2012 15:15:20 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.8.ebuild,v 1.1 2012/01/19 18:01:22 dev-zero Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.8.ebuild,v 1.2 2012/01/30 15:15:20 nirbheek Exp $
29
30 EAPI="4"
31 GCONF_DEBUG="no"
32 @@ -40,10 +40,10 @@
33 gnome? ( gnome-base/gconf )
34 usbredir? (
35 policykit? (
36 - sys-auth/polkit
37 - sys-apps/acl )
38 + sys-apps/acl
39 + >=sys-auth/polkit-0.96 )
40 >=dev-libs/libusb-1.0.9_rc1
41 - >=sys-apps/usbredir-0.3.1
42 + >=sys-apps/usbredir-0.3.3
43 sys-fs/udev[gudev] )"
44 DEPEND="${RDEPEND}
45 vala? ( dev-lang/vala:0.14 )
46
47
48
49 1.13 net-misc/spice-gtk/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spice-gtk/ChangeLog?rev=1.13&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spice-gtk/ChangeLog?rev=1.13&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spice-gtk/ChangeLog?r1=1.12&r2=1.13
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/ChangeLog,v
58 retrieving revision 1.12
59 retrieving revision 1.13
60 diff -u -r1.12 -r1.13
61 --- ChangeLog 27 Jan 2012 15:46:17 -0000 1.12
62 +++ ChangeLog 30 Jan 2012 15:15:20 -0000 1.13
63 @@ -1,6 +1,9 @@
64 # ChangeLog for net-misc/spice-gtk
65 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/ChangeLog,v 1.12 2012/01/27 15:46:17 ago Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/ChangeLog,v 1.13 2012/01/30 15:15:20 nirbheek Exp $
68 +
69 + 30 Jan 2012; Nirbheek Chauhan <nirbheek@g.o> spice-gtk-0.8.ebuild:
70 + Fix usbredir and polkit deps
71
72 27 Jan 2012; Agostino Sarubbo <ago@g.o> spice-gtk-0.7.159.ebuild:
73 Stable for amd64, wrt bug #399429