[gentoo-dev] [PATCH 1/4] java-pkg-2.eclass: mark functions as deprecated which depend on java-ant-2.eclass

2024-08-24 Thread Volkmar W. Pogatzki
Deprecating java-ant-2.eclass would be the next step. Signed-off-by: Volkmar W. Pogatzki --- eclass/java-pkg-2.eclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eclass/java-pkg-2.eclass b/eclass/java-pkg-2.eclass index c17a9db26b3b..0409a7c70e0e 100644 --- a/eclass/ja

[gentoo-dev] [PATCH 4/4] java-ant-2.eclass: mark java-ant-2 eclass as deprecated

2024-08-24 Thread Volkmar W. Pogatzki
Signed-off-by: Volkmar W. Pogatzki --- eclass/java-ant-2.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/java-ant-2.eclass b/eclass/java-ant-2.eclass index b0d2fb216b10..1ed8b23ee6cd 100644 --- a/eclass/java-ant-2.eclass +++ b/eclass/java-ant-2.eclass @@ -2,6 +2,7 @@ # Distribu

[gentoo-dev] [PATCH 3/4] java-utils-2.eclass: remove 'ant -lib' from comment of java-pkg_jarfrom

2024-08-24 Thread Volkmar W. Pogatzki
since it is already advised to not use it Signed-off-by: Volkmar W. Pogatzki --- eclass/java-utils-2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass index 9c657cc4c1f9..647f25e2c987 100644 --- a/eclass/java-utils-

[gentoo-dev] [PATCH] java-pkg-2.eclass: remove unused for commons.apache.org packages

2024-08-24 Thread Volkmar W. Pogatzki
removes a condition which used to provide SRC_URI and HOMEPAGE for packages from commons.apache.org but is completely unused due to not providing verify-sig. Signed-off-by: Volkmar W. Pogatzki --- eclass/java-pkg-2.eclass | 6 -- 1 file changed, 6 deletions(-) diff --git a/eclass/java-pkg-2

[gentoo-dev] [PATCH 2/4] java-pkg-2.eclass: remove unused for commons.apache.org packages

2024-08-24 Thread Volkmar W. Pogatzki
removes a condition which used to provide SRC_URI and HOMEPAGE for packages from commons.apache.org but is completely unused due to not providing verify-sig. Signed-off-by: Volkmar W. Pogatzki --- eclass/java-pkg-2.eclass | 6 -- 1 file changed, 6 deletions(-) diff --git a/eclass/java-pkg-2