Install this version:
emerge -a =dev-java/args4j-2.33
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-java/args4j-2.33
Or alternatively:
emerge --autounmask-write -a =dev-java/args4j-2.33
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
JAVA_PKG_IUSE="doc source test binary"
MAVEN_ID="args4j:${PN}:${PV}"
JAVA_TESTING_FRAMEWORKS="pkgdiff"
inherit java-pkg-2 java-pkg-simple java-pkg-maven
DESCRIPTION="args4j is a Java command line arguments parser"
HOMEPAGE="https://args4j.kohsuke.org/"
SRC_URI="
https://repo1.maven.org/maven2/args4j/${PN}/${PV}/${P}-sources.jar
https://repo1.maven.org/maven2/args4j/${PN}/${PV}/${P}.jar -> ${P}-bin.jar
"
LICENSE="MIT"
SLOT="2"
KEYWORDS="~amd64 ~x86"
# Binary JAR contains Java sources, which we should
# never add, so pkgdiff would always fail
RESTRICT="test"
BDEPEND="
app-arch/unzip
"
DEPEND="
>=virtual/jdk-1.8:*
"
RDEPEND="
>=virtual/jre-1.8:*
"
S="${WORKDIR}"
JAVA_SRC_DIR="src/main/java"
JAVA_BINJAR_FILENAME="${P}-bin.jar"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | args4j-2.33-bin.jar | 155379 bytes | https://repo1.maven.org/maven2/args4j/args4j/2.33/args4j-2.33.jar |
| DIST | args4j-2.33-sources.jar | 65430 bytes | https://repo1.maven.org/maven2/args4j/args4j/2.33/args4j-2.33-sources.jar |