Gentoo Archives: gentoo-commits

From: "Davide Pesavento (pesa)" <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/qmpdclient: qmpdclient-1.2.2-r1.ebuild ChangeLog
Date: Tue, 01 Oct 2013 21:26:08
Message-Id: 20131001212604.001052004C@flycatcher.gentoo.org
1 pesa 13/10/01 21:26:03
2
3 Modified: qmpdclient-1.2.2-r1.ebuild ChangeLog
4 Log:
5 Properly fix qtgui/qtdbus deps wrt bug 484176.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)
8
9 Revision Changes Path
10 1.8 media-sound/qmpdclient/qmpdclient-1.2.2-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.2.2-r1.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.2.2-r1.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.2.2-r1.ebuild?r1=1.7&r2=1.8
15
16 Index: qmpdclient-1.2.2-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.2.2-r1.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- qmpdclient-1.2.2-r1.ebuild 18 Jul 2013 22:09:07 -0000 1.7
23 +++ qmpdclient-1.2.2-r1.ebuild 1 Oct 2013 21:26:03 -0000 1.8
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.2.2-r1.ebuild,v 1.7 2013/07/18 22:09:07 creffett Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.2.2-r1.ebuild,v 1.8 2013/10/01 21:26:03 pesa Exp $
29
30 EAPI=4
31 inherit fdo-mime cmake-utils
32 @@ -15,7 +15,8 @@
33 KEYWORDS="amd64 ppc x86"
34 IUSE="debug"
35
36 -DEPEND="dev-qt/qtgui:4[dbus(+)]
37 +DEPEND="dev-qt/qtdbus:4
38 + dev-qt/qtgui:4
39 dev-qt/qtwebkit:4
40 dev-qt/qtxmlpatterns:4"
41 RDEPEND="${DEPEND}"
42
43
44
45 1.100 media-sound/qmpdclient/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qmpdclient/ChangeLog?rev=1.100&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qmpdclient/ChangeLog?rev=1.100&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qmpdclient/ChangeLog?r1=1.99&r2=1.100
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v
54 retrieving revision 1.99
55 retrieving revision 1.100
56 diff -u -r1.99 -r1.100
57 --- ChangeLog 18 Jul 2013 22:09:07 -0000 1.99
58 +++ ChangeLog 1 Oct 2013 21:26:03 -0000 1.100
59 @@ -1,6 +1,9 @@
60 # ChangeLog for media-sound/qmpdclient
61 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.99 2013/07/18 22:09:07 creffett Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.100 2013/10/01 21:26:03 pesa Exp $
64 +
65 + 01 Oct 2013; Davide Pesavento <pesa@g.o> qmpdclient-1.2.2-r1.ebuild:
66 + Properly fix qtgui/qtdbus deps wrt bug 484176.
67
68 18 Jul 2013; Chris Reffett <creffett@g.o> qmpdclient-1.2.2-r1.ebuild:
69 Convert base_src_prepare to cmake-utils_src_prepare, bug 477232.