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.jruby:jruby-stdlib:1.7.22"
inherit java-pkg-2 java-pkg-simple java-pkg-maven
DESCRIPTION="JRuby Standard Library"
HOMEPAGE="https://www.jruby.org/"
SRC_URI="https://repo1.maven.org/maven2/org/jruby/${PN}/${PV}/${P}.jar -> ${P}-bin.jar"
LICENSE="EPL-1.0 GPL-3 LGPL-3"
SLOT="0"
KEYWORDS="~amd64"
# The source JAR on Maven Central does not contain any source files; upstream's
# main tree has a build.xml file for Ant but it is essentially a wrapper of
# Maven, which downloads dependencies and thus cannot be used within Portage.
# Thus, this package cannot be compiled from source yet.
IUSE="+binary"
BDEPEND="
app-arch/unzip
"
DEPEND="
>=virtual/jdk-1.8:*
"
RDEPEND="
>=virtual/jre-1.8:*
"
S="${WORKDIR}"
JAVA_ENCODING="utf-8"
JAVA_SRC_DIR="src/main/java"
JAVA_BINJAR_FILENAME="${P}-bin.jar"