summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolkmar W. Pogatzki <gentoo@pogatzki.net>2024-03-12 12:55:47 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2024-03-13 11:52:59 +0100
commit2d3399a25152d9e798000e154751460cf64a94e8 (patch)
treefb5e0159e3f19099f451792a4f165de3ea65ee40 /dev-java/commons-vfs
parentapp-emacs/auctex: Stabilize 13.3 ALLARCHES, #926885 (diff)
downloadgentoo-2d3399a25152d9e798000e154751460cf64a94e8.tar.gz
gentoo-2d3399a25152d9e798000e154751460cf64a94e8.tar.bz2
gentoo-2d3399a25152d9e798000e154751460cf64a94e8.zip
dev-java/commons-vfs: switch dependency to dev-java/ant
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/35723/commits/15bf12d0be79fe70dc88307803f56ec6e9229825 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java/commons-vfs')
-rw-r--r--dev-java/commons-vfs/commons-vfs-2.0-r3.ebuild (renamed from dev-java/commons-vfs/commons-vfs-2.0-r2.ebuild)13
1 files changed, 6 insertions, 7 deletions
diff --git a/dev-java/commons-vfs/commons-vfs-2.0-r2.ebuild b/dev-java/commons-vfs/commons-vfs-2.0-r3.ebuild
index 6a24d0bb811e..418ad23cc41f 100644
--- a/dev-java/commons-vfs/commons-vfs-2.0-r2.ebuild
+++ b/dev-java/commons-vfs/commons-vfs-2.0-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
JAVA_PKG_IUSE="source"
@@ -9,14 +9,15 @@ inherit java-pkg-2 java-ant-2
DESCRIPTION="A single API for accessing various different file systems"
HOMEPAGE="https://commons.apache.org/vfs/"
-SRC_URI="mirror://apache/commons/vfs/source/${P}-src.tar.gz"
+SRC_URI="https://archive.apache.org/dist/commons/vfs/source/${P}-src.tar.gz"
+S="${WORKDIR}/${P}/core"
LICENSE="Apache-2.0"
SLOT="2"
KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux"
CDEPEND="
- dev-java/ant-core:0
+ dev-java/ant:0
dev-java/commons-collections:0
dev-java/commons-logging:0
dev-java/commons-net:0
@@ -34,10 +35,8 @@ PATCHES=(
"${FILESDIR}"/${P}-incompatibility.patch
)
-S="${WORKDIR}/${P}/core"
-
EANT_GENTOO_CLASSPATH="
- ant-core
+ ant
commons-collections
commons-logging
commons-net