dev-java/barchart-udt - 2.3.0 (spark-overlay)

Search

Package Information

Description:
Barchart UDT bundle
Homepage:
https://github.com/barchart/barchart-udt/wiki
License:
BSD-2

Ebuild Details

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

# Skeleton command:
# java-ebuilder --generate-ebuild --workdir /var/lib/java-ebuilder/poms/ --pom /var/lib/java-ebuilder/poms/barchart-udt-bundle-2.3.0.pom --download-uri https://repo.maven.apache.org/maven2/com/barchart/udt/barchart-udt-bundle/2.3.0/barchart-udt-bundle-2.3.0-sources.jar --slot 0 --keywords "~amd64" --ebuild barchart-udt-2.3.0.ebuild

EAPI=7

JAVA_PKG_IUSE="doc source binary test"
MAVEN_ID="com.barchart.udt:barchart-udt-bundle:2.3.0"
MAVEN_PROVIDES="com.barchart.udt:barchart-udt-core:2.3.0"
JAVA_TESTING_FRAMEWORKS="pkgdiff"

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

DESCRIPTION="Barchart UDT bundle"
HOMEPAGE="https://github.com/barchart/barchart-udt/wiki"
SRC_URI="
	https://repo.maven.apache.org/maven2/com/barchart/udt/${PN}-bundle/${PV}/${PN}-bundle-${PV}-sources.jar
	https://repo.maven.apache.org/maven2/com/barchart/udt/${PN}-bundle/${PV}/${PN}-bundle-${PV}.jar
"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"

# The upstream pre-built JAR contains shared libraries (*.so) files, which are
# more complicated to build.  Only binary installation is supported as of now.
IUSE="+binary"

DEPEND="
	>=virtual/jdk-1.8:*
	app-arch/unzip
"

RDEPEND="
	>=virtual/jre-1.8:*
	dev-java/slf4j-api:0
"

S="${WORKDIR}"
JAVA_SRC_DIR="src/main/java"
JAVA_GENTOO_CLASSPATH="slf4j-api"
JAVA_BINJAR_FILENAME="${PN}-bundle-${PV}.jar"

USE Flags

binary
Default: Enabled (+)

Dependencies

DEPEND

	>=virtual/jdk-1.8:*
	app-arch/unzip

RDEPEND

	>=virtual/jre-1.8:*
	dev-java/slf4j-api:0

Manifest for 2.3.0

Type File Size Source URLs
DIST barchart-udt-bundle-2.3.0-sources.jar 79815 bytes https://repo.maven.apache.org/maven2/com/barchart/udt/barchart-udt-bundle/2.3.0/barchart-udt-bundle-2.3.0-sources.jar
DIST barchart-udt-bundle-2.3.0.jar 1816937 bytes https://repo.maven.apache.org/maven2/com/barchart/udt/barchart-udt-bundle/2.3.0/barchart-udt-bundle-2.3.0.jar