commit: 67456642490c2731c91c94d13e907795ff30d19d Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Sat Feb 24 12:42:26 2024 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Sat Feb 24 12:42:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67456642
dev-java/osgi-core-api: treeclean Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> dev-java/osgi-core-api/Manifest | 1 - dev-java/osgi-core-api/metadata.xml | 8 ------ .../osgi-core-api/osgi-core-api-5.0.0-r2.ebuild | 29 ---------------------- profiles/package.mask | 1 - 4 files changed, 39 deletions(-) diff --git a/dev-java/osgi-core-api/Manifest b/dev-java/osgi-core-api/Manifest deleted file mode 100644 index 2560625ee59f..000000000000 --- a/dev-java/osgi-core-api/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST osgi.core-5.0.0.jar 418232 BLAKE2B d7cfb8b2c6ff955ffc8252f248eb7bec562d16598e1a56fb50f12c099adae8b5268bc26003e166794eaee8fa6cb116ce388eb1981ef5a09394c05b7ea8655f0d SHA512 de7c5aa327a4361b81d953951488b84071e525cfd3e50f0334450b8c1b25733248de9459239ee7091f8961ac8b047a0492d692fb7cd408a0ec07df090ea9e2c3 diff --git a/dev-java/osgi-core-api/metadata.xml b/dev-java/osgi-core-api/metadata.xml deleted file mode 100644 index 6021501589e0..000000000000 --- a/dev-java/osgi-core-api/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>[email protected]</email> - <name>Java</name> -</maintainer> -</pkgmetadata> diff --git a/dev-java/osgi-core-api/osgi-core-api-5.0.0-r2.ebuild b/dev-java/osgi-core-api/osgi-core-api-5.0.0-r2.ebuild deleted file mode 100644 index 36af959c037c..000000000000 --- a/dev-java/osgi-core-api/osgi-core-api-5.0.0-r2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -JAVA_PKG_IUSE="doc source" -MAVEN_ID="org.osgi:org.osgi.core:5.0.0" - -inherit java-pkg-2 java-pkg-simple - -DESCRIPTION="OSGi Service Platform Core API (Companion Code)" -HOMEPAGE="http://www.osgi.org/Specifications/HomePage" -SRC_URI="http://www.osgi.org/download/r5/osgi.core-${PV}.jar" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x64-macos" - -RDEPEND=">=virtual/jre-1.8:*" - -DEPEND=">=virtual/jdk-1.8:* - app-arch/unzip" - -JAVA_SRC_DIR="OSGI-OPT/src" - -src_prepare() { - default - rm -r org || die -} diff --git a/profiles/package.mask b/profiles/package.mask index e0cdd738db66..db5ec02a1cc5 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -231,7 +231,6 @@ dev-java/bnd-junit # Volkmar W. Pogatzki <[email protected]> (2024-01-15) # Unused Java libraries. Removal on 2024-02-15 dev-java/glassfish-persistence -dev-java/osgi-core-api # Andreas Sturmlechner <[email protected]> (2023-12-25) # Masked until KF6 is unmasked.
