Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/graphviz: graphviz-2.28.0.ebuild ChangeLog
Date: Sat, 02 Mar 2013 21:36:22
Message-Id: 20130302213618.D1FC62171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 21:36:18
2
3 Modified: graphviz-2.28.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.17 media-gfx/graphviz/graphviz-2.28.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphviz/graphviz-2.28.0.ebuild?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphviz/graphviz-2.28.0.ebuild?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphviz/graphviz-2.28.0.ebuild?r1=1.16&r2=1.17
15
16 Index: graphviz-2.28.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.28.0.ebuild,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- graphviz-2.28.0.ebuild 22 Feb 2013 20:56:24 -0000 1.16
23 +++ graphviz-2.28.0.ebuild 2 Mar 2013 21:36:18 -0000 1.17
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/media-gfx/graphviz/graphviz-2.28.0.ebuild,v 1.16 2013/02/22 20:56:24 zmedico Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.28.0.ebuild,v 1.17 2013/03/02 21:36:18 hwoarang Exp $
29
30 EAPI=4
31 PYTHON_DEPEND="python? 2"
32 @@ -48,8 +48,8 @@
33 gts? ( sci-libs/gts )
34 lasi? ( media-libs/lasi )
35 qt4? (
36 - x11-libs/qt-core:4
37 - x11-libs/qt-gui:4
38 + dev-qt/qtcore:4
39 + dev-qt/qtgui:4
40 )
41 ruby? ( dev-lang/ruby )
42 svg? ( gnome-base/librsvg )
43
44
45
46 1.271 media-gfx/graphviz/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphviz/ChangeLog?rev=1.271&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphviz/ChangeLog?rev=1.271&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphviz/ChangeLog?r1=1.270&r2=1.271
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v
55 retrieving revision 1.270
56 retrieving revision 1.271
57 diff -u -r1.270 -r1.271
58 --- ChangeLog 22 Feb 2013 20:56:24 -0000 1.270
59 +++ ChangeLog 2 Mar 2013 21:36:18 -0000 1.271
60 @@ -1,6 +1,9 @@
61 # ChangeLog for media-gfx/graphviz
62 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.270 2013/02/22 20:56:24 zmedico Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.271 2013/03/02 21:36:18 hwoarang Exp $
65 +
66 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> graphviz-2.28.0.ebuild:
67 + Move Qt dependencies to the new category
68
69 22 Feb 2013; Zac Medico <zmedico@g.o> graphviz-2.28.0.ebuild:
70 Add ~arm-linux keyword.