commit: 9caf3d166fb918e7e4fe4d03badbd0f26b2335ee
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 7 12:01:06 2026 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Mar 7 12:01:06 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9caf3d16
dev-lang/deno-bin: disable update checker
Phones home to check for newer versions then asks to run "deno upgrade"
which makes no sense for a system managed version and may also be extra
annoying with the (older) stable version.
Had hoped there would be some system configuration file rather than just
env vars but could not find anything.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-lang/deno-bin/{deno-bin-2.6.10.ebuild => deno-bin-2.6.10-r1.ebuild} | 2 ++
dev-lang/deno-bin/{deno-bin-2.7.4.ebuild => deno-bin-2.7.4-r1.ebuild} | 2 ++
2 files changed, 4 insertions(+)
diff --git a/dev-lang/deno-bin/deno-bin-2.6.10.ebuild
b/dev-lang/deno-bin/deno-bin-2.6.10-r1.ebuild
similarity index 96%
rename from dev-lang/deno-bin/deno-bin-2.6.10.ebuild
rename to dev-lang/deno-bin/deno-bin-2.6.10-r1.ebuild
index 88b81142a993..869f8a3d802b 100644
--- a/dev-lang/deno-bin/deno-bin-2.6.10.ebuild
+++ b/dev-lang/deno-bin/deno-bin-2.6.10-r1.ebuild
@@ -53,6 +53,8 @@ src_compile() {
src_install() {
dobin deno
+ newenvd - 50deno <<<"DENO_NO_UPDATE_CHECK=1"
+
if ! tc-is-cross-compiler; then
dobashcomp "${T}"/deno
dofishcomp "${T}"/deno.fish
diff --git a/dev-lang/deno-bin/deno-bin-2.7.4.ebuild
b/dev-lang/deno-bin/deno-bin-2.7.4-r1.ebuild
similarity index 96%
rename from dev-lang/deno-bin/deno-bin-2.7.4.ebuild
rename to dev-lang/deno-bin/deno-bin-2.7.4-r1.ebuild
index 83926dd4e460..075200c11178 100644
--- a/dev-lang/deno-bin/deno-bin-2.7.4.ebuild
+++ b/dev-lang/deno-bin/deno-bin-2.7.4-r1.ebuild
@@ -53,6 +53,8 @@ src_compile() {
src_install() {
dobin deno
+ newenvd - 50deno <<<"DENO_NO_UPDATE_CHECK=1"
+
if ! tc-is-cross-compiler; then
dobashcomp "${T}"/deno
dofishcomp "${T}"/deno.fish