commit: fefeb757aa752f52c9ba6f36f0b2102975e55e6f Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Wed Oct 15 07:27:09 2025 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> 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 <gentoo <AT> pogatzki.net> Part-of: https://github.com/gentoo/gentoo/pull/43486 Closes: https://github.com/gentoo/gentoo/pull/43486 Signed-off-by: Miroslav Šulc <fordfrog <AT> 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"
