From b590c8d7572b727d565cc0b8ff660d43569845de Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jun 2026 19:09:37 -0500 Subject: Adding metadata --- dev-java/jclasslib/Manifest | 2 ++ dev-java/jclasslib/jclasslib-4.3.1.ebuild | 38 +++++++++++++++++++++++++++++++ dev-java/jclasslib/metadata.xml | 9 ++++++++ 3 files changed, 49 insertions(+) create mode 100644 dev-java/jclasslib/Manifest create mode 100644 dev-java/jclasslib/jclasslib-4.3.1.ebuild create mode 100644 dev-java/jclasslib/metadata.xml (limited to 'dev-java/jclasslib') diff --git a/dev-java/jclasslib/Manifest b/dev-java/jclasslib/Manifest new file mode 100644 index 000000000000..36a9daaf4143 --- /dev/null +++ b/dev-java/jclasslib/Manifest @@ -0,0 +1,2 @@ +DIST annotations-24.1.0.jar 30570 BLAKE2B 55120bf8969384048e0fd438fc96dc6769d6974b96e0e492636351c15466401da623341fe526685e51cd63378fa54c6485fa5dca83b2fc853b85ed4a75dc5d7d SHA512 663395a885561cc97eed411c67b496c06ec9a54906185a871de8743bf53e92152f4bc7c2a0118b7f3cfe85cc0a6c408ac6d589839b8d25c851637f85880331f2 +DIST jclasslib-4.3.1.tar.gz 1396903 BLAKE2B 2f070186f75e40be7cb7122e34d3a00688691cb9da49b6c161beaff7da3170b8ddf3e805467b7ecfbd820ca4bd0b335dee765d7318d0f487f2242e5f8bf4ae76 SHA512 25e35b39a39eb09fe7730d70abb4f6f500522f755801f80ece9357a1a90429254eb3bf57ea7a6cd638fcac77b0d04a62e0df9336c8184738acc74901ed4516e9 diff --git a/dev-java/jclasslib/jclasslib-4.3.1.ebuild b/dev-java/jclasslib/jclasslib-4.3.1.ebuild new file mode 100644 index 000000000000..d7478b38e568 --- /dev/null +++ b/dev-java/jclasslib/jclasslib-4.3.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +JAVA_PKG_IUSE="doc source" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="Java bytecode viewer" +HOMEPAGE="https://github.com/ingokegel/jclasslib" +JAV="24.1.0" +SRC_URI="https://github.com/ingokegel/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz + https://repo1.maven.org/maven2/org/jetbrains/annotations/${JAV}/annotations-${JAV}.jar" +S="${WORKDIR}/${P}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ~arm64" + +DEPEND=">=virtual/jdk-1.8:*" +RDEPEND=">=virtual/jre-1.8:*" + +JAVA_GENTOO_CLASSPATH_EXTRA="lib-compile/i4jruntime.jar" +JAVA_GENTOO_CLASSPATH_EXTRA+=":${DISTDIR}/annotations-${JAV}.jar" +JAVA_MAIN_CLASS="org.gjt.jclasslib.browser.BrowserApplication" +JAVA_RESOURCE_DIRS=( modules/browser/src/main/resources ) +JAVA_SRC_DIR=( modules/{data,browser}/src/main/java ) + +src_install() { + java-pkg-simple_src_install + java-pkg_dojar lib-compile/i4jruntime.jar +} + +pkg_postinst() { + elog "jclasslib uses Firefox by default." + elog "Set the BROWSER environment at your discretion." +} diff --git a/dev-java/jclasslib/metadata.xml b/dev-java/jclasslib/metadata.xml new file mode 100644 index 000000000000..3f89ec24b9fb --- /dev/null +++ b/dev-java/jclasslib/metadata.xml @@ -0,0 +1,9 @@ + + + + + java@gentoo.org + Java + + baldeagleos-repo + -- cgit v1.3