dev-java/kotlin-annotations-jvm - 1.4.32 (spark-overlay)

Search

Package Information

Description:
Kotlin annotations for JVM

Ebuild Details

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

EAPI=7

MAVEN_ID="org.jetbrains.kotlin:${PN}:${PV}"

KOTLIN_LIBS_BINJAR_SRC_URI="https://repo1.maven.org/maven2/org/jetbrains/kotlin/${PN}/${PV}/${P}.jar"
KOTLIN_LIBS_SRCJAR_SRC_URI="https://repo1.maven.org/maven2/org/jetbrains/kotlin/${PN}/${PV}/${P}-sources.jar"

inherit kotlin-libs

DESCRIPTION="Kotlin annotations for JVM"
KEYWORDS="~amd64"

JAVA_BINJAR_FILENAME="${P}.jar"
KOTLIN_LIBS_SRCJAR_FILENAME="${P}-sources.jar"

# Kotlin compiler needs not be called for this package

JAVAC_ARGS="-g -proc:none -XDuseUnsharedTable=true"
JAVA_SRC_DIR=( libraries/tools/kotlin-annotations-jvm/src )

src_compile() {
	java-pkg-simple_src_compile
}

Manifest for 1.4.32

Type File Size Source URLs
DIST kotlin-annotations-jvm-1.4.32.jar 2676 bytes https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-annotations-jvm/1.4.32/kotlin-annotations-jvm-1.4.32.jar