public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/guava-testlib/
Date: Fri, 29 Apr 2022 07:55:52 +0000 (UTC)	[thread overview]
Message-ID: <1651218727.aa8837a588358bfd075e8543473aed225fe6ce97.flow@gentoo> (raw)

commit:     aa8837a588358bfd075e8543473aed225fe6ce97
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Wed Apr 27 15:22:57 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Apr 29 07:52:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa8837a5

dev-java/guava-testlib: restrict tests

Bug: https://bugs.gentoo.org/841338
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/25227
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-java/guava-testlib/guava-testlib-30.1.1.ebuild | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/dev-java/guava-testlib/guava-testlib-30.1.1.ebuild b/dev-java/guava-testlib/guava-testlib-30.1.1.ebuild
index 161b55f46c44..693aff4d94cb 100644
--- a/dev-java/guava-testlib/guava-testlib-30.1.1.ebuild
+++ b/dev-java/guava-testlib/guava-testlib-30.1.1.ebuild
@@ -12,7 +12,7 @@ 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"
+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"
 
@@ -20,6 +20,9 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 
+# error: package com.google.common.truth does not exist
+RESRTICT="test"
+
 # Common dependencies
 # POM: ${PN}
 # com.google.code.findbugs:jsr305:3.0.2 -> !!!groupId-not-found!!!
@@ -56,11 +59,9 @@ RDEPEND="
 
 S="${WORKDIR}/guava-${PV}"
 
-JAVA_SRC_DIR="${PN}/src"
+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"
-#	)
+JAVA_TEST_SRC_DIR=( "${PN}/test" )
+JAVA_TEST_RESOURCE_DIRS=( "${PN}/test" )


             reply	other threads:[~2022-04-29  7:55 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-29  7:55 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-18 16:40 [gentoo-commits] repo/gentoo:master commit in: dev-java/guava-testlib/ Miroslav Šulc
2024-10-18 15:40 Arthur Zamarin
2024-10-18  0:18 Sam James
2024-10-18  0:17 Sam James
2024-09-18 12:17 Miroslav Šulc
2024-06-21  7:45 Miroslav Šulc
2024-06-20 21:46 Sam James
2024-06-20 18:40 Arthur Zamarin
2024-06-20 17:43 Sam James
2024-06-20 17:40 Arthur Zamarin
2024-05-21  8:03 Miroslav Šulc
2024-01-21 17:17 Arthur Zamarin
2024-01-21 10:06 Sam James
2024-01-21 10:06 Sam James
2024-01-21 10:06 Sam James
2024-01-21 10:06 Sam James
2024-01-10  8:29 Florian Schmaus
2024-01-07 12:42 Arthur Zamarin
2024-01-07  7:10 Sam James
2024-01-07  6:14 Sam James
2024-01-07  6:14 Sam James
2023-12-22 15:13 Miroslav Šulc
2023-12-08  9:53 Miroslav Šulc
2023-12-08  9:53 Miroslav Šulc
2023-09-06  7:58 Florian Schmaus
2023-09-06  6:47 Sam James
2023-09-06  6:47 Sam James
2023-09-06  6:47 Sam James
2023-09-06  6:47 Sam James
2023-09-05  7:43 Miroslav Šulc
2023-01-28  6:52 Arthur Zamarin
2023-01-27 20:31 Arthur Zamarin
2023-01-27 20:18 Arthur Zamarin
2023-01-27 20:18 Arthur Zamarin
2023-01-27 19:45 Arthur Zamarin
2022-12-28 18:59 Florian Schmaus
2022-06-18 13:03 Arthur Zamarin
2022-06-07 18:32 Arthur Zamarin
2022-06-07 18:32 Arthur Zamarin
2022-05-17  9:24 Agostino Sarubbo
2022-05-11 12:54 Agostino Sarubbo
2022-04-27 11:08 Florian Schmaus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1651218727.aa8837a588358bfd075e8543473aed225fe6ce97.flow@gentoo \
    --to=flow@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox