commit: 2e08866a9cee4b8d4cc2a1ee945439fcbb222cbb
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Fri Feb 13 13:55:45 2026 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Feb 13 13:55:54 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2e08866a
dev-hare/hare-ssh: drop 0.24.2
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
dev-hare/hare-ssh/Manifest | 1 -
dev-hare/hare-ssh/hare-ssh-0.24.2.ebuild | 30 ------------------------------
2 files changed, 31 deletions(-)
diff --git a/dev-hare/hare-ssh/Manifest b/dev-hare/hare-ssh/Manifest
index ff2dbd093e..1ceea8c572 100644
--- a/dev-hare/hare-ssh/Manifest
+++ b/dev-hare/hare-ssh/Manifest
@@ -1,2 +1 @@
-DIST hare-ssh-0.24.2.tar.gz 35412 BLAKE2B
936b5fb62780ce7673ce268bf24074d1206b912415a5b9f8f1b8caf33b3a7950c7dafe6d9c65811fb26319c10638197afb81037a9ad4ab2d940148d7430ef68a
SHA512
cd631a025ff004bf0fe6acc3246858c655ff7875c06acd5c510aa3d5104c0604ef15d479d96040e5d49b919e71a672a61d1112d1175a3d5955b80c723ebe9fc2
DIST hare-ssh-0.25.2.tar.gz 35560 BLAKE2B
9ca8d9d245f0c4d96d2d687bab3164bbcf3fcb14d78a672bd3333d195d4ef7496393fe49c21112172ffd117437bf6e8d800ccdb7e53bf1c1e9627db0b3ad02ca
SHA512
29a359a3f9e09f2408dfb523577aa500b92bc53baa6a0263c6bf21537def2b4555e75181853b218b7ac8ccda4b8133cbc168181f28b2a7f00580413c8575e48b
diff --git a/dev-hare/hare-ssh/hare-ssh-0.24.2.ebuild
b/dev-hare/hare-ssh/hare-ssh-0.24.2.ebuild
deleted file mode 100644
index a3884b612c..0000000000
--- a/dev-hare/hare-ssh/hare-ssh-0.24.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-if [[ "${PV}" = 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/hare-ssh"
- SLOT="0"
-else
- SRC_URI="https://git.sr.ht/~sircmpwn/hare-ssh/archive/${PV}.tar.gz ->
${P}.tar.gz"
- SLOT="0/${PV}"
-
- KEYWORDS="~amd64 ~arm64 ~riscv"
-fi
-
-DESCRIPTION="SSH library for Hare"
-HOMEPAGE="https://git.sr.ht/~sircmpwn/hare-ssh"
-LICENSE="MPL-2.0"
-
-RDEPEND="
- >=dev-lang/hare-0.24.2
- <dev-lang/hare-0.25.2
-"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- default
- sed -i 's;^PREFIX=.*;PREFIX=/usr;' Makefile || die
-}