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 1225E1581C1 for ; Sun, 14 Jul 2024 17:48:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0688FE2ABF; Sun, 14 Jul 2024 17:48:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CCBC4E2ABF for ; Sun, 14 Jul 2024 17:48:01 +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 1DAC9340DE6 for ; Sun, 14 Jul 2024 17:48:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DCD31E28 for ; Sun, 14 Jul 2024 17:47:58 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1720974010.8cc9b9f1155a4f3af709606749bf81cc59ef1f4a.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-admin/himitsu/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/himitsu/Manifest app-admin/himitsu/himitsu-0.8.ebuild app-admin/himitsu/himitsu-9999.ebuild X-VCS-Directories: app-admin/himitsu/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 8cc9b9f1155a4f3af709606749bf81cc59ef1f4a X-VCS-Branch: master Date: Sun, 14 Jul 2024 17:47:58 +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: 5ef94e9e-6e75-4094-875c-8bf68d26a37a X-Archives-Hash: 36b5f9aa444b1758f516013583a02033 commit: 8cc9b9f1155a4f3af709606749bf81cc59ef1f4a Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Sun Jul 14 16:17:52 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sun Jul 14 16:20:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8cc9b9f1 app-admin/himitsu: add 0.8 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> app-admin/himitsu/Manifest | 1 + app-admin/himitsu/{himitsu-9999.ebuild => himitsu-0.8.ebuild} | 2 +- app-admin/himitsu/himitsu-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app-admin/himitsu/Manifest b/app-admin/himitsu/Manifest index 44d0520d7..c14a7facc 100644 --- a/app-admin/himitsu/Manifest +++ b/app-admin/himitsu/Manifest @@ -1 +1,2 @@ DIST himitsu-0.7.tar.gz 43447 BLAKE2B 79bf522be00af42506fe020b69013290cda221d7768579d0056fbafaf938c1a6dd61f039d5ca699e54e7292adc728be696b254785d45bed42ad0ee14c017c589 SHA512 5b7136d9145729e1d277f78595c5d2f7d7d73cdad3b46b585c90cc8ae945acdad7761abc14c49d686b0c9ff82183c7c7bae286e4818f08ac50b9cf751502744c +DIST himitsu-0.8.tar.gz 52331 BLAKE2B 4cdedfbaaf804455f32b8bf63721c92a86ad7818b06ff88c497b8631edf27fc0fdf13ccc6f2ed693368cac6f17212f9c517811f4d66b2ec15a6e8fceeafe0261 SHA512 65947e516b90435d4b9635c6d8762d58c003b4bd3e128499b9f99bc94f6e238e3978f073c0f31c0a863b27026dccc39353fed422db95515610cc288cc65559af diff --git a/app-admin/himitsu/himitsu-9999.ebuild b/app-admin/himitsu/himitsu-0.8.ebuild similarity index 95% copy from app-admin/himitsu/himitsu-9999.ebuild copy to app-admin/himitsu/himitsu-0.8.ebuild index 2ca5d1712..a739e3bc7 100644 --- a/app-admin/himitsu/himitsu-9999.ebuild +++ b/app-admin/himitsu/himitsu-0.8.ebuild @@ -19,7 +19,7 @@ LICENSE="GPL-3" DEPEND=" - >=dev-lang/hare-0_pre20231127-r1:= + >=dev-lang/hare-0.24.2:= " RDEPEND=" gui-apps/hiprompt-gtk-py diff --git a/app-admin/himitsu/himitsu-9999.ebuild b/app-admin/himitsu/himitsu-9999.ebuild index 2ca5d1712..a739e3bc7 100644 --- a/app-admin/himitsu/himitsu-9999.ebuild +++ b/app-admin/himitsu/himitsu-9999.ebuild @@ -19,7 +19,7 @@ LICENSE="GPL-3" DEPEND=" - >=dev-lang/hare-0_pre20231127-r1:= + >=dev-lang/hare-0.24.2:= " RDEPEND=" gui-apps/hiprompt-gtk-py