dev-tex/dot2tex: Clean up old version
authorMichał Górny <mgorny@gentoo.org>
Fri, 17 Feb 2017 14:03:22 +0000 (15:03 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 17 Feb 2017 14:47:24 +0000 (15:47 +0100)
dev-tex/dot2tex/Manifest
dev-tex/dot2tex/dot2tex-2.8.7.ebuild [deleted file]

index 5b7966dd2b30cdbf6b99178d883b696903924e03..b51ab0f467cb4f2a59f26ba86ed05f498c5a3691 100644 (file)
@@ -1,2 +1 @@
-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
diff --git a/dev-tex/dot2tex/dot2tex-2.8.7.ebuild b/dev-tex/dot2tex/dot2tex-2.8.7.ebuild
deleted file mode 100644 (file)
index 51c8586..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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
-}