commit: 8572420052cc132160543bd1364603bcdfb534a8
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 6 10:36:34 2025 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Jul 6 10:37:20 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85724200
app-text/xml2rfc: drop 3.18.0, 3.23.2, 3.24.0
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
app-text/xml2rfc/Manifest | 3 --
app-text/xml2rfc/xml2rfc-3.18.0.ebuild | 56 ----------------------------------
app-text/xml2rfc/xml2rfc-3.23.2.ebuild | 56 ----------------------------------
app-text/xml2rfc/xml2rfc-3.24.0.ebuild | 56 ----------------------------------
4 files changed, 171 deletions(-)
diff --git a/app-text/xml2rfc/Manifest b/app-text/xml2rfc/Manifest
index 7a3f093bd67a..60d6afcc4b8f 100644
--- a/app-text/xml2rfc/Manifest
+++ b/app-text/xml2rfc/Manifest
@@ -1,4 +1 @@
-DIST xml2rfc-3.18.0.gh.tar.gz 2856552 BLAKE2B
b2397d10c770694e8eb354220803f89525e64638fd1043c2672ce0849be72a397ab6f2bff03f689721f00e63ac034ec7b7aec20cf93b759f42a415ab66293908
SHA512
afd88bad84c6f5b734dd091e34ec41bff63fcf38f3bfab777818954dec31363300e13dd745b602e2c145fbe0df0be4e69918ddc71aac276bf0833ad4563c19f1
-DIST xml2rfc-3.23.2.gh.tar.gz 2814581 BLAKE2B
25a27c90eff5260e41bf2503bc6959b1acfce494f4bd8f077b0664f776d524ca0572977443f1c839978062573356b6eae67d5efe4253c54168ade6fb34ce6c52
SHA512
443678d70d5d2f86e255f29aa6092d5db571be8f3a54a0b36f5d23e0b46fb426fb2a0b1cfecf2307b2cdbbba40113cd1944d1e70ef1e460a6c9596ba5e9a8bd4
-DIST xml2rfc-3.24.0.gh.tar.gz 2838316 BLAKE2B
3c6cfe36f041125b7ba2ef5f75f8fb8312f0d21d57e567905d47f9661cdc0bf2733e0f17441453fe85c2afa66bcf1fbb7a11a66b61201e717d5d3c5a5b73a449
SHA512
e89ed354f40304cc13f99e4e2b53abbf226b06b17bb47be677f7d1433de36ee957ea49a81dbe8b6c0d9310c602d71f9fb4650588cdd799076ade286463b6b3fb
DIST xml2rfc-3.26.0.gh.tar.gz 2839215 BLAKE2B
b175e85fc82090d15176977d1af1e4968ff8d1c5a17fc5c07bffff7e20fdc1b5c28328fe75d77ed124da7d836422e5bf68614f9bfaa9f6a45fd7bc734e0acda2
SHA512
3ac5aa2e0acbef01a54160e448dfbf2e9f09aae582fddf0677008f6af666ecf263d504a969fb60e3d3dbc593fd10171e1487daf47a2bc35e1ee9942acff19599
diff --git a/app-text/xml2rfc/xml2rfc-3.18.0.ebuild
b/app-text/xml2rfc/xml2rfc-3.18.0.ebuild
deleted file mode 100644
index d5bc76bea3ca..000000000000
--- a/app-text/xml2rfc/xml2rfc-3.18.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Generates RFCs and IETF drafts from document source in XML"
-HOMEPAGE="
- https://ietf-tools.github.io/xml2rfc/
- https://github.com/ietf-tools/xml2rfc/
- https://pypi.org/project/xml2rfc/
-"
-SRC_URI="
- https://github.com/ietf-tools/xml2rfc/archive/refs/tags/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64"
-
-RDEPEND="
- >=dev-python/platformdirs-3.6.0[${PYTHON_USEDEP}]
- dev-python/configargparse[${PYTHON_USEDEP}]
- dev-python/intervaltree[${PYTHON_USEDEP}]
- >=dev-python/google-i18n-address-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/html5lib-1.0.1[${PYTHON_USEDEP}]
- >=dev-python/jinja2-3.1.2[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
- >=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]
- dev-python/pycountry[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- >=dev-python/pypdf-3.2.1[${PYTHON_USEDEP}]
- dev-python/decorator[${PYTHON_USEDEP}]
- dev-python/dict2xml[${PYTHON_USEDEP}]
- dev-python/weasyprint[${PYTHON_USEDEP}]
- media-fonts/noto-cjk
- )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
- default
- # Disable broken PdfWriterTests.
- sed -i 's/ PdfWriterTests(unittest.TestCase):/ PdfWriterTests:/'
test.py || die
-}
diff --git a/app-text/xml2rfc/xml2rfc-3.23.2.ebuild
b/app-text/xml2rfc/xml2rfc-3.23.2.ebuild
deleted file mode 100644
index 1d62b53608f5..000000000000
--- a/app-text/xml2rfc/xml2rfc-3.23.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Generates RFCs and IETF drafts from document source in XML"
-HOMEPAGE="
- https://ietf-tools.github.io/xml2rfc/
- https://github.com/ietf-tools/xml2rfc/
- https://pypi.org/project/xml2rfc/
-"
-SRC_URI="
- https://github.com/ietf-tools/xml2rfc/archive/refs/tags/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- >=dev-python/platformdirs-3.6.0[${PYTHON_USEDEP}]
- dev-python/configargparse[${PYTHON_USEDEP}]
- dev-python/intervaltree[${PYTHON_USEDEP}]
- >=dev-python/google-i18n-address-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/html5lib-1.0.1[${PYTHON_USEDEP}]
- >=dev-python/jinja2-3.1.2[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
- >=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]
- dev-python/pycountry[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- >=dev-python/pypdf-3.2.1[${PYTHON_USEDEP}]
- dev-python/decorator[${PYTHON_USEDEP}]
- dev-python/dict2xml[${PYTHON_USEDEP}]
- dev-python/weasyprint[${PYTHON_USEDEP}]
- media-fonts/noto-cjk
- )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
- default
- # Disable broken PdfWriterTests.
- sed -i 's/ PdfWriterTests(unittest.TestCase):/ PdfWriterTests:/'
test.py || die
-}
diff --git a/app-text/xml2rfc/xml2rfc-3.24.0.ebuild
b/app-text/xml2rfc/xml2rfc-3.24.0.ebuild
deleted file mode 100644
index d5bc76bea3ca..000000000000
--- a/app-text/xml2rfc/xml2rfc-3.24.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Generates RFCs and IETF drafts from document source in XML"
-HOMEPAGE="
- https://ietf-tools.github.io/xml2rfc/
- https://github.com/ietf-tools/xml2rfc/
- https://pypi.org/project/xml2rfc/
-"
-SRC_URI="
- https://github.com/ietf-tools/xml2rfc/archive/refs/tags/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64"
-
-RDEPEND="
- >=dev-python/platformdirs-3.6.0[${PYTHON_USEDEP}]
- dev-python/configargparse[${PYTHON_USEDEP}]
- dev-python/intervaltree[${PYTHON_USEDEP}]
- >=dev-python/google-i18n-address-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/html5lib-1.0.1[${PYTHON_USEDEP}]
- >=dev-python/jinja2-3.1.2[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
- >=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]
- dev-python/pycountry[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- >=dev-python/pypdf-3.2.1[${PYTHON_USEDEP}]
- dev-python/decorator[${PYTHON_USEDEP}]
- dev-python/dict2xml[${PYTHON_USEDEP}]
- dev-python/weasyprint[${PYTHON_USEDEP}]
- media-fonts/noto-cjk
- )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
- default
- # Disable broken PdfWriterTests.
- sed -i 's/ PdfWriterTests(unittest.TestCase):/ PdfWriterTests:/'
test.py || die
-}