public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/
Date: Tue, 15 Mar 2022 11:16:17 +0000 (UTC)	[thread overview]
Message-ID: <1647342921.a90c71d515f08d2a690c66c87b2c44fad96b7946.mgorny@gentoo> (raw)

commit:     a90c71d515f08d2a690c66c87b2c44fad96b7946
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 15 11:14:34 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 11:15:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a90c71d5

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.31.0.ebuild | 30 ------------------------------
 dev-python/breathe/breathe-4.32.0.ebuild | 32 --------------------------------
 dev-python/breathe/breathe-4.33.0.ebuild | 32 --------------------------------
 4 files changed, 97 deletions(-)

diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
index d82c3e5db312..8f6ea06199cc 100644
--- a/dev-python/breathe/Manifest
+++ b/dev-python/breathe/Manifest
@@ -1,4 +1 @@
-DIST breathe-4.31.0.tar.gz 193629 BLAKE2B d883f5d8ec339e3bb3db7382e17b27445f4ac05039aaa6ecc29fb38db51e95483c559e78cf642e70bea975c42b1ef2ed48d8804fd9557f7693139b7f5639dc3d SHA512 f6fd7db50ca68cad64d150fcb76227deb282c08109c38b343749f8ce9ee607ccddf767e3020328a61a7570e7a0c1159607148b773bc0b695e87d6b17a6068eac
-DIST breathe-4.32.0.tar.gz 198379 BLAKE2B 904ac5f18c82354eb670ae7056fd1244d973b67931db308b90adeb69455d09f793e3e5045b5f7d9ecfa930a4ac9e92526b4cd02a9297aafa6701caee2ce0f8df SHA512 d62d721fa2afa81d501405044d39bd4c0753d4aef82c39c543c2c6d58f5e0e3f97c92b9fb2772e07fb877b85107a6493f34a0099bd71c416843a01a10b4bbb73
-DIST breathe-4.33.0.tar.gz 206107 BLAKE2B 708494c18777ec1e513ca3be0aaa2d964b03e9f08db837ded186e91f53e6c1cf61a9dc2324c020d89ba833aab746c73f7913fdb6e59aee77cbe390b61d1a78f8 SHA512 5718372e0a9387a69073a2ae412f1f261cd375373edc32a363169a255f546c7d1ff6e79413802f664344dec1d837e65ee403b5e866eaaffc07aed333d9095ef4
 DIST breathe-4.33.1.tar.gz 206013 BLAKE2B c0239dcf79752d3aa0bf72b2867b9e3b2e7c321758dba7a556abaf2296b69c1ae0745ec217857216938199a03fee9d9fa0338034fbd9c01f84ebd07fc15b5f80 SHA512 770c0fd8eaca798c84cbbf138b0b4b1a348e2010cedf5efec085fff348e8b0e548ccbe160ecb112709929ee0cf8fd0d977c5032ae03f74cd39f4bb2ae1d5f14b

diff --git a/dev-python/breathe/breathe-4.31.0.ebuild b/dev-python/breathe/breathe-4.31.0.ebuild
deleted file mode 100644
index 9953f5f40a0b..000000000000
--- a/dev-python/breathe/breathe-4.31.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-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 ~riscv ~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

diff --git a/dev-python/breathe/breathe-4.32.0.ebuild b/dev-python/breathe/breathe-4.32.0.ebuild
deleted file mode 100644
index 4c47cd1dbb3d..000000000000
--- a/dev-python/breathe/breathe-4.32.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-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 ~riscv ~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

diff --git a/dev-python/breathe/breathe-4.33.0.ebuild b/dev-python/breathe/breathe-4.33.0.ebuild
deleted file mode 100644
index 4c47cd1dbb3d..000000000000
--- a/dev-python/breathe/breathe-4.33.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-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 ~riscv ~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


             reply	other threads:[~2022-03-15 11:16 UTC|newest]

Thread overview: 73+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-15 11:16 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-15 12:16 [gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/ Arthur Zamarin
2025-02-23  3:23 Michał Górny
2025-02-23  3:23 Michał Górny
2024-06-14 15:55 Michał Górny
2024-05-08 12:16 Michał Górny
2024-05-08  8:51 Michał Górny
2023-06-01  4:07 Michał Górny
2023-04-05  7:39 Arthur Zamarin
2023-03-01  6:16 Michał Górny
2022-12-23 11:25 Michał Górny
2022-07-24 20:28 Michał Górny
2022-07-24 19:13 Sam James
2022-06-21  6:00 Michał Górny
2022-05-18 11:16 Andrew Ammerlaan
2022-03-15 10:37 Jakov Smolić
2022-02-14 21:37 Michał Górny
2022-02-14  8:32 Michał Górny
2022-01-30  7:22 Michał Górny
2021-10-16  5:59 Michał Górny
2021-10-15 22:42 Sam James
2021-09-15 20:26 Michał Górny
2021-06-05 21:01 Michał Górny
2021-06-05 12:56 Michał Górny
2021-05-07  8:04 Michał Górny
2021-05-06 11:12 Michał Górny
2021-05-06 10:06 Sam James
2021-05-01  7:45 Michał Górny
2021-04-23  7:25 Michał Górny
2021-04-10  8:04 Michał Górny
2021-03-30  7:49 Michał Górny
2021-03-19 21:39 Michał Górny
2021-03-19 20:14 Sam James
2021-03-14 22:39 Michał Górny
2021-03-14 22:33 Sam James
2021-02-16 17:08 Michał Górny
2021-02-06 14:26 Sam James
2021-02-06 14:20 Sam James
2021-02-06 14:15 Sam James
2021-02-06 13:27 Sam James
2021-02-06  1:10 Sam James
2021-02-06  1:10 Sam James
2021-01-14 20:09 Sergei Trofimovich
2020-12-27 12:51 Sergei Trofimovich
2020-12-24 22:06 Sergei Trofimovich
2020-12-22 21:04 Sam James
2020-12-22 21:03 Sam James
2020-12-16 17:18 Michał Górny
2020-12-16 10:09 Michał Górny
2020-12-13 12:15 Michał Górny
2020-12-13  8:58 Sam James
2020-12-11 23:07 Sergei Trofimovich
2020-12-05  9:52 Michał Górny
2020-10-31  9:47 Joonas Niilola
2020-10-31  9:47 Joonas Niilola
2020-09-29 21:25 Sergei Trofimovich
2020-09-13  8:44 Sergei Trofimovich
2020-08-11 11:00 Agostino Sarubbo
2020-07-12  1:51 Sam James
2020-06-01  4:16 Matt Turner
2020-05-31 15:17 Sergei Trofimovich
2020-05-28 18:20 Sergei Trofimovich
2020-05-02 13:30 Mart Raudsepp
2020-04-04 10:52 Sergei Trofimovich
2020-03-26 13:49 Michał Górny
2020-03-26 13:49 Michał Górny
2020-03-25 11:17 Joonas Niilola
2020-03-15 12:17 Mikle Kolyada
2020-03-01 18:36 Matthias Maier
2020-02-16  7:13 Georgy Yakovlev
2019-03-26 18:52 Aaron Bauman
2018-06-27 20:44 Pacho Ramos
2017-02-26 18:02 Sebastien Fabbro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1647342921.a90c71d515f08d2a690c66c87b2c44fad96b7946.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox