commit:     154f8445a074966b17678ba20042716272d979d6
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 12 18:13:41 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Nov 12 18:13:41 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=154f8445

dev-util/shellcheck-bin: drop 0.10.0

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-util/shellcheck-bin/Manifest                   |  3 ---
 .../shellcheck-bin/shellcheck-bin-0.10.0.ebuild    | 29 ----------------------
 2 files changed, 32 deletions(-)

diff --git a/dev-util/shellcheck-bin/Manifest b/dev-util/shellcheck-bin/Manifest
index 4de4c8a1ee07..391badfd7176 100644
--- a/dev-util/shellcheck-bin/Manifest
+++ b/dev-util/shellcheck-bin/Manifest
@@ -1,6 +1,3 @@
-DIST shellcheck-v0.10.0.linux.aarch64.tar.xz 4291764 BLAKE2B 
6402fe9230c44dbf4620d019bd505246f06d7b96233d57b154f1b6a453f116e8c633768f8bce8f2031672a8df7dcac4de9ea5ebf6274444e450718b1cd300b4b
 SHA512 
77abeaa8bee293264ebfd94a2021bd490695ed5518f2da7c0f9ec4b402cd1e5da6642a0e9f953961510cef7351cc9afae7c7a528a597d1befd1867b8c69e15b1
-DIST shellcheck-v0.10.0.linux.armv6hf.tar.xz 1328236 BLAKE2B 
89788bf2de2c7c1fc1b78a64c1e28c08fea5fd29928c198cb80989191f63bcda6c9e0ebda5a5ffb471f7331292740486bc2f1cc894d30e8b704e6d2fb4a925f1
 SHA512 
466acfbd956d6a90f7e66c852b62fc0b9c236c1315ee58b0658780549f1b73c9a13cf203574de5969cf665f99046c4cff234813ffa45732eb7b0ea083350b4d1
-DIST shellcheck-v0.10.0.linux.x86_64.tar.xz 2404716 BLAKE2B 
9cf6eeccb13770808a6efdedd27b85c925f0ab899a82ac8fdf8c16e9133d3f91b5b80900a3c1e11ee7b0b035aab1c08d439b682a479c5b47a218e55bc08562c5
 SHA512 
31006830087c2b9ffe9fa36c1ab4a8b11c85078cac8203265d0cfd630c70a4a506e66dd9d7ccde964360ad95045894149de457db34f10cad76708c7a4aa544ca
 DIST shellcheck-v0.11.0.linux.aarch64.tar.xz 6811484 BLAKE2B 
8b242a96044f5c8dc091170b517f2842596dfbeb305e32fd3934d613109dc777a2c3bd11af03b3d51a690ee4070ca3a8e2a48a7870b5855a93658cb7f67a52e8
 SHA512 
de5e49175861ce567b98ec7ae0dd25f679c169d15b015bbad8f92ca22d07bb17c0fb906f7d80857e8450945f6a185d4de45e5883514e9aeb3cc155306060225e
 DIST shellcheck-v0.11.0.linux.armv6hf.tar.xz 5921316 BLAKE2B 
f7e40b57b08a0d6f2a19ff6a4d1e82d8da834c3c0ed9056fef233e970505fe9e920bf37d24542152692edf1bd8ab2e343322501bfa09b174b67aa1e7a0f7138a
 SHA512 
4f3530149b9ef5a145af5ed3d2efdb6195cc2910cccdc6e1b47efaeef4b5d5958e234f428000adeb4b2aec4c6b1f9adb050af65dd0b53866aa871b035d4cde3c
 DIST shellcheck-v0.11.0.linux.x86_64.tar.xz 2559196 BLAKE2B 
8485e00a25133925dcbea6c665025799c3435aebaf220a1a9a2e08272a5d88ac3f7cd71f7da984eec98a20a872718ca70785096f2549e98f0e6602b2920a98d7
 SHA512 
25df28923d7d89cfdb9fa8aeef762a887f2bd4ebfbcd43ae71068c60e9458d66250b0f8d6fd66b4bc03723e6cdd47983c547e3ab4f3ea2cbc4bc4028842cc7b9

diff --git a/dev-util/shellcheck-bin/shellcheck-bin-0.10.0.ebuild 
b/dev-util/shellcheck-bin/shellcheck-bin-0.10.0.ebuild
deleted file mode 100644
index c6c33e14f8a3..000000000000
--- a/dev-util/shellcheck-bin/shellcheck-bin-0.10.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-SC_P=${PN%-bin}-v${PV}
-SC_URI="https://github.com/koalaman/shellcheck/releases/download/v${PV}/${SC_P}.linux";
-
-DESCRIPTION="Shell script analysis tool (binary package)"
-HOMEPAGE="https://www.shellcheck.net/";
-SRC_URI="
-       amd64? ( ${SC_URI}.x86_64.tar.xz  )
-       arm64? ( ${SC_URI}.aarch64.tar.xz )
-       arm? ( ${SC_URI}.armv6hf.tar.xz )
-"
-S=${WORKDIR}/${SC_P}
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="-* amd64 ~arm arm64"
-
-RDEPEND="!dev-util/shellcheck"
-
-QA_PREBUILT="usr/bin/shellcheck"
-
-src_install() {
-       dobin shellcheck
-       einstalldocs
-}

Reply via email to