From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D0E0C158094 for ; Thu, 7 Jul 2022 07:04:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1213EE095E; Thu, 7 Jul 2022 07:04:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D0CE6E095E for ; Thu, 7 Jul 2022 07:04:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2F60340E96 for ; Thu, 7 Jul 2022 07:04:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CC6F527 for ; Thu, 7 Jul 2022 07:04:28 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1657177457.99c81183a8f6871f495fe9cd42e60cd36d1d70f3.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/osgi-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/osgi-core/Manifest dev-java/osgi-core/metadata.xml dev-java/osgi-core/osgi-core-8.0.0.ebuild X-VCS-Directories: dev-java/osgi-core/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 99c81183a8f6871f495fe9cd42e60cd36d1d70f3 X-VCS-Branch: master Date: Thu, 7 Jul 2022 07:04:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4a15de20-7647-4c10-bc7d-677fed53fd7a X-Archives-Hash: 1ab2a195fb8ddb7543429db4cd104e5f commit: 99c81183a8f6871f495fe9cd42e60cd36d1d70f3 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Sat Jun 18 16:21:17 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Jul 7 07:04:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99c81183 dev-java/osgi-core: new package, add 8.0.0 Test dependency of log4j-{api,core} Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Signed-off-by: Florian Schmaus gentoo.org> dev-java/osgi-core/Manifest | 1 + dev-java/osgi-core/metadata.xml | 7 +++++++ dev-java/osgi-core/osgi-core-8.0.0.ebuild | 33 +++++++++++++++++++++++++++++++ 3 files changed, 41 insertions(+) diff --git a/dev-java/osgi-core/Manifest b/dev-java/osgi-core/Manifest new file mode 100644 index 000000000000..fefbfdfc2580 --- /dev/null +++ b/dev-java/osgi-core/Manifest @@ -0,0 +1 @@ +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 new file mode 100644 index 000000000000..75321cfb5598 --- /dev/null +++ b/dev-java/osgi-core/metadata.xml @@ -0,0 +1,7 @@ + + + + + java@gentoo.org + + diff --git a/dev-java/osgi-core/osgi-core-8.0.0.ebuild b/dev-java/osgi-core/osgi-core-8.0.0.ebuild new file mode 100644 index 000000000000..5a9c45902f89 --- /dev/null +++ b/dev-java/osgi-core/osgi-core-8.0.0.ebuild @@ -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 +}