diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-10-01 10:00:27 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-10-01 10:02:02 +0200 |
commit | 755e2e74b59343ea17fa6b7582ced53cd83dfd0f (patch) | |
tree | e9b2954a209e84f61273cbfc9f4cb26e00a65cf5 /dev-python/sphinxcontrib-plantuml | |
parent | package.mask: remove some masked for removal packages (diff) | |
download | gentoo-755e2e74b59343ea17fa6b7582ced53cd83dfd0f.tar.gz gentoo-755e2e74b59343ea17fa6b7582ced53cd83dfd0f.tar.bz2 gentoo-755e2e74b59343ea17fa6b7582ced53cd83dfd0f.zip |
package.mask: remove some masked for removal packages
Diffstat (limited to 'dev-python/sphinxcontrib-plantuml')
-rw-r--r-- | dev-python/sphinxcontrib-plantuml/Manifest | 1 | ||||
-rw-r--r-- | dev-python/sphinxcontrib-plantuml/metadata.xml | 11 | ||||
-rw-r--r-- | dev-python/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.4.ebuild | 28 |
3 files changed, 0 insertions, 40 deletions
diff --git a/dev-python/sphinxcontrib-plantuml/Manifest b/dev-python/sphinxcontrib-plantuml/Manifest deleted file mode 100644 index 3549c540e670..000000000000 --- a/dev-python/sphinxcontrib-plantuml/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sphinxcontrib-plantuml-0.4.tar.gz 4944 SHA256 2305cb631f6bea2bdae7c69d841b92c451115433c6b3b8fb1bee5fec323dd857 SHA512 a00760146ab56a96035d511fdf01d5dfbca5ef077b40ac00087267a702d7367d706f9956774af6acd7154d3b425452169d02f98170a765280e4d0b77e14b7438 WHIRLPOOL 7a4e4332b7f488c6e050c84670d1d06afc7b6375aa0b00231134c1fb24b63d8be73216b400c1c1417a1a3302421e045b9495f6906942fb6ebf0321f6c2b8aa1e diff --git a/dev-python/sphinxcontrib-plantuml/metadata.xml b/dev-python/sphinxcontrib-plantuml/metadata.xml deleted file mode 100644 index 0f160b80e6fc..000000000000 --- a/dev-python/sphinxcontrib-plantuml/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> - <longdescription lang="en"> - This package allows inline plantuml diagrams inside sphinx text files. - </longdescription> - <upstream> - <remote-id type="pypi">sphinxcontrib-plantuml</remote-id> - <remote-id type="bitbucket">birkenfeld/sphinx-contrib</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.4.ebuild b/dev-python/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.4.ebuild deleted file mode 100644 index 93d63c6294b9..000000000000 --- a/dev-python/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.4.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) - -inherit distutils-r1 - -DESCRIPTION="Extension to embed UML diagram by using PlantUML" -HOMEPAGE="https://bitbucket.org/birkenfeld/sphinx-contrib" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" - -DEPEND=" - >=dev-python/sphinx-1.1[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] -" -RDEPEND="${DEPEND} - media-gfx/plantuml -" - -DOCS="README.rst" |