Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/goldendict: goldendict-1.0.1.ebuild ChangeLog
Date: Sat, 02 Mar 2013 19:42:31
Message-Id: 20130302194228.9C0592171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 19:42:28
2
3 Modified: goldendict-1.0.1.ebuild ChangeLog
4 Log:
5 Move Qt dependencies to the new category
6
7 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
8
9 Revision Changes Path
10 1.9 app-text/goldendict/goldendict-1.0.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/goldendict-1.0.1.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/goldendict-1.0.1.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/goldendict-1.0.1.ebuild?r1=1.8&r2=1.9
15
16 Index: goldendict-1.0.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/goldendict/goldendict-1.0.1.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- goldendict-1.0.1.ebuild 26 Jul 2012 07:04:22 -0000 1.8
23 +++ goldendict-1.0.1.ebuild 2 Mar 2013 19:42:28 -0000 1.9
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/goldendict/goldendict-1.0.1.ebuild,v 1.8 2012/07/26 07:04:22 yngwin Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/goldendict/goldendict-1.0.1.ebuild,v 1.9 2013/03/02 19:42:28 hwoarang Exp $
30
31 EAPI=4
32 PLOCALES="ar_SA bg_BG cs_CZ de_DE el_GR it_IT lt_LT ru_RU uk_UA vi_VN zh_CN"
33 @@ -22,11 +22,11 @@
34 media-libs/libvorbis
35 sys-libs/zlib
36 x11-libs/libXtst
37 - >=x11-libs/qt-core-4.5:4[exceptions,qt3support]
38 - >=x11-libs/qt-gui-4.5:4[exceptions,qt3support]
39 - >=x11-libs/qt-webkit-4.5:4[exceptions]
40 + >=dev-qt/qtcore-4.5:4[exceptions,qt3support]
41 + >=dev-qt/qtgui-4.5:4[exceptions,qt3support]
42 + >=dev-qt/qtwebkit-4.5:4[exceptions]
43 !kde? ( || (
44 - >=x11-libs/qt-phonon-4.5:4[exceptions]
45 + >=dev-qt/qtphonon-4.5:4[exceptions]
46 media-libs/phonon
47 ) )
48 kde? ( media-libs/phonon )
49
50
51
52 1.11 app-text/goldendict/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/ChangeLog?rev=1.11&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/ChangeLog?rev=1.11&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/ChangeLog?r1=1.10&r2=1.11
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/app-text/goldendict/ChangeLog,v
61 retrieving revision 1.10
62 retrieving revision 1.11
63 diff -u -r1.10 -r1.11
64 --- ChangeLog 16 Feb 2013 12:26:43 -0000 1.10
65 +++ ChangeLog 2 Mar 2013 19:42:28 -0000 1.11
66 @@ -1,6 +1,9 @@
67 # ChangeLog for app-text/goldendict
68 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/app-text/goldendict/ChangeLog,v 1.10 2013/02/16 12:26:43 pacho Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/app-text/goldendict/ChangeLog,v 1.11 2013/03/02 19:42:28 hwoarang Exp $
71 +
72 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> goldendict-1.0.1.ebuild:
73 + Move Qt dependencies to the new category
74
75 16 Feb 2013; Pacho Ramos <pacho@g.o> metadata.xml:
76 Cleanup due bug #96436