Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qtermwidget: qtermwidget-0.4.0.ebuild ChangeLog
Date: Sat, 02 Mar 2013 23:45:41
Message-Id: 20130302234538.0521F2171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 23:45:37
2
3 Modified: qtermwidget-0.4.0.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.3 x11-libs/qtermwidget/qtermwidget-0.4.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qtermwidget/qtermwidget-0.4.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qtermwidget/qtermwidget-0.4.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qtermwidget/qtermwidget-0.4.0.ebuild?r1=1.2&r2=1.3
15
16 Index: qtermwidget-0.4.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qtermwidget/qtermwidget-0.4.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- qtermwidget-0.4.0.ebuild 9 Jul 2012 04:47:08 -0000 1.2
23 +++ qtermwidget-0.4.0.ebuild 2 Mar 2013 23:45:37 -0000 1.3
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/x11-libs/qtermwidget/qtermwidget-0.4.0.ebuild,v 1.2 2012/07/09 04:47:08 yngwin Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qtermwidget/qtermwidget-0.4.0.ebuild,v 1.3 2013/03/02 23:45:37 hwoarang Exp $
30
31 EAPI="4"
32
33 @@ -15,5 +15,5 @@
34 KEYWORDS="~amd64 ~x86"
35 IUSE="debug" # todo: python
36
37 -DEPEND="x11-libs/qt-gui:4"
38 +DEPEND="dev-qt/qtgui:4"
39 RDEPEND="${DEPEND}"
40
41
42
43 1.3 x11-libs/qtermwidget/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qtermwidget/ChangeLog?rev=1.3&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qtermwidget/ChangeLog?rev=1.3&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qtermwidget/ChangeLog?r1=1.2&r2=1.3
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qtermwidget/ChangeLog,v
52 retrieving revision 1.2
53 retrieving revision 1.3
54 diff -u -r1.2 -r1.3
55 --- ChangeLog 9 Jul 2012 04:47:08 -0000 1.2
56 +++ ChangeLog 2 Mar 2013 23:45:37 -0000 1.3
57 @@ -1,6 +1,9 @@
58 # ChangeLog for x11-libs/qtermwidget
59 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qtermwidget/ChangeLog,v 1.2 2012/07/09 04:47:08 yngwin Exp $
61 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qtermwidget/ChangeLog,v 1.3 2013/03/02 23:45:37 hwoarang Exp $
63 +
64 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> qtermwidget-0.4.0.ebuild:
65 + Move Qt dependencies to the new category
66
67 09 Jul 2012; Ben de Groot <yngwin@g.o> qtermwidget-0.4.0.ebuild:
68 Update homepage, bug #425386