summaryrefslogtreecommitdiff
path: root/dev-python/breathe
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-python/breathe
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/breathe')
-rw-r--r--dev-python/breathe/Manifest3
-rw-r--r--dev-python/breathe/breathe-4.6.0.ebuild27
-rw-r--r--dev-python/breathe/metadata.xml20
3 files changed, 0 insertions, 50 deletions
diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
deleted file mode 100644
index b40d73e87244..000000000000
--- a/dev-python/breathe/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST breathe-4.6.0.tar.gz 67655 BLAKE2B 1d3a2915f8530da2b56583565ba03b1b05f38ce4e763c10a0a7f72661f2d22800a5d1b72d1e1497c537150f883dbc434bb8950275ee28668df21a87123dc8898 SHA512 8e26a102c38a916818ecf1a5d6a0f6f01de4285a98dce7abda6f2a401f8e5db380150b24bd2bf6f430a53324be5f1da28d084d8d4ae3969ec03914b88bc3908f
-EBUILD breathe-4.6.0.ebuild 593 BLAKE2B 3a13aadc699b57b16f6b0f2604d3717e01aa4bc46d49e96469b3fddd3733820baeff52edaf864fdf4ad16c884ea6094953d18d51b7375d4d9651f984b64fda2f SHA512 0a79f5ddf7455ba3233321af545b235e77cad6f214302c4ef95e0bb682d607c5bab293acf9d79eaa196440cb8262628f99e47f4ea2644f975baf228eddf95dae
-MISC metadata.xml 796 BLAKE2B 5f7541beb0113e83fb387eadfbbefea4bfe9d6a172c61fd60a2de473ec9e61f1a941d768350526de1464ff0ebbc58dabf13e7be3e38cac1d3a3cbcd791260d40 SHA512 734fa318039a2831c3cd35fa9f710739406b627f1e0f1d34c772d1d9dae53ea6921c21a236cabf00e3a1d3d2e95f053ea39436b1f539d9fa0c2bf1abbaf9018f
diff --git a/dev-python/breathe/breathe-4.6.0.ebuild b/dev-python/breathe/breathe-4.6.0.ebuild
deleted file mode 100644
index ba5765578580..000000000000
--- a/dev-python/breathe/breathe-4.6.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 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="Sphinx Doxygen renderer"
-HOMEPAGE="http://breathe.readthedocs.io/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
- app-doc/doxygen[latex]
- dev-python/docutils[${PYTHON_USEDEP}]
- dev-python/sphinx[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
-"
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
-"
diff --git a/dev-python/breathe/metadata.xml b/dev-python/breathe/metadata.xml
deleted file mode 100644
index c4975d2a8a68..000000000000
--- a/dev-python/breathe/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <longdescription>
- Breathe provides a bridge between the Sphinx and Doxygen
- documentation systems.
- It is an easy way to include Doxygen information in a set of
- documentation generated by Sphinx. The aim is to produce an autodoc
- like support for people who enjoy using Sphinx but work with languages
- other than Python. The system relies on the Doxygen’s xml output.
- </longdescription>
- <upstream>
- <remote-id type="pypi">breathe</remote-id>
- <remote-id type="github">michaeljones/breathe</remote-id>
- </upstream>
-</pkgmetadata>