summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolkmar W. Pogatzki <gentoo@pogatzki.net>2024-11-07 09:38:13 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2024-11-09 09:33:20 +0100
commit5c464c3f3ebde57020a663ddaf6236b251f54858 (patch)
tree46db0c5290e409987fb68ca885d21ff567662edd /dev-java
parentdev-java/jnr-a64asm: add github upstream metadata (diff)
downloadgentoo-5c464c3f3ebde57020a663ddaf6236b251f54858.tar.gz
gentoo-5c464c3f3ebde57020a663ddaf6236b251f54858.tar.bz2
gentoo-5c464c3f3ebde57020a663ddaf6236b251f54858.zip
dev-java/jnr-a64asm: style update, update HOMEPAGE, update EAPI 7 -> 8
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/39233/commits/dbf52c1435a4808ceed8626e0a4ff02b99daa985 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/jnr-a64asm/jnr-a64asm-1.0.0-r1.ebuild (renamed from dev-java/jnr-a64asm/jnr-a64asm-1.0.0.ebuild)19
1 files 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
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"