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 013B6158020 for ; Fri, 23 Dec 2022 09:44:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0550E07D0; Fri, 23 Dec 2022 09:44:52 +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 95783E07D0 for ; Fri, 23 Dec 2022 09:44:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7DFC8341221 for ; Fri, 23 Dec 2022 09:44:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 919717E8 for ; Fri, 23 Dec 2022 09:44:49 +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: <1671788297.ca765c8c036791753f51d07308a902fc40b38c46.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-nullanalysis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/commons-nullanalysis/Manifest dev-java/commons-nullanalysis/commons-nullanalysis-1.2.17.ebuild dev-java/commons-nullanalysis/metadata.xml X-VCS-Directories: dev-java/commons-nullanalysis/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: ca765c8c036791753f51d07308a902fc40b38c46 X-VCS-Branch: master Date: Fri, 23 Dec 2022 09:44:49 +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: db2c3b3e-ae31-4412-b9f4-ce4f99e79d65 X-Archives-Hash: 9328d99a2b5494b768fbcebe5379042d commit: ca765c8c036791753f51d07308a902fc40b38c46 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Wed Sep 21 09:12:37 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Dec 23 09:38:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca765c8c dev-java/commons-nullanalysis: new package, add 1.2.17 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Signed-off-by: Florian Schmaus gentoo.org> dev-java/commons-nullanalysis/Manifest | 1 + .../commons-nullanalysis-1.2.17.ebuild | 24 ++++++++++++++++++++++ dev-java/commons-nullanalysis/metadata.xml | 10 +++++++++ 3 files changed, 35 insertions(+) diff --git a/dev-java/commons-nullanalysis/Manifest b/dev-java/commons-nullanalysis/Manifest new file mode 100644 index 000000000000..081aa48e41a9 --- /dev/null +++ b/dev-java/commons-nullanalysis/Manifest @@ -0,0 +1 @@ +DIST unkrig-commons1.2.17.tar.gz 2187066 BLAKE2B 29addd6ba41edf475ff878c15a40ee328682fc7d458fae4f745e20cd00afbaa99a8f202e0d285a81a45e47177944d8dcce2e30d6f3c74d2374b46f34c5813dff SHA512 dd8652bcffd62aa847e7c36358de8eecca66f731f06da504cbdcb29f55608e384db2e0d9a7847773423d82d7ae9f3bf75e07142c95ae0ec758f15e5a3020db99 diff --git a/dev-java/commons-nullanalysis/commons-nullanalysis-1.2.17.ebuild b/dev-java/commons-nullanalysis/commons-nullanalysis-1.2.17.ebuild new file mode 100644 index 000000000000..cf6c5a7325f4 --- /dev/null +++ b/dev-java/commons-nullanalysis/commons-nullanalysis-1.2.17.ebuild @@ -0,0 +1,24 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +JAVA_PKG_IUSE="doc source" +MAVEN_ID="de.unkrig.commons:commons-nullanalysis:1.2.17" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="Annotations and utility classes for ECLIPSE annotation-base null analysis" +HOMEPAGE="https://unkrig.de/w/Commons.unkrig.de" +SRC_URI="https://github.com/aunkrig/commons/archive/V${PV}.tar.gz -> unkrig-commons${PV}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=">=virtual/jdk-1.8:*" +RDEPEND=">=virtual/jre-1.8:*" + +S="${WORKDIR}/commons-${PV}/commons-nullanalysis" + +JAVA_SRC_DIR="src/main/java" diff --git a/dev-java/commons-nullanalysis/metadata.xml b/dev-java/commons-nullanalysis/metadata.xml new file mode 100644 index 000000000000..4fc465e4c3e9 --- /dev/null +++ b/dev-java/commons-nullanalysis/metadata.xml @@ -0,0 +1,10 @@ + + + + + java@gentoo.org + + + aunkrig/commons + +