From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4DF68158041 for ; Fri, 22 Mar 2024 14:31:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83E69E29E4; Fri, 22 Mar 2024 14:31:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 68C04E29E4 for ; Fri, 22 Mar 2024 14:31:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9FE434133B for ; Fri, 22 Mar 2024 14:31:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B01B15BD for ; Fri, 22 Mar 2024 14:31:46 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1711117858.a88a136a7f5525e40eb715c01d6f4996112f24e5.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/himitsu-ssh/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/himitsu-ssh/Manifest app-admin/himitsu-ssh/himitsu-ssh-0.2.ebuild app-admin/himitsu-ssh/himitsu-ssh-0.3.ebuild app-admin/himitsu-ssh/himitsu-ssh-9999.ebuild X-VCS-Directories: app-admin/himitsu-ssh/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: a88a136a7f5525e40eb715c01d6f4996112f24e5 X-VCS-Branch: dev Date: Fri, 22 Mar 2024 14:31:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8a34f4ae-e8ab-4f26-8d61-8552f755148e X-Archives-Hash: 1774034c07902dab8e4fb2d54433d0bb commit: a88a136a7f5525e40eb715c01d6f4996112f24e5 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Fri Mar 22 14:14:13 2024 +0000 Commit: Haelwenn Monnier hacktivis me> 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 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 +}