summaryrefslogtreecommitdiff
path: root/dev-java/osgi-core
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-java/osgi-core
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-java/osgi-core')
-rw-r--r--dev-java/osgi-core/Manifest1
-rw-r--r--dev-java/osgi-core/metadata.xml7
-rw-r--r--dev-java/osgi-core/osgi-core-8.0.0.ebuild33
3 files changed, 0 insertions, 41 deletions
diff --git a/dev-java/osgi-core/Manifest b/dev-java/osgi-core/Manifest
deleted file mode 100644
index fefbfdfc2580..000000000000
--- a/dev-java/osgi-core/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST osgi-core-8.0.0.jar 556893 BLAKE2B 36c923ed2a0c590690d1fae112b56984ac16aab7ab0ce46b715aad8fc7b75f0846d640121ced62c626adb1b442c0cb524df37cb82339e9405db6abc7b67c64d9 SHA512 0161f91ecb8ad102731c71ce73f96b99174b5bce2f216770226860cff8a3fcd12abec828399077a835b6765ed9bf9ec29be618de8d2a85b40d6250c00bab4404
diff --git a/dev-java/osgi-core/metadata.xml b/dev-java/osgi-core/metadata.xml
deleted file mode 100644
index 75321cfb5598..000000000000
--- a/dev-java/osgi-core/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>java@gentoo.org</email>
- </maintainer>
-</pkgmetadata>
diff --git a/dev-java/osgi-core/osgi-core-8.0.0.ebuild b/dev-java/osgi-core/osgi-core-8.0.0.ebuild
deleted file mode 100644
index 08d36e1a7dd8..000000000000
--- a/dev-java/osgi-core/osgi-core-8.0.0.ebuild
+++ /dev/null
@@ -1,33 +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="org.osgi:osgi.core:8.0.0"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="OSGi Service Platform Core API (Companion Code)"
-HOMEPAGE="https://www.osgi.org"
-SRC_URI="https://docs.osgi.org/download/r$(ver_cut 1)/${PN/-/.}-${PV}.jar -> ${P}.jar"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm64 ppc64"
-
-RDEPEND=">=virtual/jre-1.8:*"
-
-DEPEND="
- dev-java/osgi-annotation:0
- >=virtual/jdk-1.8:*"
-
-BDEPEND="app-arch/unzip"
-
-JAVA_CLASSPATH_EXTRA="osgi-annotation"
-JAVA_SRC_DIR="OSGI-OPT/src"
-
-src_prepare() {
- default
- java-pkg_clean org
-}