summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/graphviz')
-rw-r--r--media-gfx/graphviz/ChangeLog6
-rw-r--r--media-gfx/graphviz/graphviz-2.28.0.ebuild6
-rw-r--r--media-gfx/graphviz/metadata.xml20
3 files changed, 19 insertions, 13 deletions
diff --git a/media-gfx/graphviz/ChangeLog b/media-gfx/graphviz/ChangeLog
index 49df436eeef2..71f1d754f3cb 100644
--- a/media-gfx/graphviz/ChangeLog
+++ b/media-gfx/graphviz/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/graphviz
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.272 2013/03/10 18:06:53 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.273 2013/06/30 15:35:56 jlec Exp $
+
+ 30 Jun 2013; Justin Lecher <jlec@gentoo.org> graphviz-2.28.0.ebuild,
+ metadata.xml:
+ Fix usage of python-r1.eclass
10 Mar 2013; Michał Górny <mgorny@gentoo.org> graphviz-2.28.0.ebuild:
Convert to python-single-r1. Bug #457686.
diff --git a/media-gfx/graphviz/graphviz-2.28.0.ebuild b/media-gfx/graphviz/graphviz-2.28.0.ebuild
index b415ebc7ed11..418f6b27ea42 100644
--- a/media-gfx/graphviz/graphviz-2.28.0.ebuild
+++ b/media-gfx/graphviz/graphviz-2.28.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.28.0.ebuild,v 1.18 2013/03/10 18:06:53 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.28.0.ebuild,v 1.19 2013/06/30 15:35:56 jlec Exp $
EAPI=5
@@ -68,7 +68,9 @@ DEPEND="${RDEPEND}
)
ruby? ( dev-lang/swig )
tcl? ( dev-lang/swig )"
-REQUIRED_USE="!cairo? ( !X !gtk !postscript !lasi )"
+REQUIRED_USE="
+ !cairo? ( !X !gtk !postscript !lasi )
+ python? ( ${PYTHON_REQUIRED_USE} )"
# Dependency description / Maintainer-Info:
diff --git a/media-gfx/graphviz/metadata.xml b/media-gfx/graphviz/metadata.xml
index 2befaca62e84..b7ac441985d6 100644
--- a/media-gfx/graphviz/metadata.xml
+++ b/media-gfx/graphviz/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>graphics</herd>
- <longdescription>
+ <herd>graphics</herd>
+ <longdescription>
graphviz is a set of graph drawing tools for Unix or MS-Windows
(win32), including a web service interface (webdot). Source code and
binary executables for common platforms are available. Graph drawing
@@ -28,18 +28,18 @@ documents
* you would like to discover patterns and communities of interest in
a database of telephone calls or e-mail messages
</longdescription>
- <use>
- <flag name="devil">Enables DevIL output plugin -Tdevil</flag>
- <flag name="gtk">Enables gtk+ output plugin -Tgtk (needs cairo)</flag>
- <flag name="gts">Enables support for gts</flag>
- <flag name="lasi">
+ <use>
+ <flag name="devil">Enables DevIL output plugin -Tdevil</flag>
+ <flag name="gtk">Enables gtk+ output plugin -Tgtk (needs cairo)</flag>
+ <flag name="gts">Enables support for gts</flag>
+ <flag name="lasi">
Enables PostScript output via <pkg>media-libs/lasi</pkg>, for
plugin -Tlasi (needs cairo)
</flag>
- <flag name="qt4">Builds gvedit front-end</flag>
- <flag name="X">
+ <flag name="qt4">Builds gvedit front-end</flag>
+ <flag name="X">
Builds lefty front-end, builds plugin -Txlib, and enables support
for x11 in various other modules (needs cairo)
</flag>
- </use>
+ </use>
</pkgmetadata>