-DIST dot2tex-2.8.7.tar.gz 571055 SHA256 899168d976faff8768115648a1371bcb92c81e14cf371cafec056eff398d56d7 SHA512 a74bf94e295571f066b836848a583c35c15a16117cb86dd849c6ba1ec1f9ebf815cdd3b5641f90740d0fc108819794d1960a240ad6838a189faac3889d0b7527 WHIRLPOOL c71d1d1140b67669940e8a565435a7d8deea8ce70a5b33cee97b4d1dcb27b005fcb245494bf7189e49c2f8824ee6b0154cb4aebf4799ea04c76cbbefc02113b9
DIST dot2tex-2.9.0.tar.gz 663372 SHA256 7a182868f72fd5e59899f85006c3b559ac4157ade003f3e208341a9a5b46d2fa SHA512 97ba9983643254d5a3034d2fc8c454c445849ac546bd285676b854e20c8aae9a25d61e73632717da1562541ce9b3a4ae8aa4daa29e33f78105e28a34b5ebae5d WHIRLPOOL 22e8be55034cfda62091d1de7de34a07ccba9d695d41b18a9edf688d16c2219b24cba842344f1c3f7dd86b3a8293b8c94ccacba93097c46d7ab5d0407b03f88b
+++ /dev/null
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-DESCRIPTION="A Graphviz to LaTeX converter"
-HOMEPAGE="http://www.fauskes.net/code/dot2tex/"
-SRC_URI="https://dot2tex.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
-IUSE="doc examples"
-
-DEPEND=""
-RDEPEND="dev-python/pyparsing
- media-gfx/pydot
- media-gfx/graphviz"
-
-DOCS="changelog.txt"
-
-src_install() {
- distutils_src_install
- if use doc; then
- dohtml -r doc/*
- dodoc doc/usage.{txt,pdf}
- fi
- if use examples; then
- insinto "/usr/share/doc/${PF}/examples"
- doins examples/*
- fi
-}