dev-java/jetbrains-annotations - 13.0 (spark-overlay)

Search

Install

Install this version:

emerge -a =dev-java/jetbrains-annotations-13.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-java/jetbrains-annotations-13.0

Or alternatively:

emerge --autounmask-write -a =dev-java/jetbrains-annotations-13.0

Package Information

Description:
A set of annotations used for code inspection support and code documentation.
Homepage:
https://github.com/JetBrains/java-annotations
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
13.0 7 ~amd64 13
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

JAVA_PKG_IUSE="doc source test binary"
MAVEN_ID="org.jetbrains:annotations:${PV}"
JAVA_TESTING_FRAMEWORKS="pkgdiff"

inherit java-pkg-2 java-pkg-simple java-pkg-maven

MY_PN="annotations"
MY_P=${MY_PN}-${PV}

DESCRIPTION="A set of annotations used for code inspection support and code documentation."
HOMEPAGE="https://github.com/JetBrains/java-annotations"
SRC_URI="https://repo.maven.apache.org/maven2/org/jetbrains/${MY_PN}/${PV}/${MY_P}-sources.jar -> ${P}-sources.jar
		https://repo.maven.apache.org/maven2/org/jetbrains/${MY_PN}/${PV}/${MY_P}.jar -> ${P}-bin.jar"
LICENSE="Apache-2.0"
# For SLOT, please take the smallest version number for which the API is
# compatible with this version, and remove all trailing zero components
SLOT="13"
KEYWORDS="~amd64"

BDEPEND="
	app-arch/unzip
"

DEPEND="
	>=virtual/jdk-1.8:*
"

RDEPEND="
	>=virtual/jre-1.8:*
"

S="${WORKDIR}"

JAVA_SRC_DIR="src/main/java"
JAVA_BINJAR_FILENAME="${P}-bin.jar"

Inherited Eclasses

Dependencies

DEPEND

	>=virtual/jdk-1.8:*

RDEPEND

	>=virtual/jre-1.8:*

BDEPEND

	app-arch/unzip

Manifest for 13.0

Type File Size Source URLs
DIST jetbrains-annotations-13.0-bin.jar 17536 bytes https://repo.maven.apache.org/maven2/org/jetbrains/annotations/13.0/annotations-13.0.jar
DIST jetbrains-annotations-13.0-sources.jar 17566 bytes https://repo.maven.apache.org/maven2/org/jetbrains/annotations/13.0/annotations-13.0-sources.jar