Install this version:
emerge -a =dev-java/byte-buddy-1.6.14
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-java/byte-buddy-1.6.14
Or alternatively:
emerge --autounmask-write -a =dev-java/byte-buddy-1.6.14
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.6.14 | 8 | ~amd64 | 1.6 |
# 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="net.bytebuddy:${PN}:${PV}"
JAVA_TESTING_FRAMEWORKS="pkgdiff"
inherit java-pkg-2 java-pkg-simple java-pkg-maven
DESCRIPTION="Java library for creating Java classes at run time"
HOMEPAGE="https://bytebuddy.net"
SRC_URI="
https://repo1.maven.org/maven2/net/bytebuddy/${PN}/${PV}/${P}-sources.jar
https://repo1.maven.org/maven2/net/bytebuddy/${PN}/${PV}/${P}.jar -> ${P}-bin.jar
"
LICENSE="Apache-2.0"
SLOT="1.6"
KEYWORDS="~amd64"
# Lots of inconsistencies between generated JAR and pre-built JAR
RESTRICT="test"
BDEPEND="
app-arch/unzip
"
DEPEND="
>=virtual/jdk-1.8:*
!binary? (
dev-java/findbugs-annotations:3
dev-java/lombok-bin:0
)
"
RDEPEND="
>=virtual/jre-1.8:*
"
S="${WORKDIR}"
JAVA_CLASSPATH_EXTRA="
findbugs-annotations-3
lombok-bin
"
JAVA_SRC_DIR="src/main/java"
JAVA_BINJAR_FILENAME="${P}-bin.jar"
>=virtual/jdk-1.8:* !binary? ( dev-java/findbugs-annotations:3 dev-java/lombok-bin:0 )
>=virtual/jre-1.8:*
app-arch/unzip
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | byte-buddy-1.6.14-bin.jar | 2795939 bytes | https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.6.14/byte-buddy-1.6.14.jar |
| DIST | byte-buddy-1.6.14-sources.jar | 1415187 bytes | https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.6.14/byte-buddy-1.6.14-sources.jar |