Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 942810 - dev-java/javatoolkit: anything related to xml rewriter should be removed
Summary: dev-java/javatoolkit: anything related to xml rewriter should be removed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 268313 318625 539958
  Show dependency tree
 
Reported: 2024-11-03 09:56 UTC by Volkmar W. Pogatzki
Modified: 2025-02-15 10:18 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Volkmar W. Pogatzki 2024-11-03 09:56:22 UTC
xml rewriter was used in the past by java-ant-2.eclass only.
Comment 1 Larry the Git Cow gentoo-dev 2025-02-15 10:18:38 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(-)