Summary: | dev-java/javatoolkit: anything related to xml rewriter should be removed | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Volkmar W. Pogatzki <gentoo> |
Component: | Current packages | Assignee: | Java team <java> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | fordfrog, gentoo |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 268313, 318625, 539958 |
Description
Volkmar W. Pogatzki
2024-11-03 09:56:22 UTC
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/proj/javatoolkit.git/commit/?id=033b3fd64b9bc06e83029ef10bd10a8b0df207a6 commit 033b3fd64b9bc06e83029ef10bd10a8b0df207a6 Author: Arthur Zamarin <arthurzam@gentoo.org> AuthorDate: 2025-02-15 10:11:18 +0000 Commit: Arthur Zamarin <arthurzam@gentoo.org> CommitDate: 2025-02-15 10:12:03 +0000 remove xml-rewrite scripts Closes: https://bugs.gentoo.org/942810 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> pyproject.toml | 4 - src/javatoolkit/scripts/build_xml_rewrite.py | 63 ----- src/javatoolkit/scripts/xml_rewrite.py | 159 ----------- src/javatoolkit/scripts/xml_rewrite_2.py | 396 --------------------------- src/javatoolkit/scripts/xml_rewrite_3.py | 340 ----------------------- src/javatoolkit/xml/DomRewriter.py | 76 ----- src/javatoolkit/xml/SaxRewriter.py | 133 --------- src/javatoolkit/xml/__init__.py | 7 - src/javatoolkit/xml/sax.py | 44 --- 9 files changed, 1222 deletions(-) |