summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolkmar W. Pogatzki <gentoo@pogatzki.net>2024-10-16 18:24:36 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2024-10-17 11:04:51 +0200
commit5d1dd5cf68545305888050f7f5a6aa25a24cb260 (patch)
tree38879b1e2b1d79ea46dec1e34d098955eaa23b23 /dev-java
parentdev-php/PEAR-Net_SMTP: drop 1.10.0 (diff)
downloadgentoo-5d1dd5cf68545305888050f7f5a6aa25a24cb260.tar.gz
gentoo-5d1dd5cf68545305888050f7f5a6aa25a24cb260.tar.bz2
gentoo-5d1dd5cf68545305888050f7f5a6aa25a24cb260.zip
dev-java/commons-logging: drop wrong compilation
It was overwriting the freshly packaged ${PN}.jar with a wrong one. Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/38836/commits/8c0fef4ff3be41a191452e40394bb5bcf0f10f1c Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/commons-logging/commons-logging-1.3.4-r1.ebuild (renamed from dev-java/commons-logging/commons-logging-1.3.4.ebuild)1
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-java/commons-logging/commons-logging-1.3.4.ebuild b/dev-java/commons-logging/commons-logging-1.3.4-r1.ebuild
index e440061c3289..6e95be004825 100644
--- a/dev-java/commons-logging/commons-logging-1.3.4.ebuild
+++ b/dev-java/commons-logging/commons-logging-1.3.4-r1.ebuild
@@ -121,7 +121,6 @@ src_compile() {
jar cvf "${JAVA_JAR_FILENAME}" \
-C target/classes . \
--release 9 -C target/versions/9 . || die
- java-pkg-simple_src_compile
pushd target/classes > /dev/null || die