From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0363E139695 for ; Fri, 17 Feb 2017 14:47:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C1AFE0C86; Fri, 17 Feb 2017 14:47:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E8D87E0C86 for ; Fri, 17 Feb 2017 14:47:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9743340EF6 for ; Fri, 17 Feb 2017 14:47:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42C694B0C for ; Fri, 17 Feb 2017 14:47:31 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1487342844.0d0ca13a09dc027e5de4ab4a2aa3afd75d3cffd0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/dot2tex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/dot2tex/Manifest dev-tex/dot2tex/dot2tex-2.8.7.ebuild X-VCS-Directories: dev-tex/dot2tex/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0d0ca13a09dc027e5de4ab4a2aa3afd75d3cffd0 X-VCS-Branch: master Date: Fri, 17 Feb 2017 14:47:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8ab7fe79-72c9-4960-92b9-da9258cb4e68 X-Archives-Hash: 1f061bba2e9356ee683f808463a7df2a commit: 0d0ca13a09dc027e5de4ab4a2aa3afd75d3cffd0 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 17 14:03:22 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Feb 17 14:47:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d0ca13a dev-tex/dot2tex: Clean up old version dev-tex/dot2tex/Manifest | 1 - dev-tex/dot2tex/dot2tex-2.8.7.ebuild | 38 ------------------------------------ 2 files changed, 39 deletions(-) diff --git a/dev-tex/dot2tex/Manifest b/dev-tex/dot2tex/Manifest index 5b7966dd2b..b51ab0f467 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 51c858608f..0000000000 --- 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 -}