Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/polkit-qt: polkit-qt-0.112.0.ebuild ChangeLog
Date: Wed, 30 Jul 2014 23:47:56
Message-Id: 20140730234749.7ECBB2004E@flycatcher.gentoo.org
1 johu 14/07/30 23:47:48
2
3 Modified: polkit-qt-0.112.0.ebuild ChangeLog
4 Log:
5 Drop USE dep glib on dev-qt/*:5, bug #518588.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
8
9 Revision Changes Path
10 1.2 sys-auth/polkit-qt/polkit-qt-0.112.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-qt/polkit-qt-0.112.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-qt/polkit-qt-0.112.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-qt/polkit-qt-0.112.0.ebuild?r1=1.1&r2=1.2
15
16 Index: polkit-qt-0.112.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/polkit-qt-0.112.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- polkit-qt-0.112.0.ebuild 22 Jul 2014 13:37:19 -0000 1.1
23 +++ polkit-qt-0.112.0.ebuild 30 Jul 2014 23:47:48 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/polkit-qt-0.112.0.ebuild,v 1.1 2014/07/22 13:37:19 kensington Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/polkit-qt-0.112.0.ebuild,v 1.2 2014/07/30 23:47:48 johu Exp $
29
30 EAPI=5
31
32 @@ -28,9 +28,9 @@
33 dev-qt/qtgui:4[glib]
34 )
35 qt5? (
36 - dev-qt/qtcore:5[glib]
37 + dev-qt/qtcore:5
38 dev-qt/qtdbus:5
39 - dev-qt/qtgui:5[glib]
40 + dev-qt/qtgui:5
41 dev-qt/qtwidgets:5
42 examples? ( dev-qt/qtxml:5 )
43 )
44
45
46
47 1.32 sys-auth/polkit-qt/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-qt/ChangeLog?rev=1.32&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-qt/ChangeLog?rev=1.32&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-qt/ChangeLog?r1=1.31&r2=1.32
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/ChangeLog,v
56 retrieving revision 1.31
57 retrieving revision 1.32
58 diff -u -r1.31 -r1.32
59 --- ChangeLog 22 Jul 2014 13:37:19 -0000 1.31
60 +++ ChangeLog 30 Jul 2014 23:47:48 -0000 1.32
61 @@ -1,6 +1,9 @@
62 # ChangeLog for sys-auth/polkit-qt
63 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/ChangeLog,v 1.31 2014/07/22 13:37:19 kensington Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/ChangeLog,v 1.32 2014/07/30 23:47:48 johu Exp $
66 +
67 + 30 Jul 2014; Johannes Huber <johu@g.o> polkit-qt-0.112.0.ebuild:
68 + Drop USE dep glib on dev-qt/*:5, bug #518588.
69
70 *polkit-qt-0.112.0 (22 Jul 2014)