mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-java/osgi-core: new package, add 8.0.0
Test dependency of log4j-{api,core}
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
committed by
Florian Schmaus
parent
be0bc5c9d9
commit
99c81183a8
1
dev-java/osgi-core/Manifest
Normal file
1
dev-java/osgi-core/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST osgi-core-8.0.0.jar 556893 BLAKE2B 36c923ed2a0c590690d1fae112b56984ac16aab7ab0ce46b715aad8fc7b75f0846d640121ced62c626adb1b442c0cb524df37cb82339e9405db6abc7b67c64d9 SHA512 0161f91ecb8ad102731c71ce73f96b99174b5bce2f216770226860cff8a3fcd12abec828399077a835b6765ed9bf9ec29be618de8d2a85b40d6250c00bab4404
|
||||
7
dev-java/osgi-core/metadata.xml
Normal file
7
dev-java/osgi-core/metadata.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?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>
|
||||
33
dev-java/osgi-core/osgi-core-8.0.0.ebuild
Normal file
33
dev-java/osgi-core/osgi-core-8.0.0.ebuild
Normal file
@@ -0,0 +1,33 @@
|
||||
# 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: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 ~arm ~arm64 ~ppc64 ~x86"
|
||||
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user