commit: f872c9c644983ca058855b7ba55028e0c90136f8 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Wed Feb 25 13:36:08 2026 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Wed Feb 25 14:06:47 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f872c9c6
dev-lang/deno-bin: drop 2.6.6 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> dev-lang/deno-bin/Manifest | 2 -- dev-lang/deno-bin/deno-bin-2.6.6.ebuild | 61 --------------------------------- 2 files changed, 63 deletions(-) diff --git a/dev-lang/deno-bin/Manifest b/dev-lang/deno-bin/Manifest index 02d2f8c17f8b..7843e80e5a0f 100644 --- a/dev-lang/deno-bin/Manifest +++ b/dev-lang/deno-bin/Manifest @@ -1,4 +1,2 @@ DIST deno-bin-2.6.10-amd64.zip 47750650 BLAKE2B a7f6165dc7ae3ce754a42586860ce48049d4a7dd970853492511258c56f18ac26f7847a27ff9b31705a472616ca6a3cef932d23ff3599219d480b308f334b35e SHA512 a27ab27fc61468dc6d27250ef1f9cd2e359a539e362a7d7b1c39e2dd8ce4b63a03aa7d07f403a2580db0a09760aed0cb062584ef60c410752bf858aedefa54d5 DIST deno-bin-2.6.10-arm64.zip 45787623 BLAKE2B dfa91e5a835f6eabeef9a77500626df219552370c14881d23f57e7675ee3a4a3e11c45501d37214912decabda40826ec26e16181f18101d57e2895326310e023 SHA512 4d666a4f73c528a994160cd2c81730227d258799fc6660f8f14c12259f6a242749d7036a89bb1bfbd7458960ce57547086c58d09d477e6feb7e31f503317f93d -DIST deno-bin-2.6.6-amd64.zip 46943084 BLAKE2B 627e448b06f7bf733a4775bfbd5c0d0eaa03879e06f46f8848b0a581aeabeb306d73ecf6298934209f86c1faa54b17a7a3e6076bb6bbc22e41958c167e3542f2 SHA512 662e4c3521ef44b61bc589684cad894a19b2147b62b035ec752bc9cb978e48ed44a7a3221c9d3a61a37f0ac5e77f06bdff4aabe22df09d85c9bc13bd6ccb307d -DIST deno-bin-2.6.6-arm64.zip 45034075 BLAKE2B e37cd24f52b10cd23daae1dd415d922e2bd8e684b65b1d1ed354f31133435b8a2e8e8f48733d348fde892c939ee5b4a393e3cb01bfbc0b600add954527f2b14d SHA512 869f3b7cb6cd8aa0328f1a7419caf441e97461ab6614a2552b037382f11d9788fb89ae75cd7a1e00fd32e17880b54fa5f26c618a20409e57ad80b07355fb4a1d diff --git a/dev-lang/deno-bin/deno-bin-2.6.6.ebuild b/dev-lang/deno-bin/deno-bin-2.6.6.ebuild deleted file mode 100644 index 88b81142a993..000000000000 --- a/dev-lang/deno-bin/deno-bin-2.6.6.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 2025-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit shell-completion toolchain-funcs - -DESCRIPTION="Modern runtime for JavaScript and TypeScript" -HOMEPAGE="https://deno.com/" -SRC_URI=" - amd64? ( - https://github.com/denoland/deno/releases/download/v${PV}/deno-x86_64-unknown-linux-gnu.zip - -> ${P}-amd64.zip - ) - arm64? ( - https://github.com/denoland/deno/releases/download/v${PV}/deno-aarch64-unknown-linux-gnu.zip - -> ${P}-arm64.zip - ) -" -S=${WORKDIR} - -LICENSE="MIT" -LICENSE+=" - Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD CC0-1.0 ISC MIT - MPL-2.0 openssl Unicode-3.0 Unicode-DFS-2016 ZLIB -" # crates -SLOT="0" -KEYWORDS="-* amd64 arm64" - -RDEPEND=" - || ( - llvm-runtimes/libgcc - sys-devel/gcc:* - ) - sys-libs/glibc -" -BDEPEND=" - app-arch/unzip -" - -QA_PREBUILT="usr/bin/deno" - -src_compile() { - if ! tc-is-cross-compiler; then - ./deno completions bash > "${T}"/deno || die - ./deno completions fish > "${T}"/deno.fish || die - ./deno completions zsh > "${T}"/_deno || die - else - ewarn "shell completion files were skipped due to cross-compilation" - fi -} - -src_install() { - dobin deno - - if ! tc-is-cross-compiler; then - dobashcomp "${T}"/deno - dofishcomp "${T}"/deno.fish - dozshcomp "${T}"/_deno - fi -}
