diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-03-13 18:31:09 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-03-13 18:31:09 +0000 |
| commit | 1cfef4dc68e04462e4f2106f0d37334c87ed7fe0 (patch) | |
| tree | d84b2602be5e10a08310b66cd99aa212d6fdfce9 /dev-java/commons-vfs | |
| parent | 3f36b0c1f814c0db9d0ae15b2a296b3d7bf9372c (diff) | |
| download | baldeagleos-repo-1cfef4dc68e04462e4f2106f0d37334c87ed7fe0.tar.gz baldeagleos-repo-1cfef4dc68e04462e4f2106f0d37334c87ed7fe0.tar.xz baldeagleos-repo-1cfef4dc68e04462e4f2106f0d37334c87ed7fe0.zip | |
Adding metadata
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 |
