From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C2EFB158043 for ; Mon, 15 Apr 2024 10:24:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16DE9E29E4; Mon, 15 Apr 2024 10:24:38 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id C7C83E29E4 for ; Mon, 15 Apr 2024 10:24:37 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E131334318A for ; Mon, 15 Apr 2024 10:24:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 817751504 for ; Mon, 15 Apr 2024 10:24:35 +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: <1713176640.d1917943f08d39b65dc976c5ab36a4e46f38cabb.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/cglib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/cglib/cglib-3.3.0-r1.ebuild dev-java/cglib/cglib-3.3.0-r2.ebuild X-VCS-Directories: dev-java/cglib/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: d1917943f08d39b65dc976c5ab36a4e46f38cabb X-VCS-Branch: master Date: Mon, 15 Apr 2024 10:24:35 +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: cc2887fd-60e9-4de8-87d7-6e062031daea X-Archives-Hash: 3fa1b8c07c36a379ba31c0819ab06647 commit: d1917943f08d39b65dc976c5ab36a4e46f38cabb Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Tue Mar 12 08:09:19 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Mon Apr 15 10:24:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1917943 dev-java/cglib: switch dependency to dev-java/ant Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/35723/commits/a904c641a6a7f7c263f6f74b07738427b764b1bd Signed-off-by: Miroslav Šulc gentoo.org> .../{cglib-3.3.0-r1.ebuild => cglib-3.3.0-r2.ebuild} | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-java/cglib/cglib-3.3.0-r1.ebuild b/dev-java/cglib/cglib-3.3.0-r2.ebuild similarity index 87% rename from dev-java/cglib/cglib-3.3.0-r1.ebuild rename to dev-java/cglib/cglib-3.3.0-r2.ebuild index 64fd2b7900fc..fc4bba040586 100644 --- a/dev-java/cglib/cglib-3.3.0-r1.ebuild +++ b/dev-java/cglib/cglib-3.3.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,26 +16,25 @@ MY_P=cglib-${MY_PV} DESCRIPTION="cglib is a powerful, high performance and quality Code Generation Library" HOMEPAGE="https://github.com/cglib/cglib" SRC_URI="https://github.com/cglib/cglib/archive//${MY_PV}.tar.gz -> ${MY_P}.tar.gz" +S="${WORKDIR}" LICENSE="Apache-2.0" SLOT="3" KEYWORDS="amd64 ~arm arm64 ppc64 x86" -CDEPEND="dev-java/ant-core:0 +CP_DEPEND=" + >=dev-java/ant-1.10.14-r3:0 dev-java/asm:9 " DEPEND=" >=virtual/jdk-1.8:* - ${CDEPEND} + ${CP_DEPEND} " RDEPEND=" >=virtual/jre-1.8:* - ${CDEPEND} + ${CP_DEPEND} " -S="${WORKDIR}" - -JAVA_GENTOO_CLASSPATH="asm-9 ant-core" JAVA_SRC_DIR="${MY_P}/${PN}/src/main/java" JAVA_RESOURCE_DIRS="${MY_P}/${PN}/src/main/resources" @@ -54,7 +53,8 @@ src_test() { # Caused by: net.sf.cglib.core.CodeGenerationException: # java.lang.reflect.InaccessibleObjectException-->Unable to make protected final java.lang.Class # java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) - # throws java.lang.ClassFormatError accessible: module java.base does not "opens java.lang" to unnamed module @42bb2aee + # throws java.lang.ClassFormatError accessible: \ + # module java.base does not "opens java.lang" to unnamed module @42bb2aee local vm_version="$(java-config -g PROVIDES_VERSION)" if ver_test "${vm_version}" -ge "17" ; then