dev-java/charts4j - 1.3 (spark-overlay)

Search

Install

Install this version:

emerge -a =dev-java/charts4j-1.3

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

autounmask =dev-java/charts4j-1.3

Or alternatively:

emerge --autounmask-write -a =dev-java/charts4j-1.3

Package Information

Description:
charts4j is a free, lightweight charts and graphs Java API. It enables developers to programmatically create the charts available in the Google Chart API through a straightforward and intuitive Java API.
Homepage:
http://charts4j.googlecode.com
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.3 7 ~amd64 0
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/charts4j-1.3.pom --download-uri https://repo1.maven.org/maven2/com/googlecode/charts4j/charts4j/1.3/charts4j-1.3-sources.jar --slot 0 --keywords "~amd64" --ebuild charts4j-1.3-r1.ebuild

EAPI=7

JAVA_PKG_IUSE="doc source test binary"
MAVEN_ID="com.googlecode.charts4j:charts4j:1.3"
JAVA_TESTING_FRAMEWORKS="pkgdiff"

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

DESCRIPTION="charts4j is a free, lightweight charts and graphs Java API. It enables developers to programmatically create the charts available in the Google Chart API through a straightforward and intuitive Java API."
HOMEPAGE="http://charts4j.googlecode.com"
SRC_URI="https://repo1.maven.org/maven2/com/googlecode/${PN}/${PN}/${PV}/${P}-sources.jar
	https://repo1.maven.org/maven2/com/googlecode/${PN}/${PN}/${PV}/${P}.jar -> ${P}-bin.jar"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

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

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:*
	app-arch/unzip

RDEPEND

	>=virtual/jre-1.8:*

Manifest for 1.3

Type File Size Source URLs
DIST charts4j-1.3-bin.jar 180617 bytes https://repo1.maven.org/maven2/com/googlecode/charts4j/charts4j/1.3/charts4j-1.3.jar
DIST charts4j-1.3-sources.jar 182709 bytes https://repo1.maven.org/maven2/com/googlecode/charts4j/charts4j/1.3/charts4j-1.3-sources.jar