Added dev-java/failureaccess-1.0.3

This commit is contained in:
saundersp
2025-09-20 02:11:00 +02:00
parent 77f0a68036
commit 4916e7b90f
3 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# Copyright 2025 Gentoo Authors
EAPI=8
JAVA_PKG_IUSE="doc source test"
MAVEN_ID="com.google.guava:${PN}:${PV}"
JAVA_TESTING_FRAMEWORKS="pkgdiff"
inherit java-pkg-2 java-pkg-simple
DESCRIPTION="Contains com.google.common.util.concurrent.internal.InternalFutureFailureAccess and InternalFutures. Most users will never need to use this artifact. Its classes is conceptually a part of Guava, but they're in this separate artifact so that Android libraries can use them without pulling in all of Guava (just as they can use ListenableFuture by depending on the listenablefuture artifact)."
HOMEPAGE="https://github.com/google/guava/failureaccess"
SRC_URI="https://repo1.maven.org/maven2/com/google/guava/${PN}/${PV}/${P}-sources.jar
https://repo1.maven.org/maven2/com/google/guava/${PN}/${PV}/${P}.jar -> ${P}-bin.jar"
S="${WORKDIR}"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
DEPEND=">=virtual/jdk-1.8:*"
RDEPEND=">=virtual/jre-1.8:*"
JAVA_SRC_DIR="com/google/common/util/concurrent/internal"
JAVA_BINJAR_FILENAME="${P}-bin.jar"