From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-admin/himitsu-ssh/
Date: Fri, 22 Mar 2024 19:17:19 +0000 (UTC) [thread overview]
Message-ID: <1711117858.a88a136a7f5525e40eb715c01d6f4996112f24e5.julien@gentoo> (raw)
commit: a88a136a7f5525e40eb715c01d6f4996112f24e5
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Fri Mar 22 14:14:13 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri Mar 22 14:30:58 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a88a136a
app-admin/himitsu-ssh: add 0.3, drop 0.2
Closes: https://bugs.gentoo.org/927478
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
app-admin/himitsu-ssh/Manifest | 2 +-
.../{himitsu-ssh-0.2.ebuild => himitsu-ssh-0.3.ebuild} | 12 ++++++++----
app-admin/himitsu-ssh/himitsu-ssh-9999.ebuild | 12 ++++++++----
3 files changed, 17 insertions(+), 9 deletions(-)
diff --git a/app-admin/himitsu-ssh/Manifest b/app-admin/himitsu-ssh/Manifest
index 383dff08b1..08124549db 100644
--- a/app-admin/himitsu-ssh/Manifest
+++ b/app-admin/himitsu-ssh/Manifest
@@ -1 +1 @@
-DIST himitsu-ssh-0.2.tar.gz 18452 BLAKE2B f299447d1f5d212c2465d242e3474c3baa1d0b153b000a9617d66cdf53b32ee0b033c253208da0568310fb20308183f6a4bae3da5c20b930a318f4a83235205c SHA512 fb6d9cef89729991e93dc826139db42900540a9b45b3d45165092d1589a55c19b9e853d5ebb88248c872aa5ef6f62ef79bbbabba7232df7d0aa2a30bbe8f6ea6
+DIST himitsu-ssh-0.3.tar.gz 18468 BLAKE2B ddc984ad1a2bd729b9b1be2685e8e33e646ef93c4e69a0767cc2858a1b5f364e21e2a6f8caa34367250897fd0e0b7f5b4c089c0c1a9b22d75e4f6cdf0681af69 SHA512 a969e38b00cb11cb2f060ddd4da489444d4e655eec54ea7aad1cc27548589460cee7ca36a1161291f79be270e342cfa86366c01b95ddd33a89eefcd6724de6e2
diff --git a/app-admin/himitsu-ssh/himitsu-ssh-0.2.ebuild b/app-admin/himitsu-ssh/himitsu-ssh-0.3.ebuild
similarity index 75%
rename from app-admin/himitsu-ssh/himitsu-ssh-0.2.ebuild
rename to app-admin/himitsu-ssh/himitsu-ssh-0.3.ebuild
index 3eaa4b4749..8fb2e4fb69 100644
--- a/app-admin/himitsu-ssh/himitsu-ssh-0.2.ebuild
+++ b/app-admin/himitsu-ssh/himitsu-ssh-0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,14 +16,13 @@ HOMEPAGE="https://git.sr.ht/~sircmpwn/himitsu-ssh"
LICENSE="GPL-3"
SLOT="0"
-
RDEPEND="
app-admin/himitsu:=
- dev-hare/hare-ssh:=
+ >=dev-hare/hare-ssh-0.24.0:=
"
DEPEND="
${RDEPEND}
- dev-lang/hare:=
+ >=dev-lang/hare-0.24.0:=
"
BDEPEND="app-text/scdoc"
@@ -33,3 +32,8 @@ QA_FLAGS_IGNORED=".*"
src_configure() {
sed -i 's;^PREFIX=.*;PREFIX=/usr;' Makefile || die
}
+
+src_test() {
+ # Don't run tests if there's none (which is the case of 0.3)
+ grep -r '@test fn' . && emake check
+}
diff --git a/app-admin/himitsu-ssh/himitsu-ssh-9999.ebuild b/app-admin/himitsu-ssh/himitsu-ssh-9999.ebuild
index 3eaa4b4749..8fb2e4fb69 100644
--- a/app-admin/himitsu-ssh/himitsu-ssh-9999.ebuild
+++ b/app-admin/himitsu-ssh/himitsu-ssh-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,14 +16,13 @@ HOMEPAGE="https://git.sr.ht/~sircmpwn/himitsu-ssh"
LICENSE="GPL-3"
SLOT="0"
-
RDEPEND="
app-admin/himitsu:=
- dev-hare/hare-ssh:=
+ >=dev-hare/hare-ssh-0.24.0:=
"
DEPEND="
${RDEPEND}
- dev-lang/hare:=
+ >=dev-lang/hare-0.24.0:=
"
BDEPEND="app-text/scdoc"
@@ -33,3 +32,8 @@ QA_FLAGS_IGNORED=".*"
src_configure() {
sed -i 's;^PREFIX=.*;PREFIX=/usr;' Makefile || die
}
+
+src_test() {
+ # Don't run tests if there's none (which is the case of 0.3)
+ grep -r '@test fn' . && emake check
+}
next reply other threads:[~2024-03-22 19:17 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-22 19:17 Julien Roy [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-14 17:47 [gentoo-commits] repo/proj/guru:master commit in: app-admin/himitsu-ssh/ Florian Schmaus
2023-07-26 9:12 Florian Schmaus
2023-07-26 7:43 Viorel Munteanu
2023-07-26 7:43 Viorel Munteanu
2023-07-26 7:43 Viorel Munteanu
2022-09-08 9:37 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2022-09-08 9:37 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1711117858.a88a136a7f5525e40eb715c01d6f4996112f24e5.julien@gentoo \
--to=julien@jroy.ca \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox