diff options
| author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2024-06-21 15:18:10 +0200 |
|---|---|---|
| committer | Miroslav Šulc <fordfrog@gentoo.org> | 2024-08-02 14:48:54 +0200 |
| commit | 3a2d65ee518f3a2394f57ba86a02afc81107bb73 (patch) | |
| tree | 375fc178f2135fa8501e75d89dc82c8a9e9f7b29 /dev-java/jclasslib/jclasslib-4.3.1.ebuild | |
| parent | 81b924ce000ffc268acbf82071de6ee9d7bc69da (diff) | |
| download | gentoo-3a2d65ee518f3a2394f57ba86a02afc81107bb73.tar.gz gentoo-3a2d65ee518f3a2394f57ba86a02afc81107bb73.tar.bz2 gentoo-3a2d65ee518f3a2394f57ba86a02afc81107bb73.zip | |
dev-java/jclasslib: add 4.3.1
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/37915
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java/jclasslib/jclasslib-4.3.1.ebuild')
| -rw-r--r-- | dev-java/jclasslib/jclasslib-4.3.1.ebuild | 38 |
1 files changed, 38 insertions, 0 deletions
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..79ad0e367e27 --- /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 ~arm ~arm64 ~x86" + +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." +} |
