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-editors/fb2edit: fb2edit-0.0.7.ebuild ChangeLog
Date: Sat, 02 Mar 2013 19:20:38
Message-Id: 20130302192035.2954F2171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 19:20:35
2
3 Modified: fb2edit-0.0.7.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 app-editors/fb2edit/fb2edit-0.0.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/fb2edit/fb2edit-0.0.7.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/fb2edit/fb2edit-0.0.7.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/fb2edit/fb2edit-0.0.7.ebuild?r1=1.2&r2=1.3
15
16 Index: fb2edit-0.0.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/fb2edit/fb2edit-0.0.7.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- fb2edit-0.0.7.ebuild 27 Nov 2012 13:40:08 -0000 1.2
23 +++ fb2edit-0.0.7.ebuild 2 Mar 2013 19:20:35 -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/app-editors/fb2edit/fb2edit-0.0.7.ebuild,v 1.2 2012/11/27 13:40:08 pinkbyte Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/fb2edit/fb2edit-0.0.7.ebuild,v 1.3 2013/03/02 19:20:35 hwoarang Exp $
30
31 EAPI=4
32
33 @@ -16,10 +16,10 @@
34 IUSE=""
35
36 DEPEND="dev-libs/libxml2
37 - x11-libs/qt-core:4
38 - x11-libs/qt-gui:4
39 - x11-libs/qt-webkit:4
40 - x11-libs/qt-xmlpatterns:4"
41 + dev-qt/qtcore:4
42 + dev-qt/qtgui:4
43 + dev-qt/qtwebkit:4
44 + dev-qt/qtxmlpatterns:4"
45 RDEPEND="${DEPEND}
46 x11-themes/hicolor-icon-theme"
47
48
49
50
51 1.3 app-editors/fb2edit/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/fb2edit/ChangeLog?rev=1.3&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/fb2edit/ChangeLog?rev=1.3&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/fb2edit/ChangeLog?r1=1.2&r2=1.3
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/app-editors/fb2edit/ChangeLog,v
60 retrieving revision 1.2
61 retrieving revision 1.3
62 diff -u -r1.2 -r1.3
63 --- ChangeLog 27 Nov 2012 13:40:08 -0000 1.2
64 +++ ChangeLog 2 Mar 2013 19:20:35 -0000 1.3
65 @@ -1,6 +1,9 @@
66 # ChangeLog for app-editors/fb2edit
67 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/app-editors/fb2edit/ChangeLog,v 1.2 2012/11/27 13:40:08 pinkbyte Exp $
69 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
70 +# $Header: /var/cvsroot/gentoo-x86/app-editors/fb2edit/ChangeLog,v 1.3 2013/03/02 19:20:35 hwoarang Exp $
71 +
72 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> fb2edit-0.0.7.ebuild:
73 + Move Qt dependencies to the new category
74
75 27 Nov 2012; Sergey Popov <pinkbyte@g.o> fb2edit-0.0.7.ebuild:
76 QA: Add slots to all of Qt dependencies. Thanks to Nikoli for discovering
77 @@ -12,4 +15,3 @@
78 +metadata.xml:
79 Initial commit wrt bug #439294. Ebuild is written by Beelzebubbie and Mikle
80 Kolyada
81 -