diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-01-07 06:41:06 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-01-07 06:41:06 +0000 |
commit | d69399c7befdd98cda62d6a1788ae2aa7f104c5e (patch) | |
tree | eac7184f4cfe7d67580c1d0a0d9942a91e6cb4ee /dev-java/bnd-ant | |
parent | e4d9d6796d5018e338f0b27a3bc97716195bf0b8 (diff) |
gentoo auto-resync : 07:01:2025 - 06:41:06
Diffstat (limited to 'dev-java/bnd-ant')
-rw-r--r-- | dev-java/bnd-ant/Manifest | 4 | ||||
-rw-r--r-- | dev-java/bnd-ant/bnd-ant-7.0.0.ebuild | 46 | ||||
-rw-r--r-- | dev-java/bnd-ant/bnd-ant-7.1.0.ebuild | 4 |
3 files changed, 3 insertions, 51 deletions
diff --git a/dev-java/bnd-ant/Manifest b/dev-java/bnd-ant/Manifest index 81f8ef990b63..8acf5cb15594 100644 --- a/dev-java/bnd-ant/Manifest +++ b/dev-java/bnd-ant/Manifest @@ -1,5 +1,3 @@ -DIST aQute.bnd-7.0.0.tar.gz 172496438 BLAKE2B a2e443b0e4a2eb278a8e1df86456fea22ffb8147adc00c9f300cbd32b226218bb64ccca3da3bcd0d79b07567a7b4cf4456b96224d6abf59486fa08ca6170d0ba SHA512 11d34a7d1a9b2fb2e8c112d414a06c281ccde9a7b06c62043e19d83e85ea64fdf022dd4493a14dd2dcf6adee392a1e9bf1ab05a6d690a328f29d7019045bca8c DIST aQute.bnd-7.1.0.tar.gz 173448302 BLAKE2B 53c7fbbde15f27b0f96e1685ce7d4a03951360f57c9139ee36013138fae70034b0fe6b72300c2d9a0fe9dc5d2f8b5a75462e396e0383dd8b46237b43021bb35b SHA512 161a383b37cd2e6f75958d68c476c1e4fa581afc095e6c6081e4aa1822672f7ace0ec0948ee6bd5eba0c5d3490ef081bb7f4e5851ef590d4e6b9634a75963028 -EBUILD bnd-ant-7.0.0.ebuild 1004 BLAKE2B 7c06c6ae3c28807e04290f3781ad2107d71517c3f3b050608cf27baeb948150c15442597e8f85c0c84e87f81d6ccbbfba77de44f3a8e06e03deda80d05be9acf SHA512 cab9b38c384de1ec7a7b0b37d461167cdd475f3828fc427fdf3bd0cc13a90e73e3b42b0461067455079d599e0d7af97105f8873dfd5d65a2f1e9d57b950a7758 -EBUILD bnd-ant-7.1.0.ebuild 1021 BLAKE2B cfdbf402542339729b477efbacec623f8b86cf5e961f721024cada6edd788445fb6cd53d8b0b97f9fbd95371b2f08afff527e481007776160c8b2f3246bdbd00 SHA512 9750cfb571ab49c7af0324b0ee23aa9af08fad733904cf470bfdc44013b585e6544bf365209d9ddbf8c6d481c8eaf9b1d8210bb5285fdbad568d617de03c5249 +EBUILD bnd-ant-7.1.0.ebuild 1020 BLAKE2B 00745eba558eb8d95bbce7baf22d9386543eef338be29f16bcd9dd94a958716d4cd68ccb1e3fc6842fdad41e6734bead36a9946f3534e7acab62827b48701a4c SHA512 7692a292e2e3bb49609d1cd592148ff1c3fa1313359b0df4378c097b1a34e83f3167fff6ad240f5ea2b24a944e73c3a2cad155ba22b4282158d2620533a53ea5 MISC metadata.xml 294 BLAKE2B 66837ec99fde5f758bfca40e387481d9e99d8ea6c520b4ec74fd83cf51670aa2626277f231fb6e0159495da497d8c74725ec18fa2d09d4fc1223e0e84a13f58a SHA512 e79f2bc0d9b0e9981f3688d97299a4897f453695dbeebb6bd44e93706bb19e6b2542d3d89cc8f222cf353604bf47b6134ab8f67bb070650a558736a9ff5e6cc4 diff --git a/dev-java/bnd-ant/bnd-ant-7.0.0.ebuild b/dev-java/bnd-ant/bnd-ant-7.0.0.ebuild deleted file mode 100644 index 5a039feb28ae..000000000000 --- a/dev-java/bnd-ant/bnd-ant-7.0.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -JAVA_PKG_IUSE="doc source" -MAVEN_ID="biz.aQute.bnd:biz.aQute.bnd.ant:${PV}" - -inherit java-pkg-2 java-pkg-simple - -DESCRIPTION="Bnd Ant Tasks" -HOMEPAGE="https://bnd.bndtools.org/" -SRC_URI="https://github.com/bndtools/bnd/archive/${PV}.tar.gz -> aQute.bnd-${PV}.tar.gz" -S="${WORKDIR}/bnd-${PV}" - -LICENSE="Apache-2.0 EPL-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64" - -DEPEND=" - dev-java/ant:0 - ~dev-java/bnd-${PV}:0 - >=virtual/jdk-17:*" -RDEPEND=">=virtual/jre-17:*" - -JAVA_AUTOMATIC_MODULE_NAME="biz.aQute.bnd.ant" -JAVA_CLASSPATH_EXTRA=" - ant - bnd -" - -JAVA_RESOURCE_DIRS="res" -JAVA_SRC_DIR="biz.aQute.bnd.ant/src" - -src_prepare() { - default #780585 - java-pkg-2_src_prepare - mkdir res || die - - # java-pkg-simple wants resources in JAVA_RESOURCE_DIRS - pushd biz.aQute.bnd.ant/src > /dev/null || die - find -type f \ - ! -name '*.java' \ - | xargs cp --parent -t ../../res || die - popd > /dev/null || die -} diff --git a/dev-java/bnd-ant/bnd-ant-7.1.0.ebuild b/dev-java/bnd-ant/bnd-ant-7.1.0.ebuild index 4dac2056cc13..4cf40c036d62 100644 --- a/dev-java/bnd-ant/bnd-ant-7.1.0.ebuild +++ b/dev-java/bnd-ant/bnd-ant-7.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ S="${WORKDIR}/bnd-${PV/_rc/.RC}" LICENSE="Apache-2.0 EPL-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64" +KEYWORDS="amd64 ~arm64" DEPEND=" dev-java/ant:0 |