Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/graphviz: graphviz-2.28.0.ebuild metadata.xml ChangeLog
Date: Sun, 30 Jun 2013 15:36:00
Message-Id: 20130630153556.BDABD2171C@flycatcher.gentoo.org
1 jlec 13/06/30 15:35:56
2
3 Modified: graphviz-2.28.0.ebuild metadata.xml ChangeLog
4 Log:
5 media-gfx/graphviz: Fix usage of python-r1.eclass
6
7 (Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
8
9 Revision Changes Path
10 1.19 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.19&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphviz/graphviz-2.28.0.ebuild?rev=1.19&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphviz/graphviz-2.28.0.ebuild?r1=1.18&r2=1.19
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.18
20 retrieving revision 1.19
21 diff -u -r1.18 -r1.19
22 --- graphviz-2.28.0.ebuild 10 Mar 2013 18:06:53 -0000 1.18
23 +++ graphviz-2.28.0.ebuild 30 Jun 2013 15:35:56 -0000 1.19
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.18 2013/03/10 18:06:53 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.28.0.ebuild,v 1.19 2013/06/30 15:35:56 jlec Exp $
29
30 EAPI=5
31
32 @@ -68,7 +68,9 @@
33 )
34 ruby? ( dev-lang/swig )
35 tcl? ( dev-lang/swig )"
36 -REQUIRED_USE="!cairo? ( !X !gtk !postscript !lasi )"
37 +REQUIRED_USE="
38 + !cairo? ( !X !gtk !postscript !lasi )
39 + python? ( ${PYTHON_REQUIRED_USE} )"
40
41 # Dependency description / Maintainer-Info:
42
43
44
45
46 1.9 media-gfx/graphviz/metadata.xml
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphviz/metadata.xml?rev=1.9&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphviz/metadata.xml?rev=1.9&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphviz/metadata.xml?r1=1.8&r2=1.9
51
52 Index: metadata.xml
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphviz/metadata.xml,v
55 retrieving revision 1.8
56 retrieving revision 1.9
57 diff -u -r1.8 -r1.9
58 --- metadata.xml 16 Jun 2012 16:39:58 -0000 1.8
59 +++ metadata.xml 30 Jun 2013 15:35:56 -0000 1.9
60 @@ -1,8 +1,8 @@
61 <?xml version="1.0" encoding="UTF-8"?>
62 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
63 <pkgmetadata>
64 - <herd>graphics</herd>
65 - <longdescription>
66 + <herd>graphics</herd>
67 + <longdescription>
68 graphviz is a set of graph drawing tools for Unix or MS-Windows
69 (win32), including a web service interface (webdot). Source code and
70 binary executables for common platforms are available. Graph drawing
71 @@ -28,18 +28,18 @@
72 * you would like to discover patterns and communities of interest in
73 a database of telephone calls or e-mail messages
74 </longdescription>
75 - <use>
76 - <flag name="devil">Enables DevIL output plugin -Tdevil</flag>
77 - <flag name="gtk">Enables gtk+ output plugin -Tgtk (needs cairo)</flag>
78 - <flag name="gts">Enables support for gts</flag>
79 - <flag name="lasi">
80 + <use>
81 + <flag name="devil">Enables DevIL output plugin -Tdevil</flag>
82 + <flag name="gtk">Enables gtk+ output plugin -Tgtk (needs cairo)</flag>
83 + <flag name="gts">Enables support for gts</flag>
84 + <flag name="lasi">
85 Enables PostScript output via <pkg>media-libs/lasi</pkg>, for
86 plugin -Tlasi (needs cairo)
87 </flag>
88 - <flag name="qt4">Builds gvedit front-end</flag>
89 - <flag name="X">
90 + <flag name="qt4">Builds gvedit front-end</flag>
91 + <flag name="X">
92 Builds lefty front-end, builds plugin -Txlib, and enables support
93 for x11 in various other modules (needs cairo)
94 </flag>
95 - </use>
96 + </use>
97 </pkgmetadata>
98
99
100
101 1.273 media-gfx/graphviz/ChangeLog
102
103 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphviz/ChangeLog?rev=1.273&view=markup
104 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphviz/ChangeLog?rev=1.273&content-type=text/plain
105 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphviz/ChangeLog?r1=1.272&r2=1.273
106
107 Index: ChangeLog
108 ===================================================================
109 RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v
110 retrieving revision 1.272
111 retrieving revision 1.273
112 diff -u -r1.272 -r1.273
113 --- ChangeLog 10 Mar 2013 18:06:53 -0000 1.272
114 +++ ChangeLog 30 Jun 2013 15:35:56 -0000 1.273
115 @@ -1,6 +1,10 @@
116 # ChangeLog for media-gfx/graphviz
117 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
118 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.272 2013/03/10 18:06:53 mgorny Exp $
119 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.273 2013/06/30 15:35:56 jlec Exp $
120 +
121 + 30 Jun 2013; Justin Lecher <jlec@g.o> graphviz-2.28.0.ebuild,
122 + metadata.xml:
123 + Fix usage of python-r1.eclass
124
125 10 Mar 2013; Michał Górny <mgorny@g.o> graphviz-2.28.0.ebuild:
126 Convert to python-single-r1. Bug #457686.