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-vcs/qgit: qgit-2.5.ebuild qgit-2.4.ebuild ChangeLog
Date: Sat, 02 Mar 2013 21:08:54
Message-Id: 20130302210851.23BEF2171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 21:08:51
2
3 Modified: qgit-2.5.ebuild qgit-2.4.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 dev-vcs/qgit/qgit-2.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/qgit/qgit-2.5.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/qgit/qgit-2.5.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/qgit/qgit-2.5.ebuild?r1=1.4&r2=1.5
15
16 Index: qgit-2.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/qgit/qgit-2.5.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- qgit-2.5.ebuild 21 Nov 2012 10:58:34 -0000 1.4
23 +++ qgit-2.5.ebuild 2 Mar 2013 21:08:50 -0000 1.5
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/dev-vcs/qgit/qgit-2.5.ebuild,v 1.4 2012/11/21 10:58:34 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qgit/qgit-2.5.ebuild,v 1.5 2013/03/02 21:08:50 hwoarang Exp $
30
31 EAPI=4
32
33 @@ -15,7 +15,7 @@
34 KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos"
35 IUSE=""
36
37 -DEPEND="x11-libs/qt-gui:4"
38 +DEPEND="dev-qt/qtgui:4"
39 RDEPEND="${DEPEND}
40 >=dev-vcs/git-1.6
41 "
42
43
44
45 1.6 dev-vcs/qgit/qgit-2.4.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/qgit/qgit-2.4.ebuild?rev=1.6&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/qgit/qgit-2.4.ebuild?rev=1.6&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/qgit/qgit-2.4.ebuild?r1=1.5&r2=1.6
50
51 Index: qgit-2.4.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/qgit/qgit-2.4.ebuild,v
54 retrieving revision 1.5
55 retrieving revision 1.6
56 diff -u -r1.5 -r1.6
57 --- qgit-2.4.ebuild 25 Mar 2012 18:46:03 -0000 1.5
58 +++ qgit-2.4.ebuild 2 Mar 2013 21:08:50 -0000 1.6
59 @@ -1,6 +1,6 @@
60 -# Copyright 1999-2012 Gentoo Foundation
61 +# Copyright 1999-2013 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qgit/qgit-2.4.ebuild,v 1.5 2012/03/25 18:46:03 ranger Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qgit/qgit-2.4.ebuild,v 1.6 2013/03/02 21:08:50 hwoarang Exp $
65
66 EAPI=4
67
68 @@ -15,7 +15,7 @@
69 KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos"
70 IUSE=""
71
72 -DEPEND="x11-libs/qt-gui:4"
73 +DEPEND="dev-qt/qtgui:4"
74 RDEPEND="${DEPEND}
75 >=dev-vcs/git-1.6
76 "
77
78
79
80 1.13 dev-vcs/qgit/ChangeLog
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/qgit/ChangeLog?rev=1.13&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/qgit/ChangeLog?rev=1.13&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/qgit/ChangeLog?r1=1.12&r2=1.13
85
86 Index: ChangeLog
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/qgit/ChangeLog,v
89 retrieving revision 1.12
90 retrieving revision 1.13
91 diff -u -r1.12 -r1.13
92 --- ChangeLog 21 Nov 2012 10:58:34 -0000 1.12
93 +++ ChangeLog 2 Mar 2013 21:08:50 -0000 1.13
94 @@ -1,6 +1,10 @@
95 # ChangeLog for dev-vcs/qgit
96 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
97 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qgit/ChangeLog,v 1.12 2012/11/21 10:58:34 ago Exp $
98 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
99 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qgit/ChangeLog,v 1.13 2013/03/02 21:08:50 hwoarang Exp $
100 +
101 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> qgit-2.4.ebuild,
102 + qgit-2.5.ebuild:
103 + Move Qt dependencies to the new category
104
105 21 Nov 2012; Agostino Sarubbo <ago@g.o> qgit-2.5.ebuild:
106 Stable for x86, wrt bug #440850