Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-tv/mythtv: ChangeLog mythtv-0.25.1.ebuild
Date: Thu, 28 Jun 2012 15:01:31
Message-Id: 20120628150107.8DA9F2004B@flycatcher.gentoo.org
1 cardoe 12/06/28 15:01:07
2
3 Modified: ChangeLog mythtv-0.25.1.ebuild
4 Log:
5 Add missing depend on x11-libs/qt-dbus.
6
7 (Portage version: 2.1.11.2/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.352 media-tv/mythtv/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.352&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.352&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?r1=1.351&r2=1.352
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v
19 retrieving revision 1.351
20 retrieving revision 1.352
21 diff -u -r1.351 -r1.352
22 --- ChangeLog 27 Jun 2012 00:39:58 -0000 1.351
23 +++ ChangeLog 28 Jun 2012 15:01:07 -0000 1.352
24 @@ -1,6 +1,9 @@
25 # ChangeLog for media-tv/mythtv
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.351 2012/06/27 00:39:58 cardoe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.352 2012/06/28 15:01:07 cardoe Exp $
29 +
30 + 28 Jun 2012; Doug Goldstein <cardoe@g.o> mythtv-0.25.1.ebuild:
31 + Add missing depend on x11-libs/qt-dbus.
32
33 26 Jun 2012; Doug Goldstein <cardoe@g.o> files/mythbackend.conf,
34 files/mythbackend.init:
35
36
37
38 1.10 media-tv/mythtv/mythtv-0.25.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild?rev=1.10&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild?rev=1.10&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild?r1=1.9&r2=1.10
43
44 Index: mythtv-0.25.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild,v
47 retrieving revision 1.9
48 retrieving revision 1.10
49 diff -u -r1.9 -r1.10
50 --- mythtv-0.25.1.ebuild 24 Jun 2012 20:06:49 -0000 1.9
51 +++ mythtv-0.25.1.ebuild 28 Jun 2012 15:01:07 -0000 1.10
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild,v 1.9 2012/06/24 20:06:49 cardoe Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild,v 1.10 2012/06/28 15:01:07 cardoe Exp $
57
58 EAPI=4
59
60 @@ -34,7 +34,8 @@
61 x11-libs/libXrandr
62 x11-libs/libXxf86vm
63 x11-libs/qt-core:4
64 - x11-libs/qt-gui:4[dbus]
65 + x11-libs/qt-dbus
66 + x11-libs/qt-gui:4
67 x11-libs/qt-sql:4[mysql]
68 x11-libs/qt-opengl:4
69 x11-libs/qt-webkit:4