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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 335EE158042 for ; Sat, 9 Nov 2024 08:34:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 512A4E070D; Sat, 9 Nov 2024 08:34:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36496E070D for ; Sat, 9 Nov 2024 08:34:11 +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 7ACF9335D72 for ; Sat, 9 Nov 2024 08:34:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16AC8197F for ; Sat, 9 Nov 2024 08:34:09 +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: <1731141200.5c464c3f3ebde57020a663ddaf6236b251f54858.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jnr-a64asm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jnr-a64asm/jnr-a64asm-1.0.0-r1.ebuild dev-java/jnr-a64asm/jnr-a64asm-1.0.0.ebuild X-VCS-Directories: dev-java/jnr-a64asm/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 5c464c3f3ebde57020a663ddaf6236b251f54858 X-VCS-Branch: master Date: Sat, 9 Nov 2024 08:34:09 +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: 053849b4-5595-4c47-8f77-aef43dab4bcd X-Archives-Hash: 65e76ff14c4b26e0f32f58fc853ba5d4 commit: 5c464c3f3ebde57020a663ddaf6236b251f54858 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Thu Nov 7 08:38:13 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sat Nov 9 08:33:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c464c3f dev-java/jnr-a64asm: style update, update HOMEPAGE, update EAPI 7 -> 8 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/39233/commits/dbf52c1435a4808ceed8626e0a4ff02b99daa985 Signed-off-by: Miroslav Šulc gentoo.org> ...a64asm-1.0.0.ebuild => jnr-a64asm-1.0.0-r1.ebuild} | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/dev-java/jnr-a64asm/jnr-a64asm-1.0.0.ebuild b/dev-java/jnr-a64asm/jnr-a64asm-1.0.0-r1.ebuild similarity index 52% rename from dev-java/jnr-a64asm/jnr-a64asm-1.0.0.ebuild rename to dev-java/jnr-a64asm/jnr-a64asm-1.0.0-r1.ebuild index 9943cc56e9f8..e0c77ac2af16 100644 --- a/dev-java/jnr-a64asm/jnr-a64asm-1.0.0.ebuild +++ b/dev-java/jnr-a64asm/jnr-a64asm-1.0.0-r1.ebuild @@ -1,10 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Skeleton command: -# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri https://github.com/jnr/jnr-a64asm/archive/refs/tags/jnr-a64asm-1.0.0.tar.gz --slot 2 --keywords "~amd64 ~arm64 ~ppc64 ~x86" --ebuild jnr-a64asm-1.0.0.ebuild - -EAPI=7 +EAPI=8 JAVA_PKG_IUSE="doc source" MAVEN_ID="com.github.jnr:jnr-a64asm:1.0.0" @@ -12,21 +9,15 @@ MAVEN_ID="com.github.jnr:jnr-a64asm:1.0.0" inherit java-pkg-2 java-pkg-simple DESCRIPTION="A pure-java A64 assembler" -HOMEPAGE="http://nexus.sonatype.org/oss-repository-hosting.html/jnr-a64asm" +HOMEPAGE="https://github.com/jnr/jnr-a64asm" SRC_URI="https://github.com/jnr/${PN}/archive/refs/tags/${P}.tar.gz" +S="${WORKDIR}/${PN}-${P}" LICENSE="Apache-2.0" SLOT="2" KEYWORDS="amd64 arm64 ppc64" -DEPEND=" - >=virtual/jdk-1.8:* -" - -RDEPEND=" - >=virtual/jre-1.8:* -" - -S="${WORKDIR}/${PN}-${P}" +DEPEND=">=virtual/jdk-1.8:*" +RDEPEND=">=virtual/jre-1.8:*" JAVA_SRC_DIR="src/main/java"