media-gfx/xdot: add xdot-0.5
authorAustin English <wizardedit@gentoo.org>
Thu, 7 Apr 2016 06:12:38 +0000 (01:12 -0500)
committerAustin English <wizardedit@gentoo.org>
Thu, 7 Apr 2016 06:14:06 +0000 (01:14 -0500)
Package-Manager: portage-2.2.26

media-gfx/xdot/Manifest [new file with mode: 0644]
media-gfx/xdot/metadata.xml [new file with mode: 0644]
media-gfx/xdot/xdot-0.5.ebuild [new file with mode: 0644]

diff --git a/media-gfx/xdot/Manifest b/media-gfx/xdot/Manifest
new file mode 100644 (file)
index 0000000..d105bc8
--- /dev/null
@@ -0,0 +1 @@
+DIST xdot-0.5.tar.gz 24555 SHA256 ecc40a7371a6f9590cb10b1a7d3cef67843cb18e7a9e4648dcb458229a7bf3c7 SHA512 f466ee0af2270c66218b67bf371c972d0ffefe977059eeeeb3c4a2ca29807c3ca419020286ed9c031853f79afb55222884c942bd14d8365b64ce2a0ed5f6d1d0 WHIRLPOOL 10e21752cfb8afd3a34b64708f410290b70e37026a8723320693f612ea1de5e13296db88b951ce860c260434dba5b113919b12e10f461e97b8a6a68d5f7e9125
diff --git a/media-gfx/xdot/metadata.xml b/media-gfx/xdot/metadata.xml
new file mode 100644 (file)
index 0000000..947bc75
--- /dev/null
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>wizardedit@gentoo.org</email>
+    <name>Austin English</name>
+  </maintainer>
+  <longdescription>
+  Interactive viewer for Graphviz dot files
+  </longdescription>
+  <upstream>
+    <remote-id type="github">jrfonseca/xdot.py</remote-id>
+  </upstream>
+</pkgmetadata>
diff --git a/media-gfx/xdot/xdot-0.5.ebuild b/media-gfx/xdot/xdot-0.5.ebuild
new file mode 100644 (file)
index 0000000..c31d3d6
--- /dev/null
@@ -0,0 +1,29 @@
+# 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
+
+MY_PN=xdot.py
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Interactive viewer for Graphviz dot files"
+HOMEPAGE="https://github.com/jrfonseca/xdot.py"
+SRC_URI="https://github.com/jrfonseca/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+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}"
+
+S="${WORKDIR}/${MY_P}"