dev-java/json4s-ast - 3.6.6 (spark-overlay)

Search

Install

Install this version:

emerge -a =dev-java/json4s-ast-3.6.6

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

autounmask =dev-java/json4s-ast-3.6.6

Or alternatively:

emerge --autounmask-write -a =dev-java/json4s-ast-3.6.6

Package Information

Description:
json4s-ast
Homepage:
https://github.com/json4s/json4s
License:
Apache-2.0

Ebuild Details

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

# Skeleton command:
# java-ebuilder --generate-ebuild --workdir . --pom /var/lib/java-ebuilder/poms/json4s-ast_2.12-3.6.6.pom --download-uri https://repo1.maven.org/maven2/org/json4s/json4s-ast_2.12/3.6.6/json4s-ast_2.12-3.6.6-sources.jar --slot 2.12 --keywords "~amd64" --ebuild json4s-ast-3.6.6-r1.ebuild

EAPI=7

JAVA_PKG_IUSE="doc source test binary"
MAVEN_ID="org.json4s:json4s-ast_2.12:3.6.6"
JAVA_TESTING_FRAMEWORKS="pkgdiff"

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

DESCRIPTION="json4s-ast"
HOMEPAGE="https://github.com/json4s/json4s"
SRC_URI="https://repo1.maven.org/maven2/org/json4s/${PN}_2.12/${PV}/${PN}_2.12-${PV}-sources.jar -> ${P}-sources.jar
	https://repo1.maven.org/maven2/org/json4s/${PN}_2.12/${PV}/${PN}_2.12-${PV}.jar -> ${P}-bin.jar"
LICENSE="Apache-2.0"
SLOT="2.12"
KEYWORDS="~amd64"

# Common dependencies
# POM: /var/lib/java-ebuilder/poms/${PN}_2.12-${PV}.pom
# org.scala-lang:scala-library:2.12.8 -> >=dev-java/scala-common-bin-2.12.4:2.12

CDEPEND="
	>=dev-java/scala-common-bin-2.12.4:2.12
"

DEPEND="
	>=virtual/jdk-1.8:*
	app-arch/unzip
	!binary? ( ${CDEPEND} )
"

RDEPEND="
	>=virtual/jre-1.8:*
	${CDEPEND}"

S="${WORKDIR}"

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

src_compile() {
	java-pkg-simple-plugins_src_compile
}

Inherited Eclasses

Dependencies

DEPEND

	>=virtual/jdk-1.8:*
	app-arch/unzip
	!binary? ( 
	>=dev-java/scala-common-bin-2.12.4:2.12
 )

RDEPEND

	>=virtual/jre-1.8:*
	
	>=dev-java/scala-common-bin-2.12.4:2.12

Manifest for 3.6.6

Type File Size Source URLs
DIST json4s-ast-3.6.6-bin.jar 83632 bytes https://repo1.maven.org/maven2/org/json4s/json4s-ast_2.12/3.6.6/json4s-ast_2.12-3.6.6.jar
DIST json4s-ast-3.6.6-sources.jar 6950 bytes https://repo1.maven.org/maven2/org/json4s/json4s-ast_2.12/3.6.6/json4s-ast_2.12-3.6.6-sources.jar