commit: 5e099fd19c228d15517d7e6da246735373052a12 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Thu Jul 17 11:23:42 2025 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Jul 17 11:23:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e099fd1
app-editors/zed: update SRC_URI, include backup server for rust crates https://github.com/gentoo-crate-dist/zed/ is now also generating the dependency crate tarball. Bug: https://bugs.gentoo.org/959138 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> app-editors/zed/zed-0.187.9.ebuild | 1 + app-editors/zed/zed-0.190.4.ebuild | 1 + app-editors/zed/zed-0.192.7.ebuild | 1 + app-editors/zed/zed-0.194.3.ebuild | 1 + 4 files changed, 4 insertions(+) diff --git a/app-editors/zed/zed-0.187.9.ebuild b/app-editors/zed/zed-0.187.9.ebuild index e813915a640f..8bde98aab0dd 100644 --- a/app-editors/zed/zed-0.187.9.ebuild +++ b/app-editors/zed/zed-0.187.9.ebuild @@ -91,6 +91,7 @@ SRC_URI=" webrtc-${WEBRTC_COMMIT}-linux-arm64-release.zip ) ${CARGO_CRATE_URIS}" +SRC_URI+=" https://github.com/gentoo-crate-dist/zed/releases/download/v${PV}/${P}-crates.tar.xz" S="${WORKDIR}/${PN}-${PV/_/-}" LICENSE="GPL-3+" diff --git a/app-editors/zed/zed-0.190.4.ebuild b/app-editors/zed/zed-0.190.4.ebuild index 5d202c75ce0a..fcb5416a45dc 100644 --- a/app-editors/zed/zed-0.190.4.ebuild +++ b/app-editors/zed/zed-0.190.4.ebuild @@ -93,6 +93,7 @@ SRC_URI=" webrtc-${WEBRTC_COMMIT}-linux-arm64-release.zip ) ${CARGO_CRATE_URIS}" +SRC_URI+=" https://github.com/gentoo-crate-dist/zed/releases/download/v${PV}/${P}-crates.tar.xz" S="${WORKDIR}/${PN}-${PV/_/-}" LICENSE="GPL-3+" diff --git a/app-editors/zed/zed-0.192.7.ebuild b/app-editors/zed/zed-0.192.7.ebuild index 1302cc0d56ec..aa78e227d5bb 100644 --- a/app-editors/zed/zed-0.192.7.ebuild +++ b/app-editors/zed/zed-0.192.7.ebuild @@ -92,6 +92,7 @@ SRC_URI=" webrtc-${WEBRTC_COMMIT}-linux-arm64-release.zip ) ${CARGO_CRATE_URIS}" +SRC_URI+=" https://github.com/gentoo-crate-dist/zed/releases/download/v${PV}/${P}-crates.tar.xz" S="${WORKDIR}/${PN}-${PV/_/-}" LICENSE="GPL-3+" diff --git a/app-editors/zed/zed-0.194.3.ebuild b/app-editors/zed/zed-0.194.3.ebuild index 18706db69146..a19fb1ae94e6 100644 --- a/app-editors/zed/zed-0.194.3.ebuild +++ b/app-editors/zed/zed-0.194.3.ebuild @@ -93,6 +93,7 @@ SRC_URI=" webrtc-${WEBRTC_COMMIT}-linux-arm64-release.zip ) ${CARGO_CRATE_URIS}" +SRC_URI+=" https://github.com/gentoo-crate-dist/zed/releases/download/v${PV}/${P}-crates.tar.xz" S="${WORKDIR}/${PN}-${PV/_/-}" LICENSE="GPL-3+"
