diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
commit | 1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch) | |
tree | e48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-python/sphinxcontrib-blockdiag | |
parent | d87262dd706fec50cd150aab3e93883b6337466d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/sphinxcontrib-blockdiag')
4 files changed, 0 insertions, 90 deletions
diff --git a/dev-python/sphinxcontrib-blockdiag/Manifest b/dev-python/sphinxcontrib-blockdiag/Manifest deleted file mode 100644 index f5bfd1ab95dd..000000000000 --- a/dev-python/sphinxcontrib-blockdiag/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST sphinxcontrib-blockdiag-1.5.5.tar.gz 12066 BLAKE2B 4913aa53b365a05db2962c81c3f15df748c3424c88dc70bb5c97325c92492852698246b2d644748fde46ccc9ac6535871036851798db6d9db5e9610c5ef58b45 SHA512 4c007e2c394bf90ff84a000cf44ec1d50b39286a32929c89a64320299a70f10e44da35d942e7bb8697a9d61eb6a551f74bd15349cf0b439369aaaf12d175635a -EBUILD sphinxcontrib-blockdiag-1.5.5-r1.ebuild 864 BLAKE2B 931bf2857cbf1fae858bbee718ec200fd09e0a30a151c910f87fb7f7388422ea9a4acfdecdcbf904f345508bcdc0ccafa4015f71caf420b74a1ec3486dc54783 SHA512 d8abca6cf6e8c8633f9ce872531a7c3be58362fa1135bb1d51591dfb61751b4d1cb767494641a5b393d6b594ab4ff0582a9a7483827b084fb419121078998b8f -EBUILD sphinxcontrib-blockdiag-1.5.5.ebuild 679 BLAKE2B 38e88c36b3b08c9ee0c1d42642dad98b67bda1fc72c8e81cf0a822572ece6c78c52b68dbb49a490f8e8dae5735be8dcaad3d00082e3f02e46cb5b02c9bbace83 SHA512 1a1b68c4dbb051f35f19a05bec35103192111df977afa688e90b185a36a3676c6bcfda5a2160499edf6141b6220f709d08ba4d809fe727f7f13a2c2b0d31c2ed -MISC metadata.xml 415 BLAKE2B 3fc15637b9b04474ae8c9a0dd7ada374a37648e6cfe691e0979b9bc6b122e4b76c22f64faca554f03fa404f63fe6d0447bc3530382419319904c849efcc70160 SHA512 857a231d759fecabeaa764a2ec8181788f5ae4d9271414f75d001ef60b0a146f533a277dd6473678d398013fbde58c4f0479291089653a521d30cc1931f7da89 diff --git a/dev-python/sphinxcontrib-blockdiag/metadata.xml b/dev-python/sphinxcontrib-blockdiag/metadata.xml deleted file mode 100644 index c0b469c17c97..000000000000 --- a/dev-python/sphinxcontrib-blockdiag/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>dolsen@gentoo.org</email> - </maintainer> - <upstream> - <maintainer> - <email>i.tkomiya@gmail.com</email> - <name>Takeshi KOMIYA</name> - </maintainer> - <remote-id type="github">blockdiag/sphinxcontrib-blockdiag</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-1.5.5-r1.ebuild b/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-1.5.5-r1.ebuild deleted file mode 100644 index 775f0da1e163..000000000000 --- a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-1.5.5-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) - -inherit distutils-r1 - -DESCRIPTION="A sphinx extension for embedding block diagrams using blockdiag" - -HOMEPAGE="https://github.com/blockdiag/sphinxcontrib-blockdiag" - -SRC_URI="https://github.com/blockdiag/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" - -SLOT="0" - -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" - -IUSE="" - -DEPEND=" - dev-python/sphinx[${PYTHON_USEDEP}] - >=dev-python/blockdiag-1.5.0[${PYTHON_USEDEP}] -" - -RDEPEND="${DEPEND} - dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]" - -python_prepare_all() { - sed -i -e /build-base/d setup.cfg || die - distutils-r1_python_prepare_all -} - -python_install_all() { - distutils-r1_python_install_all - find "${ED}" -name '*.pth' -delete || die -} diff --git a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-1.5.5.ebuild b/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-1.5.5.ebuild deleted file mode 100644 index c2d09ca7e7df..000000000000 --- a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-1.5.5.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) - -inherit distutils-r1 - -DESCRIPTION="A sphinx extension for embedding block diagrams using blockdiag" - -HOMEPAGE="https://github.com/blockdiag/sphinxcontrib-blockdiag" - -SRC_URI="https://github.com/blockdiag/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" - -SLOT="0" - -KEYWORDS="~amd64" - -IUSE="" - -DEPEND=" - dev-python/sphinx[${PYTHON_USEDEP}] - >=dev-python/blockdiag-1.5.0[${PYTHON_USEDEP}] -" - -RDEPEND="${DEPEND}" - -python_prepare_all() { - sed -i -e /build-base/d setup.cfg || die - distutils-r1_python_prepare_all -} |