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-text/sigil: sigil-0.6.2.ebuild sigil-0.6.0.ebuild ChangeLog
Date: Sat, 02 Mar 2013 19:45:38
Message-Id: 20130302194535.A94092171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 19:45:35
2
3 Modified: sigil-0.6.2.ebuild sigil-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.2 app-text/sigil/sigil-0.6.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/sigil/sigil-0.6.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/sigil/sigil-0.6.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/sigil/sigil-0.6.2.ebuild?r1=1.1&r2=1.2
15
16 Index: sigil-0.6.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/sigil/sigil-0.6.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- sigil-0.6.2.ebuild 24 Jan 2013 20:56:27 -0000 1.1
23 +++ sigil-0.6.2.ebuild 2 Mar 2013 19:45:35 -0000 1.2
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-text/sigil/sigil-0.6.2.ebuild,v 1.1 2013/01/24 20:56:27 sbriesen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/sigil/sigil-0.6.2.ebuild,v 1.2 2013/03/02 19:45:35 hwoarang Exp $
29
30 EAPI=4
31 CMAKE_BUILD_TYPE="Release"
32 @@ -24,9 +24,9 @@
33 >=dev-libs/boost-1.49
34 >=app-text/hunspell-1.3.2
35 >=dev-libs/xerces-c-3.1.1
36 - >=x11-libs/qt-webkit-4.8:4
37 - >=x11-libs/qt-svg-4.8:4
38 - >=x11-libs/qt-gui-4.8:4"
39 + >=dev-qt/qtwebkit-4.8:4
40 + >=dev-qt/qtsvg-4.8:4
41 + >=dev-qt/qtgui-4.8:4"
42 RDEPEND="${DEPEND}"
43
44 S="${WORKDIR}"
45
46
47
48 1.3 app-text/sigil/sigil-0.6.0.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/sigil/sigil-0.6.0.ebuild?rev=1.3&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/sigil/sigil-0.6.0.ebuild?rev=1.3&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/sigil/sigil-0.6.0.ebuild?r1=1.2&r2=1.3
53
54 Index: sigil-0.6.0.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/app-text/sigil/sigil-0.6.0.ebuild,v
57 retrieving revision 1.2
58 retrieving revision 1.3
59 diff -u -r1.2 -r1.3
60 --- sigil-0.6.0.ebuild 31 Oct 2012 20:42:20 -0000 1.2
61 +++ sigil-0.6.0.ebuild 2 Mar 2013 19:45:35 -0000 1.3
62 @@ -1,6 +1,6 @@
63 -# Copyright 1999-2012 Gentoo Foundation
64 +# Copyright 1999-2013 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/app-text/sigil/sigil-0.6.0.ebuild,v 1.2 2012/10/31 20:42:20 flameeyes Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/app-text/sigil/sigil-0.6.0.ebuild,v 1.3 2013/03/02 19:45:35 hwoarang Exp $
68
69 EAPI=4
70 CMAKE_BUILD_TYPE="Release"
71 @@ -24,9 +24,9 @@
72 >=dev-libs/boost-1.49
73 >=app-text/hunspell-1.3.2
74 >=dev-libs/xerces-c-3.1.1
75 - >=x11-libs/qt-webkit-4.8:4
76 - >=x11-libs/qt-svg-4.8:4
77 - >=x11-libs/qt-gui-4.8:4"
78 + >=dev-qt/qtwebkit-4.8:4
79 + >=dev-qt/qtsvg-4.8:4
80 + >=dev-qt/qtgui-4.8:4"
81 RDEPEND="${DEPEND}"
82
83 S="${WORKDIR}"
84
85
86
87 1.11 app-text/sigil/ChangeLog
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/sigil/ChangeLog?rev=1.11&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/sigil/ChangeLog?rev=1.11&content-type=text/plain
91 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/sigil/ChangeLog?r1=1.10&r2=1.11
92
93 Index: ChangeLog
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/app-text/sigil/ChangeLog,v
96 retrieving revision 1.10
97 retrieving revision 1.11
98 diff -u -r1.10 -r1.11
99 --- ChangeLog 24 Jan 2013 22:16:21 -0000 1.10
100 +++ ChangeLog 2 Mar 2013 19:45:35 -0000 1.11
101 @@ -1,6 +1,10 @@
102 # ChangeLog for app-text/sigil
103 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
104 -# $Header: /var/cvsroot/gentoo-x86/app-text/sigil/ChangeLog,v 1.10 2013/01/24 22:16:21 sbriesen Exp $
105 +# $Header: /var/cvsroot/gentoo-x86/app-text/sigil/ChangeLog,v 1.11 2013/03/02 19:45:35 hwoarang Exp $
106 +
107 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> sigil-0.6.0.ebuild,
108 + sigil-0.6.2.ebuild:
109 + Move Qt dependencies to the new category
110
111 24 Jan 2013; Stefan Briesenick <sbriesen@g.o> -sigil-0.5.3.ebuild:
112 removed also sigil-0.5.3