Skip to content

Commit

Permalink
media-gfx/xdot: add 9999 ebuild
Browse files Browse the repository at this point in the history
Based on an ebuild by Denilson Sá <[email protected]>

Gentoo-Bug: https://bugs.gentoo.org/450684

Package-Manager: portage-2.2.26
  • Loading branch information
austin987 committed May 17, 2016
1 parent 84ea5b0 commit 3cbf4cb
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions media-gfx/xdot/xdot-9999.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 git-r3

DESCRIPTION="Interactive viewer for Graphviz dot files"
HOMEPAGE="https://github.com/jrfonseca/xdot.py"
EGIT_REPO_URI="https://github.com/jrfonseca/xdot.py.git"

LICENSE="LGPL-2+"
SLOT="0"
KEYWORDS=""

DEPEND="
dev-python/pycairo[${PYTHON_USEDEP}]
>=dev-python/pygtk-2.10:2[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
media-gfx/graphviz[${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}"

0 comments on commit 3cbf4cb

Please sign in to comment.