Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/sqliteman: sqliteman-1.2.2.ebuild ChangeLog
Date: Sat, 02 Mar 2013 19:50:46
Message-Id: 20130302195042.4466E2171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 19:50:42
2
3 Modified: sqliteman-1.2.2.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 dev-db/sqliteman/sqliteman-1.2.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqliteman/sqliteman-1.2.2.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqliteman/sqliteman-1.2.2.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqliteman/sqliteman-1.2.2.ebuild?r1=1.2&r2=1.3
15
16 Index: sqliteman-1.2.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-db/sqliteman/sqliteman-1.2.2.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- sqliteman-1.2.2.ebuild 17 Sep 2010 11:46:26 -0000 1.2
23 +++ sqliteman-1.2.2.ebuild 2 Mar 2013 19:50:42 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 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/dev-db/sqliteman/sqliteman-1.2.2.ebuild,v 1.2 2010/09/17 11:46:26 scarabeus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteman/sqliteman-1.2.2.ebuild,v 1.3 2013/03/02 19:50:42 hwoarang Exp $
30
31 EAPI=3
32
33 @@ -15,8 +15,8 @@
34 KEYWORDS="amd64 x86"
35 IUSE=""
36
37 -RDEPEND="x11-libs/qt-gui:4
38 - x11-libs/qt-sql:4[sqlite]
39 +RDEPEND="dev-qt/qtgui:4
40 + dev-qt/qtsql:4[sqlite]
41 x11-libs/qscintilla"
42 DEPEND="${RDEPEND}"
43
44
45
46
47 1.8 dev-db/sqliteman/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqliteman/ChangeLog?rev=1.8&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqliteman/ChangeLog?rev=1.8&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqliteman/ChangeLog?r1=1.7&r2=1.8
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-db/sqliteman/ChangeLog,v
56 retrieving revision 1.7
57 retrieving revision 1.8
58 diff -u -r1.7 -r1.8
59 --- ChangeLog 21 Apr 2012 16:15:59 -0000 1.7
60 +++ ChangeLog 2 Mar 2013 19:50:42 -0000 1.8
61 @@ -1,6 +1,9 @@
62 # ChangeLog for dev-db/sqliteman
63 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteman/ChangeLog,v 1.7 2012/04/21 16:15:59 pesa Exp $
65 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
66 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteman/ChangeLog,v 1.8 2013/03/02 19:50:42 hwoarang Exp $
67 +
68 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> sqliteman-1.2.2.ebuild:
69 + Move Qt dependencies to the new category
70
71 21 Apr 2012; Davide Pesavento <pesa@g.o> metadata.xml:
72 Remove redundant maintainer from metadata.
73 @@ -33,4 +36,3 @@
74 +sqliteman-1.2.0.ebuild:
75 Initial commit, thanks to the users in bug 173637 and Sunrise who
76 developed the ebuild.
77 -