Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-ditaa/
Date: Sat, 04 Jan 2020 09:41:59
Message-Id: 1578130911.df150384c3251e41ad01369b213662a0552df1c6.zlogene@gentoo
1 commit: df150384c3251e41ad01369b213662a0552df1c6
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 4 09:41:45 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 4 09:41:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df150384
7
8 dev-python/sphinxcontrib-ditaa: remove last-rited pkg
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11
12 dev-python/sphinxcontrib-ditaa/Manifest | 1 -
13 dev-python/sphinxcontrib-ditaa/metadata.xml | 11 ---------
14 .../sphinxcontrib-ditaa-0.2.ebuild | 26 ----------------------
15 3 files changed, 38 deletions(-)
16
17 diff --git a/dev-python/sphinxcontrib-ditaa/Manifest b/dev-python/sphinxcontrib-ditaa/Manifest
18 deleted file mode 100644
19 index 1d8b26e7e3a..00000000000
20 --- a/dev-python/sphinxcontrib-ditaa/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST sphinxcontrib-ditaa-0.2.tar.gz 7293 BLAKE2B b5c32197c293f2400ebca44ffb1142acc5f60c3b7bb573c8b389a56950a54c3b06f478371756bc8a1cd5c8e360eb936c587c5d64e3d4e9bbc855c28197a21f40 SHA512 fc9f9b1475b7efb3f057156bd56be51414068c80f62cccd0fb5bf404b7047d296b3de05a1825b42e2b51a7ff6f0ccf1f3a7935ec494440ccd0fda487786adae5
24
25 diff --git a/dev-python/sphinxcontrib-ditaa/metadata.xml b/dev-python/sphinxcontrib-ditaa/metadata.xml
26 deleted file mode 100644
27 index 7caa7628e11..00000000000
28 --- a/dev-python/sphinxcontrib-ditaa/metadata.xml
29 +++ /dev/null
30 @@ -1,11 +0,0 @@
31 -<?xml version='1.0' encoding='UTF-8'?>
32 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
33 -<pkgmetadata>
34 - <maintainer type="person">
35 - <email>zmedico@g.o</email>
36 - <name>Zac Medico</name>
37 - </maintainer>
38 - <upstream>
39 - <remote-id type="pypi">sphinxcontrib-ditaa</remote-id>
40 - </upstream>
41 -</pkgmetadata>
42
43 diff --git a/dev-python/sphinxcontrib-ditaa/sphinxcontrib-ditaa-0.2.ebuild b/dev-python/sphinxcontrib-ditaa/sphinxcontrib-ditaa-0.2.ebuild
44 deleted file mode 100644
45 index c7b237df642..00000000000
46 --- a/dev-python/sphinxcontrib-ditaa/sphinxcontrib-ditaa-0.2.ebuild
47 +++ /dev/null
48 @@ -1,26 +0,0 @@
49 -# Copyright 1999-2019 Gentoo Authors
50 -# Distributed under the terms of the GNU General Public License v2
51 -
52 -EAPI=6
53 -
54 -PYTHON_COMPAT=( python2_7 )
55 -inherit distutils-r1
56 -
57 -DESCRIPTION="Ditaa Sphinx extension"
58 -HOMEPAGE="https://pypi.org/project/sphinxcontrib-ditaa/"
59 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
60 -
61 -LICENSE="BSD-2"
62 -SLOT="0"
63 -KEYWORDS="amd64 arm64 ~x86"
64 -IUSE=""
65 -
66 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
67 -RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]
68 - dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]
69 - media-gfx/ditaa"
70 -
71 -python_install_all() {
72 - distutils-r1_python_install_all
73 - find "${ED}" -name '*.pth' -delete || die
74 -}