commit: fb3b943a30bcae4e6d74c475134b1efea346be00 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Thu Nov 7 08:23:56 2024 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Sat Nov 9 08:34:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb3b943a
dev-java/jnr-x86asm: style update, update EAPI 7 -> 8 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/39233/commits/57192efd2b8eeb5cabf47cd0b9fc65ce6be4962d Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> .../{jnr-x86asm-1.0.2-r2.ebuild => jnr-x86asm-1.0.2-r3.ebuild} | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/dev-java/jnr-x86asm/jnr-x86asm-1.0.2-r2.ebuild b/dev-java/jnr-x86asm/jnr-x86asm-1.0.2-r3.ebuild similarity index 78% rename from dev-java/jnr-x86asm/jnr-x86asm-1.0.2-r2.ebuild rename to dev-java/jnr-x86asm/jnr-x86asm-1.0.2-r3.ebuild index 0888c3430d26..19f8951a3e12 100644 --- a/dev-java/jnr-x86asm/jnr-x86asm-1.0.2-r2.ebuild +++ b/dev-java/jnr-x86asm/jnr-x86asm-1.0.2-r3.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 + JAVA_PKG_IUSE="doc source" MAVEN_ID="com.github.jnr:jnr-x86asm:1.0.2" @@ -9,17 +10,14 @@ inherit java-pkg-2 java-pkg-simple DESCRIPTION="A pure-java port of asmjit" HOMEPAGE="https://github.com/jnr/jnr-x86asm" -SRC_URI="https://github.com/jnr/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/jnr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${P}" LICENSE="MIT" SLOT="1.0" KEYWORDS="amd64 arm64 ppc64" -IUSE="" DEPEND=">=virtual/jdk-1.8:*" RDEPEND=">=virtual/jre-1.8:*" -S="${WORKDIR}/${P}" - JAVA_SRC_DIR="src/main/java" -JAVA_ANT_ENCODING="UTF-8"
