Install this version:
emerge -a =app-text/lemminx-bin-0.31.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-text/lemminx-bin-0.31.2
Or alternatively:
emerge --autounmask-write -a =app-text/lemminx-bin-0.31.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.31.2 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit java-pkg-2
DESCRIPTION="A XML Language Server"
HOMEPAGE="https://github.com/eclipse-lemminx/lemminx"
SRC_URI="https://download.eclipse.org/lemminx/releases/${PV}/org.eclipse.lemminx-uber.jar -> ${P//-bin}.jar"
S="${DISTDIR}"
LICENSE="EPL-2.0"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND=">=virtual/jre-1.8:*"
BDEPEND="app-arch/unzip"
src_install() {
java-pkg_newjar "${P//-bin}.jar"
java-pkg_dolauncher lemminx
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | lemminx-0.31.2.jar | 8780504 bytes | https://download.eclipse.org/lemminx/releases/0.31.2/org.eclipse.lemminx-uber.jar |