Install this version:
emerge -a =dev-java/jruby-stdlib-1.7.22
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-java/jruby-stdlib-1.7.22
Or alternatively:
emerge --autounmask-write -a =dev-java/jruby-stdlib-1.7.22
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.7.22 | 7 | ~amd64 | 0 |
# 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"
Manage flags for this package:
euse -i <flag> -p dev-java/jruby-stdlib |
euse -E <flag> -p dev-java/jruby-stdlib |
euse -D <flag> -p dev-java/jruby-stdlib
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | jruby-stdlib-1.7.22-bin.jar | 9938772 bytes | https://repo1.maven.org/maven2/org/jruby/jruby-stdlib/1.7.22/jruby-stdlib-1.7.22.jar |