commit:     4dcd97eee7ab97b9759186a02ecdefc20ce3bdfb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May  6 11:10:16 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May  6 11:12:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dcd97ee

dev-python/breathe: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/breathe/Manifest              |  3 ---
 dev-python/breathe/breathe-4.27.0.ebuild | 31 --------------------------
 dev-python/breathe/breathe-4.29.0.ebuild | 31 --------------------------
 dev-python/breathe/breathe-4.29.1.ebuild | 38 --------------------------------
 4 files changed, 103 deletions(-)

diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
index 38e5174bc2f..b2006cab533 100644
--- a/dev-python/breathe/Manifest
+++ b/dev-python/breathe/Manifest
@@ -1,5 +1,2 @@
-DIST breathe-4.27.0.tar.gz 186352 BLAKE2B 
fd4cac6e32a4988812085a71ea6b7222058d6856c377c9ad147da4a9eed980904f09cc04d9524bb20d6495d593c3fb3aa05792b1f0a6a8ce58bff4ca3c29d643
 SHA512 
b5fc79f8d7728b39e5667d1d763b02a4c0556d9b79ee6b138dc7b1951d9896d18cac1d418401edcb5eb7c4da416c77f177b40b34f85a7ea823cc2d8a4bf6dda4
 DIST breathe-4.28.0.tar.gz 187954 BLAKE2B 
fc17eb9fb47f01907a3edeb316a427c9f06b802189cb860fa43bf7333a2897c36b2ed6ed008ca30e6e5c856d10fcf55df53ed05997ea60c29aade84cc1e5111a
 SHA512 
a02ff717e4f50d336c91aa943a6a15b7ad834e3896d63c3ec31b3d10ff098400c53fb80fd3441e115194942722e5fce8f9b858fc3a3ba691aac900e0b415906a
-DIST breathe-4.29.0.tar.gz 189293 BLAKE2B 
8eeca14c24b819c4a6510674a55a4f6f9397e33752f449c138a4b3f8fa139d50a7dd2446dcbd297ac6eb7b666090e11fec3de770120e1b581d1586d9f1356bc5
 SHA512 
2b9824c66ef2cfe4eda1c783ffced147352ce7e59b09d1ff2f728e293d9624aa458e534185c0745aba244817abd58a5d781f4447fb52c9ce511654c06a13748d
-DIST breathe-4.29.1.tar.gz 190929 BLAKE2B 
cb5cbad4005e0d6ae292d13f2011b6d254b519adaa07b6495f577c6ff5fe0eafcec9bed5cbfca0d11b7e8a51c184a0d9100cdf260db462fde83071548831da31
 SHA512 
a235a7b15dba12e463ffc078e6cc94a60eed8371b51182a4c55691ae2c42d76e1cfbb957ccc9d82a79e2a08297a4b93121811990421e92b9464fd8bf9cbbbb78
 DIST breathe-4.29.2.tar.gz 190695 BLAKE2B 
c3ecdc02f7ef8d83a63d4c6077f3ddfa794ff9113428a0686e37dcb281bb05a27a885b0664a3eadeeb2efdab5b51a1164c93fe67954bc3e71f54e1c6bc114c84
 SHA512 
1a47a36f9ebb4c863dd3d06d19ae1dd18af3b9468561f2b2370f57da8573faf4489ee3f1c9aebc84d867a51a6a7032d1a57a3430b804c5dd5886a0fce4c0adfc

diff --git a/dev-python/breathe/breathe-4.27.0.ebuild 
b/dev-python/breathe/breathe-4.27.0.ebuild
deleted file mode 100644
index 74dfdea1831..00000000000
--- a/dev-python/breathe/breathe-4.27.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Sphinx Doxygen renderer"
-HOMEPAGE="https://breathe.readthedocs.io/en/latest/";
-SRC_URI="https://github.com/michaeljones/breathe/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
-
-RDEPEND="
-       app-doc/doxygen
-       dev-python/docutils[${PYTHON_USEDEP}]
-       >=dev-python/sphinx-3.0.0[${PYTHON_USEDEP}]
-       dev-python/six[${PYTHON_USEDEP}]
-       dev-texlive/texlive-bibtexextra
-       dev-texlive/texlive-fontsextra
-       dev-texlive/texlive-fontutils
-       dev-texlive/texlive-latex
-       dev-texlive/texlive-latexextra
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/breathe/breathe-4.29.0.ebuild 
b/dev-python/breathe/breathe-4.29.0.ebuild
deleted file mode 100644
index 335bb076fa0..00000000000
--- a/dev-python/breathe/breathe-4.29.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Sphinx Doxygen renderer"
-HOMEPAGE="https://breathe.readthedocs.io/en/latest/";
-SRC_URI="https://github.com/michaeljones/breathe/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
-
-RDEPEND="
-       app-doc/doxygen
-       dev-python/docutils[${PYTHON_USEDEP}]
-       >=dev-python/sphinx-3.0.0[${PYTHON_USEDEP}]
-       dev-python/six[${PYTHON_USEDEP}]
-       dev-texlive/texlive-bibtexextra
-       dev-texlive/texlive-fontsextra
-       dev-texlive/texlive-fontutils
-       dev-texlive/texlive-latex
-       dev-texlive/texlive-latexextra
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/breathe/breathe-4.29.1.ebuild 
b/dev-python/breathe/breathe-4.29.1.ebuild
deleted file mode 100644
index 0d578843def..00000000000
--- a/dev-python/breathe/breathe-4.29.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Sphinx Doxygen renderer"
-HOMEPAGE="
-       https://breathe.readthedocs.io/en/latest/
-       https://github.com/michaeljones/breathe/";
-SRC_URI="https://github.com/michaeljones/breathe/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
-
-RDEPEND="
-       app-doc/doxygen
-       dev-python/docutils[${PYTHON_USEDEP}]
-       >=dev-python/sphinx-3.0.0[${PYTHON_USEDEP}]
-       dev-texlive/texlive-bibtexextra
-       dev-texlive/texlive-fontsextra
-       dev-texlive/texlive-fontutils
-       dev-texlive/texlive-latex
-       dev-texlive/texlive-latexextra
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-       # remove stale dep
-       sed -i -e "s:'six>=1.9'::" setup.py || die
-       distutils-r1_src_prepare
-}

Reply via email to