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 9C43815808B for ; Wed, 6 Apr 2022 08:01:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97EB9E09D7; Wed, 6 Apr 2022 08:01:48 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D05CE09C7 for ; Wed, 6 Apr 2022 08:01:48 +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 3CAE2341434 for ; Wed, 6 Apr 2022 08:01:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E163386 for ; Wed, 6 Apr 2022 08:01:44 +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: <1649232100.5f82bcadfad47a2160d6132a38d92295c5d585bb.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/apiguardian-api/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/apiguardian-api/Manifest dev-java/apiguardian-api/apiguardian-api-1.1.2.ebuild dev-java/apiguardian-api/metadata.xml X-VCS-Directories: dev-java/apiguardian-api/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 5f82bcadfad47a2160d6132a38d92295c5d585bb X-VCS-Branch: master Date: Wed, 6 Apr 2022 08:01:44 +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: c3e600c1-1fe4-4e66-a4ef-d83916b37cbf X-Archives-Hash: 4d8a466bfbc2d75f5ec1c912ab0f8179 commit: 5f82bcadfad47a2160d6132a38d92295c5d585bb Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Mon Apr 4 15:17:30 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Apr 6 08:01:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f82bcad dev-java/apiguardian-api: Import from junit-5-ebuild-repo Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Signed-off-by: Florian Schmaus gentoo.org> dev-java/apiguardian-api/Manifest | 1 + .../apiguardian-api/apiguardian-api-1.1.2.ebuild | 36 ++++++++++++++++++++++ dev-java/apiguardian-api/metadata.xml | 13 ++++++++ 3 files changed, 50 insertions(+) diff --git a/dev-java/apiguardian-api/Manifest b/dev-java/apiguardian-api/Manifest new file mode 100644 index 000000000000..da069140e71e --- /dev/null +++ b/dev-java/apiguardian-api/Manifest @@ -0,0 +1 @@ +DIST apiguardian-api-1.1.2.tar.gz 67267 BLAKE2B 27bbe157f23c0904863d093930968854771f4c6b1bc6b6a6e6b86604383abd291348fa8b009d760b3bc739bbfbdb74e9429942ce1acf4bfc52e29e79386f2059 SHA512 7c56ee15e0aba07e95b6f2fe7cedd98e449e774958eb63b2467066c381e1e82ad67c982c2885e18154c62e55fda80a1c2e0f689253afe449db9f7e7563122db6 diff --git a/dev-java/apiguardian-api/apiguardian-api-1.1.2.ebuild b/dev-java/apiguardian-api/apiguardian-api-1.1.2.ebuild new file mode 100644 index 000000000000..85147e398aa2 --- /dev/null +++ b/dev-java/apiguardian-api/apiguardian-api-1.1.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +JAVA_PKG_IUSE="doc source" +MAVEN_ID="org.apiguardian:apiguardian-api:1.1.2" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="@org.apiguardian.api.API Java annotation provider" +HOMEPAGE="https://github.com/apiguardian-team/apiguardian" +SRC_URI="https://github.com/apiguardian-team/apiguardian/archive/r${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + >=virtual/jdk-1.8:* +" + +RDEPEND=" + >=virtual/jre-1.8:* +" + +DOCS=( README.md ) + +S="${WORKDIR}/${PN%-api}-r${PV}" + +JAVA_SRC_DIR=( src/{main,module}/java ) + +src_install() { + default # https://bugs.gentoo.org/789582 + java-pkg-simple_src_install +} diff --git a/dev-java/apiguardian-api/metadata.xml b/dev-java/apiguardian-api/metadata.xml new file mode 100644 index 000000000000..6bc8acd2f803 --- /dev/null +++ b/dev-java/apiguardian-api/metadata.xml @@ -0,0 +1,13 @@ + + + + + java@gentoo.org + + + apiguardian-team/apiguardian + + + Library that provides the @API annotation that is used to annotate public types, methods, constructors, and fields within a framework or application in order to publish their status and level of stability and to indicate how they are intended to be used by consumers of the API. + +