commit: e499aa67627c4c6ab9cfdec0ddaf911e1ef054d1 Author: Eric Joldasov <bratishkaerik <AT> landless-city <DOT> net> AuthorDate: Sun Apr 6 13:59:55 2025 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Sun Apr 6 14:00:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e499aa67
dev-zig/zls: revert some changes to 0.14.0 This partially reverts commit 1261a8a8e32a2f2a822592d1089a577088373701. Signed-off-by: Eric Joldasov <bratishkaerik <AT> landless-city.net> dev-zig/zls/zls-0.14.0.ebuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/dev-zig/zls/zls-0.14.0.ebuild b/dev-zig/zls/zls-0.14.0.ebuild index b033fc803..c37929d1e 100644 --- a/dev-zig/zls/zls-0.14.0.ebuild +++ b/dev-zig/zls/zls-0.14.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DESCRIPTION="The officially unofficial Ziglang language server" -HOMEPAGE="https://zigtools.org/zls/" +HOMEPAGE="https://zigtools.org/zls/ https://github.com/zigtools/zls" declare -g -r -A ZBS_DEPENDENCIES=( [known_folders-0.0.0-Fy-PJtLDAADGDOwYwMkVydMSTp_aN-nfjCZw6qPQ2ECL.tar.gz]='https://github.com/ziglibs/known-folders/archive/aa24df42183ad415d10bc0a33e6238c437fc0f59.tar.gz' @@ -14,14 +14,16 @@ declare -g -r -A ZBS_DEPENDENCIES=( # Sync with "minimum_build_zig_version" from upstream's "build.zig". if [[ ${PV} == 9999 ]]; then - ZIG_SLOT="${PV}" + ZIG_SLOT="9999" EGIT_REPO_URI="https://github.com/zigtools/zls" inherit git-r3 else - ZIG_SLOT="$(ver_cut 1-2)" + ZIG_SLOT="0.14" - SRC_URI="https://github.com/zigtools/zls/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI=" + https://github.com/zigtools/zls/archive/refs/tags/${PV}.tar.gz -> zls-${PV}.tar.gz + " KEYWORDS="~amd64" fi @@ -29,7 +31,7 @@ inherit zig SRC_URI+="${ZBS_DEPENDENCIES_SRC_URI}" LICENSE="MIT" -SLOT="0/${ZIG_SLOT}" +SLOT="0" # Sync with "minimum_runtime_zig_version" from upstream's "build.zig". RDEPEND="
