Install this version:
emerge -a =dev-java/ehcache-2.10.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-java/ehcache-2.10.4
Or alternatively:
emerge --autounmask-write -a =dev-java/ehcache-2.10.4
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.10.4 | 8 | ~amd64 | 2 |
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
JAVA_PKG_IUSE="doc source binary test"
MAVEN_ID="net.sf.ehcache:${PN}:${PV}"
JAVA_TESTING_FRAMEWORKS="pkgdiff"
inherit java-pkg-2 java-pkg-simple java-pkg-maven
DESCRIPTION="Cache used to boost performance, offload database and simplify scalability"
HOMEPAGE="https://www.ehcache.org/"
SRC_URI="
https://repo1.maven.org/maven2/net/sf/${PN}/${PN}/${PV}/${P}-sources.jar
https://repo1.maven.org/maven2/net/sf/${PN}/${PN}/${PV}/${P}.jar -> ${P}-bin.jar
"
LICENSE="Apache-2.0"
SLOT="2"
KEYWORDS="~amd64"
# JARs providing the following Java packages are needed:
# org.terracotta.toolkit.{builder,collection,concurrent,...}
# org.hibernate.{cache,config}
IUSE="+binary"
CP_DEPEND="
>=dev-java/slf4j-api-1.7.7:0
dev-java/jakarta-ws-rs-api:0
dev-java/jta:0
dev-java/quartz:0
dev-java/jersey-server:2
dev-java/jersey-media-sse:2
"
BDEPEND="
app-arch/unzip
"
DEPEND="
>=virtual/jdk-1.8:*
!binary? (
${CP_DEPEND}
)
"
RDEPEND="
>=virtual/jre-1.8:*
${CP_DEPEND}
"
S="${WORKDIR}"
JAVA_NEEDS_TOOLS=1
JAVA_SRC_DIR="src/main/java"
JAVA_BINJAR_FILENAME="${P}-bin.jar"
Manage flags for this package:
euse -i <flag> -p dev-java/ehcache |
euse -E <flag> -p dev-java/ehcache |
euse -D <flag> -p dev-java/ehcache
>=virtual/jdk-1.8:* !binary? ( >=dev-java/slf4j-api-1.7.7:0 dev-java/jakarta-ws-rs-api:0 dev-java/jta:0 dev-java/quartz:0 dev-java/jersey-server:2 dev-java/jersey-media-sse:2 )
>=virtual/jre-1.8:* >=dev-java/slf4j-api-1.7.7:0 dev-java/jakarta-ws-rs-api:0 dev-java/jta:0 dev-java/quartz:0 dev-java/jersey-server:2 dev-java/jersey-media-sse:2
app-arch/unzip
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | ehcache-2.10.4-bin.jar | 8911940 bytes | https://repo1.maven.org/maven2/net/sf/ehcache/ehcache/2.10.4/ehcache-2.10.4.jar |
| DIST | ehcache-2.10.4-sources.jar | 3879231 bytes | https://repo1.maven.org/maven2/net/sf/ehcache/ehcache/2.10.4/ehcache-2.10.4-sources.jar |