Install this version:
emerge -a =dev-java/caffeine-2.6.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-java/caffeine-2.6.1
Or alternatively:
emerge --autounmask-write -a =dev-java/caffeine-2.6.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.6.1 | 7 | ~amd64 | 0 |
# Copyright 1999-2021 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/caffeine-2.6.1.pom --download-uri https://repo1.maven.org/maven2/com/github/ben-manes/caffeine/caffeine/2.6.1/caffeine-2.6.1-sources.jar --slot 0 --keywords "~amd64" --ebuild caffeine-2.6.1-r1.ebuild
EAPI=7
JAVA_PKG_IUSE="doc source test binary"
MAVEN_ID="com.github.ben-manes.caffeine:caffeine:2.6.1"
JAVA_TESTING_FRAMEWORKS="pkgdiff"
inherit java-pkg-2 java-pkg-simple java-pkg-maven
DESCRIPTION="A high performance caching library for Java 8+"
HOMEPAGE="https://github.com/ben-manes/caffeine"
SRC_URI="
https://repo1.maven.org/maven2/com/github/ben-manes/${PN}/${PN}/${PV}/${P}-sources.jar
https://repo1.maven.org/maven2/com/github/ben-manes/${PN}/${PN}/${PV}/${P}.jar -> ${P}-bin.jar
"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
# Compile dependencies
# POM: /var/lib/java-ebuilder/poms/${P}.pom
# com.google.code.findbugs:jsr305:3.0.2 -> >=dev-java/jsr305-3.0.2:0
# com.google.errorprone:error_prone_annotations:2.1.3 -> >=dev-java/error-prone-annotations-2.1.3:0
DEPEND="
>=virtual/jdk-1.8:*
app-arch/unzip
!binary? (
>=dev-java/error-prone-annotations-2.1.3:0
>=dev-java/jsr305-3.0.2:0
)
"
RDEPEND="
>=virtual/jre-1.8:*
"
S="${WORKDIR}"
JAVA_CLASSPATH_EXTRA="jsr305,error-prone-annotations"
JAVA_SRC_DIR="src/main/java"
JAVA_BINJAR_FILENAME="${P}-bin.jar"
src_prepare() {
if ! use binary; then
eapply "${FILESDIR}/${P}-remove-problematic-generics.patch"
fi
eapply_user
}
>=virtual/jdk-1.8:* app-arch/unzip !binary? ( >=dev-java/error-prone-annotations-2.1.3:0 >=dev-java/jsr305-3.0.2:0 )
>=virtual/jre-1.8:*
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | caffeine-2.6.1-bin.jar | 657368 bytes | https://repo1.maven.org/maven2/com/github/ben-manes/caffeine/caffeine/2.6.1/caffeine-2.6.1.jar |
| DIST | caffeine-2.6.1-sources.jar | 710346 bytes | https://repo1.maven.org/maven2/com/github/ben-manes/caffeine/caffeine/2.6.1/caffeine-2.6.1-sources.jar |