From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 59290158176 for ; Sat, 18 Oct 2025 14:50:19 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 45A303410CA for ; Sat, 18 Oct 2025 14:50:19 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 7B80D110561; Sat, 18 Oct 2025 14:50:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 723D3110561 for ; Sat, 18 Oct 2025 14:50:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D774341093 for ; Sat, 18 Oct 2025 14:50:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9314D2F64 for ; Sat, 18 Oct 2025 14:50:12 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1760798695.fefeb757aa752f52c9ba6f36f0b2102975e55e6f.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/testng/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/testng/testng-6.11-r2.ebuild X-VCS-Directories: dev-java/testng/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: fefeb757aa752f52c9ba6f36f0b2102975e55e6f X-VCS-Branch: master Date: Sat, 18 Oct 2025 14:50:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 49d53223-051b-4bd9-872a-da5a6b03002e X-Archives-Hash: 53a25fd4c0ff9387de1545a60547e2b4 commit: fefeb757aa752f52c9ba6f36f0b2102975e55e6f Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Wed Oct 15 07:27:09 2025 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sat Oct 18 14:44:55 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fefeb757 dev-java/testng: sort variables Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Part-of: https://github.com/gentoo/gentoo/pull/43486 Closes: https://github.com/gentoo/gentoo/pull/43486 Signed-off-by: Miroslav Šulc gentoo.org> dev-java/testng/testng-6.11-r2.ebuild | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/dev-java/testng/testng-6.11-r2.ebuild b/dev-java/testng/testng-6.11-r2.ebuild index c26a34a74b62..7825193871c6 100644 --- a/dev-java/testng/testng-6.11-r2.ebuild +++ b/dev-java/testng/testng-6.11-r2.ebuild @@ -4,20 +4,20 @@ EAPI=8 JAVA_PKG_IUSE="doc source test" -MAVEN_ID="org.testng:testng:6.11" JAVA_TESTING_FRAMEWORKS="testng" +MAVEN_ID="org.testng:testng:6.11" inherit java-pkg-2 java-pkg-simple DESCRIPTION="Testing framework inspired by JUnit and NUnit with new features" HOMEPAGE="https://testng.org/" -# Presently we install the binary version of jquery since it is not packaged in ::gentoo. -JQV="3.5.1" # Currently we bundle the binary versions of spock-core, groovy-all and apache-groovy-binary. # These are used only for tests, we don't install them. -SCV="1.0-groovy-2.4" -GAV="2.4.7" AGV="2.4.21" +GAV="2.4.7" +# Presently we install the binary version of jquery since it is not packaged in ::gentoo. +JQV="3.5.1" +SCV="1.0-groovy-2.4" SRC_URI="https://github.com/testng-team/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz https://repo1.maven.org/maven2/org/webjars/jquery/${JQV}/jquery-${JQV}.jar test? ( @@ -53,8 +53,6 @@ DEPEND="${CP_DEPEND} RDEPEND="${CP_DEPEND} >=virtual/jre-1.8:*" -BDEPEND="app-arch/unzip" - DOCS=( README {ANNOUNCEMENT,CHANGES}.txt ) JAVA_RESOURCE_DIRS="src/main/resources"