summaryrefslogtreecommitdiff
path: root/dev-java/error-prone-annotations/error-prone-annotations-2.23.0.ebuild
diff options
context:
space:
mode:
authorVolkmar W. Pogatzki <gentoo@pogatzki.net>2023-10-12 09:19:03 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2023-12-08 10:47:27 +0100
commit2d4a07bff8e62c05cfbdbe57f16ebd6de0444f77 (patch)
tree1e373fbdb0e62c22fae6ebcbaa6692db948e90e8 /dev-java/error-prone-annotations/error-prone-annotations-2.23.0.ebuild
parent62f6f7888d7015b31966deae73b179cbe9354bb3 (diff)
downloadgentoo-2d4a07bff8e62c05cfbdbe57f16ebd6de0444f77.tar.gz
gentoo-2d4a07bff8e62c05cfbdbe57f16ebd6de0444f77.tar.bz2
gentoo-2d4a07bff8e62c05cfbdbe57f16ebd6de0444f77.zip
dev-java/error-prone-annotations: add 2.23.0
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java/error-prone-annotations/error-prone-annotations-2.23.0.ebuild')
-rw-r--r--dev-java/error-prone-annotations/error-prone-annotations-2.23.0.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-java/error-prone-annotations/error-prone-annotations-2.23.0.ebuild b/dev-java/error-prone-annotations/error-prone-annotations-2.23.0.ebuild
new file mode 100644
index 000000000000..fa814e5396d9
--- /dev/null
+++ b/dev-java/error-prone-annotations/error-prone-annotations-2.23.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+JAVA_PKG_IUSE="doc source"
+MAVEN_ID="com.google.errorprone:error_prone_annotations:${PV}"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Java annotations for the Error Prone static analysis tool"
+HOMEPAGE="https://errorprone.info"
+SRC_URI="https://github.com/google/error-prone/archive/v${PV}.tar.gz -> error-prone-${PV}.tar.gz"
+S="${WORKDIR}/error-prone-${PV}/annotations"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+DEPEND=">=virtual/jdk-1.8:*"
+RDEPEND=">=virtual/jre-1.8:*"
+
+JAVA_AUTOMATIC_MODULE_NAME="com.google.errorprone.annotations"
+JAVA_SRC_DIR="src/main/java"