aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2024-03-22 15:12:29 +0100
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2024-03-22 15:30:58 +0100
commitcc66a9ac926f3703342e66acd3e1c0bedd7c8836 (patch)
tree3833786d5792c36b2c1a911da05c10ceff50bff8 /dev-hare
parentprofiles: mask app-containers/waydroid-1.4.0-r1 (diff)
downloadguru-cc66a9ac926f3703342e66acd3e1c0bedd7c8836.tar.gz
guru-cc66a9ac926f3703342e66acd3e1c0bedd7c8836.tar.bz2
guru-cc66a9ac926f3703342e66acd3e1c0bedd7c8836.zip
dev-lang/hare-ssh: drop 0_pre20230623, add 0.24.0
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Diffstat (limited to 'dev-hare')
-rw-r--r--dev-hare/hare-ssh/Manifest2
-rw-r--r--dev-hare/hare-ssh/hare-ssh-0.24.0.ebuild (renamed from dev-hare/hare-ssh/hare-ssh-0_pre20230623.ebuild)11
-rw-r--r--dev-hare/hare-ssh/hare-ssh-9999.ebuild11
3 files changed, 9 insertions, 15 deletions
diff --git a/dev-hare/hare-ssh/Manifest b/dev-hare/hare-ssh/Manifest
index a47870502..daf3f553b 100644
--- a/dev-hare/hare-ssh/Manifest
+++ b/dev-hare/hare-ssh/Manifest
@@ -1 +1 @@
-DIST hare-ssh-9fe392eb4478dc26680c8c5c42deb87d192447db.tar.gz 32799 BLAKE2B 94bc993415f76c41d711b06f38504df012982bc13528f6a88bc4fad7c601578c8ff5abdbc86cae60ff2965c14898da5aa2b02a301af10583de9b49d8229d24fe SHA512 9f14229630330878ca7b8a9935c82fd0c6b547918d662591b0871314c7df86aee32e55fda7273bee3c6ae04d3c75acc628edd500e735272af3609b2bdabeaaec
+DIST hare-ssh-0.24.0.tar.gz 33013 BLAKE2B fc684f5f0b5c025f4e9fa10066f3d10e4a554973fa9d9d99fd3ca97a3005541690cb1eed0baf773f3a5d0e8a130cfb3bf5e837a04c4603077b22536c8cab229d SHA512 290fe762a019bf073cd18c244db022cb4423d919336b3b69fceaff1df1ebc78b616a14d3872bfaefaba540429c39d84e9255dddb94047ad0def25b22c9c9bbf6
diff --git a/dev-hare/hare-ssh/hare-ssh-0_pre20230623.ebuild b/dev-hare/hare-ssh/hare-ssh-0.24.0.ebuild
index d8951cdb4..fb55c3fba 100644
--- a/dev-hare/hare-ssh/hare-ssh-0_pre20230623.ebuild
+++ b/dev-hare/hare-ssh/hare-ssh-0.24.0.ebuild
@@ -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
diff --git a/dev-hare/hare-ssh/hare-ssh-9999.ebuild b/dev-hare/hare-ssh/hare-ssh-9999.ebuild
index d8951cdb4..fb55c3fba 100644
--- a/dev-hare/hare-ssh/hare-ssh-9999.ebuild
+++ b/dev-hare/hare-ssh/hare-ssh-9999.ebuild
@@ -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