From: "Filip Kobierski" <fkobi@pm.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-zig/zls/
Date: Mon, 07 Apr 2025 14:51:34 +0000 (UTC) [thread overview]
Message-ID: <1744037478.4a5cc0a4b89ab873ae31b1a62d51febcc261f5ad.fkobi@gentoo> (raw)
commit: 4a5cc0a4b89ab873ae31b1a62d51febcc261f5ad
Author: Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Mon Apr 7 14:50:27 2025 +0000
Commit: Filip Kobierski <fkobi <AT> pm <DOT> me>
CommitDate: Mon Apr 7 14:51:18 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4a5cc0a4
dev-zig/zls: remove 0.14.0-r1
The changes were not as agreeable as I expected.
https://github.com/gentoo/guru/commit/1261a8a8e32a2f2a822592d1089a577088373701#r154956841
A proper PR will be made.
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
dev-zig/zls/zls-0.14.0-r1.ebuild | 61 ----------------------------------------
1 file changed, 61 deletions(-)
diff --git a/dev-zig/zls/zls-0.14.0-r1.ebuild b/dev-zig/zls/zls-0.14.0-r1.ebuild
deleted file mode 100644
index fc4f1f911..000000000
--- a/dev-zig/zls/zls-0.14.0-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 2022-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="The officially unofficial Ziglang language server"
-HOMEPAGE="https://zigtools.org/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'
- [lsp_codegen-0.1.0-CMjjo0ZXCQB-rAhPYrlfzzpU0u0u2MeGvUucZ-_g32eg.tar.gz]='https://github.com/zigtools/zig-lsp-codegen/archive/063a98c13a2293d8654086140813bdd1de6501bc.tar.gz'
- [N-V-__8AABhrAQAQLLLGadghhPsdxTgBk9N9aLVOjXW3ay0V.tar.gz]='https://github.com/ziglibs/diffz/archive/ef45c00d655e5e40faf35afbbde81a1fa5ed7ffb.tar.gz'
-)
-
-if [[ ${PV} == 9999 ]]; then
- ZIG_SLOT="${PV}"
-
- EGIT_REPO_URI="https://github.com/zigtools/zls"
- inherit git-r3
-else
- # Sync with "minimum_build_zig_version" from upstream's "build.zig".
- ZIG_SLOT="$(ver_cut 1-2)" # works only for releases, but that's okay
-
- SRC_URI="https://github.com/zigtools/zls/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
- # KEYWORDS="~amd64" uncomment to approve the changes
-fi
-
-inherit zig
-SRC_URI+="${ZBS_DEPENDENCIES_SRC_URI}"
-
-LICENSE="MIT"
-SLOT="0/${ZIG_SLOT}"
-
-# Sync with upstream's build.zig. Seems to be the latest zig release
-minimum_runtime_zig_version="0.14.0"
-RDEPEND="
- || (
- >=dev-lang/zig-${minimum_runtime_zig_version}
- >=dev-lang/zig-bin-${minimum_runtime_zig_version}
- )
-"
-
-DOCS=( README.md )
-
-src_unpack() {
- if [[ ${PV} == 9999 ]]; then
- git-r3_src_unpack
- zig_live_fetch -Denable-tracy=false
- else
- zig_src_unpack
- fi
-}
-
-src_configure() {
- local my_zbs_args=(
- -Dpie=true
- -Denable-tracy=false
- )
-
- zig_src_configure
-}
next reply other threads:[~2025-04-07 14:51 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-07 14:51 Filip Kobierski [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-06 14:00 [gentoo-commits] repo/proj/guru:dev commit in: dev-zig/zls/ Eric Joldasov
2025-04-06 13:48 Eric Joldasov
2025-04-05 21:50 Filip Kobierski
2025-04-05 21:14 Filip Kobierski
2025-03-07 14:50 Eric Joldasov
2024-12-27 19:21 Eric Joldasov
2024-12-17 20:59 Eric Joldasov
2024-12-15 12:20 Eric Joldasov
2024-12-15 12:20 Eric Joldasov
2024-08-24 11:16 Eric Joldasov
2024-08-09 17:04 Eric Joldasov
2024-08-07 10:16 Eric Joldasov
2024-08-07 10:15 Eric Joldasov
2024-08-07 9:17 Eric Joldasov
2024-08-07 9:09 Eric Joldasov
2024-08-01 6:25 Eric Joldasov
2024-07-31 19:33 Eric Joldasov
2024-07-31 19:09 Eric Joldasov
2023-10-10 2:48 Eric Joldasov
2023-08-26 17:01 Eric Joldasov
2023-03-09 14:14 Eric Joldasov
2023-03-09 14:14 Eric Joldasov
2023-03-07 8:43 Eric Joldasov
2023-02-05 11:56 Eric Joldasov
2022-11-04 17:22 Eric Joldasov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1744037478.4a5cc0a4b89ab873ae31b1a62d51febcc261f5ad.fkobi@gentoo \
--to=fkobi@pm.me \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox