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-mobilephone/qtadb: qtadb-0.8.1.ebuild ChangeLog
Date: Sat, 02 Mar 2013 19:34:06
Message-Id: 20130302193403.48AA92171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 19:34:03
2
3 Modified: qtadb-0.8.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.5 app-mobilephone/qtadb/qtadb-0.8.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/qtadb/qtadb-0.8.1.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/qtadb/qtadb-0.8.1.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/qtadb/qtadb-0.8.1.ebuild?r1=1.4&r2=1.5
15
16 Index: qtadb-0.8.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/qtadb/qtadb-0.8.1.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- qtadb-0.8.1.ebuild 15 Feb 2013 19:21:01 -0000 1.4
23 +++ qtadb-0.8.1.ebuild 2 Mar 2013 19:34:03 -0000 1.5
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/app-mobilephone/qtadb/qtadb-0.8.1.ebuild,v 1.4 2013/02/15 19:21:01 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/qtadb/qtadb-0.8.1.ebuild,v 1.5 2013/03/02 19:34:03 hwoarang Exp $
29
30 EAPI="4"
31
32 @@ -18,8 +18,8 @@
33 KEYWORDS="~amd64 ~x86"
34 IUSE=""
35
36 -RDEPEND="x11-libs/qt-gui:4
37 - x11-libs/qt-declarative:4"
38 +RDEPEND="dev-qt/qtgui:4
39 + dev-qt/qtdeclarative:4"
40 DEPEND="${RDEPEND}
41 app-arch/unzip"
42
43
44
45
46 1.5 app-mobilephone/qtadb/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/qtadb/ChangeLog?rev=1.5&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/qtadb/ChangeLog?rev=1.5&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/qtadb/ChangeLog?r1=1.4&r2=1.5
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/qtadb/ChangeLog,v
55 retrieving revision 1.4
56 retrieving revision 1.5
57 diff -u -r1.4 -r1.5
58 --- ChangeLog 15 Feb 2013 19:21:01 -0000 1.4
59 +++ ChangeLog 2 Mar 2013 19:34:03 -0000 1.5
60 @@ -1,6 +1,9 @@
61 # ChangeLog for app-mobilephone/qtadb
62 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/qtadb/ChangeLog,v 1.4 2013/02/15 19:21:01 pacho Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/qtadb/ChangeLog,v 1.5 2013/03/02 19:34:03 hwoarang Exp $
65 +
66 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> qtadb-0.8.1.ebuild:
67 + Move Qt dependencies to the new category
68
69 15 Feb 2013; Pacho Ramos <pacho@g.o> qtadb-0.8.1.ebuild:
70 Don't show elog messages always (#457596)