mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-java/guava-testlib: drop 30.1.1
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/29305 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
committed by
Arthur Zamarin
parent
a0055d21bb
commit
f3e2114db4
@@ -1,2 +1 @@
|
||||
DIST guava-30.1.1.tar.gz 5404546 BLAKE2B 818ef4b17c4f0c8e92c327f046434a3bb428ac35d6e95edd6d6be558c755d138a8ac7f8ad2032073cad131890d8f838e896fff84ba217f8305be8bd65c619a48 SHA512 23b30d886a3200b8f998897ca7bc424b2d223a4fecb03ab644e08a989a85f008e30ef093055e6305c4148a1eb8919c407e35d19f492c5b189830bd115e9484f2
|
||||
DIST guava-31.1.tar.gz 5583483 BLAKE2B b430257b6a21e8cc85b11241be3abc463d13d29d85c6e7a3e4240977213428ec92af63afb66d0637f6b6dbbab1e3493cfc684a6be21ba4633cec7c6df5d0a8e7 SHA512 660b486d82d526ce722130f2968ea8ab9eb53f5915f80e53ef135a7bfcb6ced9b2f2a50ebdb8b316cc48a4f2553fa067a1d6fc0bc4498774a9f1990a535651b8
|
||||
|
||||
@@ -1,67 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Skeleton command:
|
||||
# java-ebuilder --generate-ebuild --workdir . --pom guava-testlib --download-uri https://codeload.github.com/google/guava/tar.gz/refs/tags/v30.1.1 --slot 0 --keywords "~amd64 ~arm ~arm64 ~ppc64 ~x86" --ebuild guava-testlib-30.1.1.ebuild
|
||||
|
||||
EAPI=8
|
||||
|
||||
JAVA_PKG_IUSE="doc source test"
|
||||
MAVEN_ID="com.google.guava:guava-testlib:30.1.1-jre"
|
||||
JAVA_TESTING_FRAMEWORKS="junit-4"
|
||||
|
||||
inherit java-pkg-2 java-pkg-simple
|
||||
|
||||
DESCRIPTION="A set of java classes to assist the tests for Guava itself"
|
||||
HOMEPAGE="https://github.com/google/guava"
|
||||
SRC_URI="https://github.com/google/guava/archive/v${PV}.tar.gz -> guava-${PV}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm arm64 ppc64 x86"
|
||||
|
||||
# error: package com.google.common.truth does not exist
|
||||
RESTRICT="test"
|
||||
|
||||
# Common dependencies
|
||||
# POM: ${PN}
|
||||
# com.google.code.findbugs:jsr305:3.0.2 -> !!!groupId-not-found!!!
|
||||
# com.google.errorprone:error_prone_annotations:2.5.1 -> >=dev-java/error-prone-annotations-2.7.1:0
|
||||
# com.google.guava:guava:30.1.1-jre -> >=dev-java/guava-30.1.1:0
|
||||
# com.google.j2objc:j2objc-annotations:1.3 -> !!!groupId-not-found!!!
|
||||
# junit:junit:4.13.2 -> >=dev-java/junit-4.13.2:4
|
||||
# org.checkerframework:checker-qual:3.8.0 -> >=dev-java/checker-framework-qual-3.14.0:0
|
||||
|
||||
CP_DEPEND="
|
||||
dev-java/checker-framework-qual:0
|
||||
dev-java/error-prone-annotations:0
|
||||
~dev-java/guava-30.1.1:0
|
||||
dev-java/jsr305:0
|
||||
dev-java/junit:4
|
||||
dev-java/j2objc-annotations:0
|
||||
"
|
||||
|
||||
# Compile dependencies
|
||||
# POM: ${PN}
|
||||
# test? com.google.truth:truth:1.1 -> !!!groupId-not-found!!!
|
||||
|
||||
DEPEND="
|
||||
>=virtual/jdk-1.8:*
|
||||
${CP_DEPEND}"
|
||||
# test? (
|
||||
# !!!groupId-not-found!!!
|
||||
# )
|
||||
#"
|
||||
|
||||
RDEPEND="
|
||||
>=virtual/jre-1.8:*
|
||||
${CP_DEPEND}"
|
||||
|
||||
S="${WORKDIR}/guava-${PV}"
|
||||
|
||||
JAVA_SRC_DIR=( "${PN}/src" )
|
||||
# JAVA_RESOURCE_DIRS="${PN}/src"
|
||||
|
||||
# JAVA_TEST_GENTOO_CLASSPATH="!!!groupId-not-found!!!"
|
||||
JAVA_TEST_SRC_DIR=( "${PN}/test" )
|
||||
JAVA_TEST_RESOURCE_DIRS=( "${PN}/test" )
|
||||
Reference in New Issue
Block a user