dev-java/jdtls-bin: minor fixes

MissingRemoteId: missing <remote-id type="github">eclipse/eclipse.jdt.ls</remote-id> (inferred from URI 'https://github.com/eclipse/eclipse.jdt.ls')
TrailingEmptyLine: version 1.49.0_p202507030451: ebuild has trailing blank line(s)
UnknownLicense: version 1.49.0_p202507030451: unknown license: EPL
VariableOrderWrong: version 1.49.0_p202507030451: variable HOMEPAGE should occur before SRC_URI
VariableOrderWrong: version 1.49.0_p202507030451: variable S should occur before KEYWORDS

Signed-off-by: Nguyen Dinh Dang Duong <dangduong31205@gmail.com>
This commit is contained in:
Nguyen Dinh Dang Duong
2025-07-08 00:36:58 +07:00
parent 86a3fc4796
commit 401ceb3664
2 changed files with 14 additions and 12 deletions

View File

@@ -10,18 +10,18 @@ MY_PN=${PN%%-bin}
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Java language server"
SRC_URI="https://download.eclipse.org/jdtls/snapshots/jdt-language-server-${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
HOMEPAGE="https://github.com/eclipse/eclipse.jdt.ls"
SRC_URI="https://download.eclipse.org/jdtls/snapshots/jdt-language-server-${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
LICENSE="EPL"
S="${WORKDIR}"
LICENSE="EPL-2.0"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=">=virtual/jre-1.8:*"
RDEPEND="${DEPEND}"
S="${WORKDIR}"
JDTLS_LIBEXEC="/usr/libexec/${MY_PN}"
JDTLS_SHARE="/usr/share/${MY_PN}"
@@ -50,4 +50,3 @@ pkg_postinst() {
elog
elog "They will be recreated cleanly on the next launch."
}

View File

@@ -1,11 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>java@gentoo.org</email>
</maintainer>
<maintainer type="person">
<email>dangduong31205@gmail.com</email>
<name>Nguyen Dinh Dang Duong</name>
</maintainer>
<maintainer type="project">
<email>java@gentoo.org</email>
</maintainer>
<maintainer type="person">
<email>dangduong31205@gmail.com</email>
<name>Nguyen Dinh Dang Duong</name>
</maintainer>
<upstream>
<remote-id type="github">eclipse/eclipse.jdt.ls</remote-id>
</upstream>
</pkgmetadata>