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 91F27158020 for ; Fri, 9 Dec 2022 16:26:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C5B5E088F; Fri, 9 Dec 2022 16:26:08 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 62AEBE088F for ; Fri, 9 Dec 2022 16:26:08 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B142E340D4A for ; Fri, 9 Dec 2022 16:26:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FC5075 for ; Fri, 9 Dec 2022 16:26:05 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1670507928.ed980f05e6cd560a711b749b545f21d842e6d97b.tastytea@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.1.ebuild app-admin/himitsu/himitsu-0.2.ebuild X-VCS-Directories: app-admin/himitsu/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: ed980f05e6cd560a711b749b545f21d842e6d97b X-VCS-Branch: master Date: Fri, 9 Dec 2022 16:26:05 +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: 57e8433e-dba8-4582-ae05-6133b9f0095c X-Archives-Hash: 9b09ac23b926feb2b0aaac297621717b commit: ed980f05e6cd560a711b749b545f21d842e6d97b Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Thu Dec 8 13:58:26 2022 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Thu Dec 8 13:58:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ed980f05 app-admin/himitsu: add 0.2, drop 0.1 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> app-admin/himitsu/Manifest | 2 +- app-admin/himitsu/{himitsu-0.1.ebuild => himitsu-0.2.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/himitsu/Manifest b/app-admin/himitsu/Manifest index be96d63e4..c03424e7a 100644 --- a/app-admin/himitsu/Manifest +++ b/app-admin/himitsu/Manifest @@ -1 +1 @@ -DIST himitsu-0.1.tar.gz 33462 BLAKE2B 67f7000290b8b52bdfb319519d26ccdbc6a02e66dcf6660515b06577a2d0b9723ed6707210400ccdb0da8311f293582150445a11b9640c262529e2335e7faf80 SHA512 0e6192e6a50a80e597acc162f211eb8372470d7ebf7a9d016dc1bb7235b82d48d2148576585a663b094b86eea63e5f504a7782dd824fb21a15f4103f5fa9efb2 +DIST himitsu-0.2.tar.gz 33506 BLAKE2B acf764de4aba2d28b9f9e20c4b44cbe7a3c98068c9a323cf8d7e0bfd7f048202bec3360ef0e640ae5109c4ba972a75ae0839b3d4a19a095b7c197ea2e76c064f SHA512 89ae0a363721f67e1ce0f4c5cdae179544c20d5e52a2217854114ec0245aac51484697d3d298af58cb4621d077d359e924e2285a73b4be618a2e924a9220f518 diff --git a/app-admin/himitsu/himitsu-0.1.ebuild b/app-admin/himitsu/himitsu-0.2.ebuild similarity index 100% rename from app-admin/himitsu/himitsu-0.1.ebuild rename to app-admin/himitsu/himitsu-0.2.ebuild