commit: 3643220a03350b8331f21f3a1a8d9cdc0c2c1a53
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sat Jun 21 15:07:58 2025 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sat Jun 21 15:09:47 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3643220a
dev-hare/hare-ssh: drop 0.24.0
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
dev-hare/hare-ssh/Manifest | 1 -
dev-hare/hare-ssh/hare-ssh-0.24.0.ebuild | 27 ---------------------------
2 files changed, 28 deletions(-)
diff --git a/dev-hare/hare-ssh/Manifest b/dev-hare/hare-ssh/Manifest
index 6418622044..7d349af8a7 100644
--- a/dev-hare/hare-ssh/Manifest
+++ b/dev-hare/hare-ssh/Manifest
@@ -1,2 +1 @@
-DIST hare-ssh-0.24.0.tar.gz 33013 BLAKE2B
fc684f5f0b5c025f4e9fa10066f3d10e4a554973fa9d9d99fd3ca97a3005541690cb1eed0baf773f3a5d0e8a130cfb3bf5e837a04c4603077b22536c8cab229d
SHA512
290fe762a019bf073cd18c244db022cb4423d919336b3b69fceaff1df1ebc78b616a14d3872bfaefaba540429c39d84e9255dddb94047ad0def25b22c9c9bbf6
DIST hare-ssh-0.24.2.tar.gz 35412 BLAKE2B
936b5fb62780ce7673ce268bf24074d1206b912415a5b9f8f1b8caf33b3a7950c7dafe6d9c65811fb26319c10638197afb81037a9ad4ab2d940148d7430ef68a
SHA512
cd631a025ff004bf0fe6acc3246858c655ff7875c06acd5c510aa3d5104c0604ef15d479d96040e5d49b919e71a672a61d1112d1175a3d5955b80c723ebe9fc2
diff --git a/dev-hare/hare-ssh/hare-ssh-0.24.0.ebuild
b/dev-hare/hare-ssh/hare-ssh-0.24.0.ebuild
deleted file mode 100644
index fb55c3fba1..0000000000
--- a/dev-hare/hare-ssh/hare-ssh-0.24.0.ebuild
+++ /dev/null
@@ -1,27 +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.0"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- default
- sed -i 's;^PREFIX=.*;PREFIX=/usr;' Makefile || die
-}