commit:     df150384c3251e41ad01369b213662a0552df1c6
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  4 09:41:45 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Jan  4 09:41:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df150384

dev-python/sphinxcontrib-ditaa: remove last-rited pkg

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 dev-python/sphinxcontrib-ditaa/Manifest            |  1 -
 dev-python/sphinxcontrib-ditaa/metadata.xml        | 11 ---------
 .../sphinxcontrib-ditaa-0.2.ebuild                 | 26 ----------------------
 3 files changed, 38 deletions(-)

diff --git a/dev-python/sphinxcontrib-ditaa/Manifest 
b/dev-python/sphinxcontrib-ditaa/Manifest
deleted file mode 100644
index 1d8b26e7e3a..00000000000
--- a/dev-python/sphinxcontrib-ditaa/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sphinxcontrib-ditaa-0.2.tar.gz 7293 BLAKE2B 
b5c32197c293f2400ebca44ffb1142acc5f60c3b7bb573c8b389a56950a54c3b06f478371756bc8a1cd5c8e360eb936c587c5d64e3d4e9bbc855c28197a21f40
 SHA512 
fc9f9b1475b7efb3f057156bd56be51414068c80f62cccd0fb5bf404b7047d296b3de05a1825b42e2b51a7ff6f0ccf1f3a7935ec494440ccd0fda487786adae5

diff --git a/dev-python/sphinxcontrib-ditaa/metadata.xml 
b/dev-python/sphinxcontrib-ditaa/metadata.xml
deleted file mode 100644
index 7caa7628e11..00000000000
--- a/dev-python/sphinxcontrib-ditaa/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>zmed...@gentoo.org</email>
-               <name>Zac Medico</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="pypi">sphinxcontrib-ditaa</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/dev-python/sphinxcontrib-ditaa/sphinxcontrib-ditaa-0.2.ebuild 
b/dev-python/sphinxcontrib-ditaa/sphinxcontrib-ditaa-0.2.ebuild
deleted file mode 100644
index c7b237df642..00000000000
--- a/dev-python/sphinxcontrib-ditaa/sphinxcontrib-ditaa-0.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1
-
-DESCRIPTION="Ditaa Sphinx extension"
-HOMEPAGE="https://pypi.org/project/sphinxcontrib-ditaa/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]
-       dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]
-       media-gfx/ditaa"
-
-python_install_all() {
-       distutils-r1_python_install_all
-       find "${ED}" -name '*.pth' -delete || die
-}

Reply via email to