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-misc/okindd: okindd-0.6.1.ebuild okindd-0.6.0.ebuild ChangeLog
Date: Sat, 02 Mar 2013 23:50:40
Message-Id: 20130302235034.D89FA2171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 23:50:34
2
3 Modified: okindd-0.6.1.ebuild okindd-0.6.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-misc/okindd/okindd-0.6.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/okindd/okindd-0.6.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/okindd/okindd-0.6.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/okindd/okindd-0.6.1.ebuild?r1=1.2&r2=1.3
15
16 Index: okindd-0.6.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/okindd/okindd-0.6.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- okindd-0.6.1.ebuild 21 Jun 2012 09:51:23 -0000 1.2
23 +++ okindd-0.6.1.ebuild 2 Mar 2013 23:50:34 -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-misc/okindd/okindd-0.6.1.ebuild,v 1.2 2012/06/21 09:51:23 kensington Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/okindd/okindd-0.6.1.ebuild,v 1.3 2013/03/02 23:50:34 hwoarang Exp $
30
31 EAPI=4
32
33 @@ -18,9 +18,9 @@
34 IUSE="debug"
35
36 DEPEND="
37 - x11-libs/qt-core:4
38 - x11-libs/qt-dbus:4
39 - x11-libs/qt-gui:4
40 + dev-qt/qtcore:4
41 + dev-qt/qtdbus:4
42 + dev-qt/qtgui:4
43 "
44 RDEPEND="${DEPEND}"
45
46
47
48
49 1.3 x11-misc/okindd/okindd-0.6.0.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/okindd/okindd-0.6.0.ebuild?rev=1.3&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/okindd/okindd-0.6.0.ebuild?rev=1.3&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/okindd/okindd-0.6.0.ebuild?r1=1.2&r2=1.3
54
55 Index: okindd-0.6.0.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/x11-misc/okindd/okindd-0.6.0.ebuild,v
58 retrieving revision 1.2
59 retrieving revision 1.3
60 diff -u -r1.2 -r1.3
61 --- okindd-0.6.0.ebuild 14 Feb 2012 17:20:36 -0000 1.2
62 +++ okindd-0.6.0.ebuild 2 Mar 2013 23:50:34 -0000 1.3
63 @@ -1,6 +1,6 @@
64 -# Copyright 1999-2012 Gentoo Foundation
65 +# Copyright 1999-2013 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/okindd/okindd-0.6.0.ebuild,v 1.2 2012/02/14 17:20:36 tove Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/okindd/okindd-0.6.0.ebuild,v 1.3 2013/03/02 23:50:34 hwoarang Exp $
69
70 EAPI="4"
71
72 @@ -17,8 +17,8 @@
73 SLOT="0"
74 IUSE="debug"
75
76 -DEPEND="x11-libs/qt-gui:4
77 - x11-libs/qt-dbus:4"
78 +DEPEND="dev-qt/qtgui:4
79 + dev-qt/qtdbus:4"
80 RDEPEND="${DEPEND}"
81
82 S="${WORKDIR}/${PN}"
83
84
85
86 1.9 x11-misc/okindd/ChangeLog
87
88 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/okindd/ChangeLog?rev=1.9&view=markup
89 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/okindd/ChangeLog?rev=1.9&content-type=text/plain
90 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/okindd/ChangeLog?r1=1.8&r2=1.9
91
92 Index: ChangeLog
93 ===================================================================
94 RCS file: /var/cvsroot/gentoo-x86/x11-misc/okindd/ChangeLog,v
95 retrieving revision 1.8
96 retrieving revision 1.9
97 diff -u -r1.8 -r1.9
98 --- ChangeLog 21 Jun 2012 09:51:23 -0000 1.8
99 +++ ChangeLog 2 Mar 2013 23:50:34 -0000 1.9
100 @@ -1,6 +1,10 @@
101 # ChangeLog for x11-misc/okindd
102 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
103 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/okindd/ChangeLog,v 1.8 2012/06/21 09:51:23 kensington Exp $
104 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
105 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/okindd/ChangeLog,v 1.9 2013/03/02 23:50:34 hwoarang Exp $
106 +
107 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> okindd-0.6.0.ebuild,
108 + okindd-0.6.1.ebuild:
109 + Move Qt dependencies to the new category
110
111 21 Jun 2012; Michael Palimaka <kensington@g.o>
112 +files/okindd-0.6.1-gcc-4.7.patch, okindd-0.6.1.ebuild:
113 @@ -39,4 +43,3 @@
114 17 Jul 2009; Alex Alexander <wired@g.o>
115 +okindd-0.5.8.ebuild, +files/okindd_home_and_naming.patch, +metadata.xml:
116 New ebuild for okindd
117 -