sci-mathematics/eventb-checker - 1.7 (eventb-rossi)

Search

Install

Install this version:

emerge -a =sci-mathematics/eventb-checker-1.7

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sci-mathematics/eventb-checker-1.7

Or alternatively:

emerge --autounmask-write -a =sci-mathematics/eventb-checker-1.7

Package Information

Description:
Standalone validator for Event-B models
Homepage:
https://github.com/eventb-rossi/eventb-checker
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.7 8 ~amd64 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit java-pkg-2

DESCRIPTION="Standalone validator for Event-B models"
HOMEPAGE="https://github.com/eventb-rossi/eventb-checker"
SRC_URI="https://github.com/eventb-rossi/${PN}/releases/download/v${PV}/${P}-all.jar -> ${P}.jar"
S="${WORKDIR}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND=">=virtual/jre-21:*"

src_unpack() {
	# Prebuilt jar, nothing to unpack.
	:
}

src_install() {
	java-pkg_newjar "${DISTDIR}/${P}.jar" "${PN}.jar"
	# --enable-native-access silences JNA warnings from the bundled
	# Rodin AST libraries and pre-empts the future JDK hard removal.
	java-pkg_dolauncher "${PN}" \
		--jar "${PN}.jar" \
		--java_args "--enable-native-access=ALL-UNNAMED"
}

Inherited Eclasses

Dependencies

RDEPEND

>=virtual/jre-21:*

Manifest for 1.7

Type File Size Source URLs
DIST eventb-checker-1.7.jar 6847207 bytes https://github.com/eventb-rossi/eventb-checker/releases/download/v1.7/eventb-checker-1.7-all.jar