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 | |
| 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')
| -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 | ||||
| -rw-r--r-- | dev-java/htmlcleaner/htmlcleaner-2.29-r1.ebuild (renamed from dev-java/htmlcleaner/htmlcleaner-2.29.ebuild) | 6 | ||||
| -rw-r--r-- | dev-java/jal/jal-20031117-r7.ebuild (renamed from dev-java/jal/jal-20031117-r6.ebuild) | 19 |
3 files changed, 17 insertions, 21 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 diff --git a/dev-java/htmlcleaner/htmlcleaner-2.29.ebuild b/dev-java/htmlcleaner/htmlcleaner-2.29-r1.ebuild index a3637d08cc40..ed7088f6cec6 100644 --- a/dev-java/htmlcleaner/htmlcleaner-2.29.ebuild +++ b/dev-java/htmlcleaner/htmlcleaner-2.29-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,13 +20,13 @@ KEYWORDS="amd64 x86" BDEPEND="app-arch/unzip" CP_DEPEND="dev-java/jdom:2" DEPEND="${CP_DEPEND} - dev-java/ant-core:0 + dev-java/ant:0 >=virtual/jdk-1.8:* test? ( dev-java/junit:4 )" RDEPEND="${CP_DEPEND} >=virtual/jre-1.8:*" -JAVA_CLASSPATH_EXTRA="ant-core" +JAVA_CLASSPATH_EXTRA="ant" JAVA_MAIN_CLASS="org.htmlcleaner.CommandLine" JAVA_SRC_DIR="src/main/java" JAVA_TEST_GENTOO_CLASSPATH="junit-4" diff --git a/dev-java/jal/jal-20031117-r6.ebuild b/dev-java/jal/jal-20031117-r7.ebuild index d8d008aab7b0..184a2ce24dc7 100644 --- a/dev-java/jal/jal-20031117-r6.ebuild +++ b/dev-java/jal/jal-20031117-r7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,27 +10,24 @@ inherit java-pkg-2 java-pkg-simple DESCRIPTION="Partial port of the C++ Standard Template Library" HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz" +S="${WORKDIR}/${P}" LICENSE="HPND" SLOT="0" KEYWORDS="amd64 x86" -CP_DEPEND="dev-java/ant-core:0" - -RDEPEND=" - ${CP_DEPEND} - >=virtual/jre-1.8:*" - DEPEND=" - ${CP_DEPEND} - >=virtual/jdk-1.8:*" + dev-java/ant:0 + >=virtual/jdk-1.8:* +" -S="${WORKDIR}/${P}" +RDEPEND=">=virtual/jre-1.8:*" +JAVA_CLASSPATH_EXTRA="ant" JAVA_SRC_DIR="src/jal" src_prepare() { - default + java-pkg-2_src_prepare # Generate sources. ./instantiate -n byte bytes || die |
