summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-02-17 15:03:22 +0100
committerMichał Górny <mgorny@gentoo.org>2017-02-17 15:47:24 +0100
commit0d0ca13a09dc027e5de4ab4a2aa3afd75d3cffd0 (patch)
tree79624a1d08cb0703813e876d66c5b48c4a5650ce
parentdev-python/docker-py: Version bump to 2.1.0 (diff)
downloadgentoo-0d0ca13a.tar.gz
gentoo-0d0ca13a.tar.bz2
gentoo-0d0ca13a.zip
dev-tex/dot2tex: Clean up old version
-rw-r--r--dev-tex/dot2tex/Manifest1
-rw-r--r--dev-tex/dot2tex/dot2tex-2.8.7.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/dev-tex/dot2tex/Manifest b/dev-tex/dot2tex/Manifest
index 5b7966dd2b30..b51ab0f467cb 100644
--- a/dev-tex/dot2tex/Manifest
+++ b/dev-tex/dot2tex/Manifest
@@ -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
index 51c858608f9a..000000000000
--- a/dev-tex/dot2tex/dot2tex-2.8.7.ebuild
+++ /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
-}