mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
dev-lang/hare-ssh: drop 0_pre20230623, add 0.24.0
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 2022-2023 Gentoo Authors
|
||||
# Copyright 2022-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -8,10 +8,7 @@ if [[ "${PV}" = 9999 ]]; then
|
||||
EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/hare-ssh"
|
||||
SLOT="0"
|
||||
else
|
||||
EGIT_COMMIT="9fe392eb4478dc26680c8c5c42deb87d192447db"
|
||||
MY_P="${PN}-${EGIT_COMMIT}"
|
||||
SRC_URI="https://git.sr.ht/~sircmpwn/hare-ssh/archive/${EGIT_COMMIT}.tar.gz -> ${MY_P}.tar.gz"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
SRC_URI="https://git.sr.ht/~sircmpwn/hare-ssh/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SLOT="0/${PV}"
|
||||
|
||||
KEYWORDS="~amd64 ~arm64 ~riscv"
|
||||
@@ -21,8 +18,8 @@ DESCRIPTION="SSH library for Hare"
|
||||
HOMEPAGE="https://git.sr.ht/~sircmpwn/hare-ssh"
|
||||
LICENSE="MPL-2.0"
|
||||
|
||||
RDEPEND="dev-lang/hare"
|
||||
DEPEND="${DEPEND}"
|
||||
RDEPEND=">=dev-lang/hare-0.24.0"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
Reference in New Issue
Block a user