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 8F049158041 for ; Wed, 28 Feb 2024 07:19:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E59C1E2A30; Wed, 28 Feb 2024 07:19:06 +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 CBCF6E2A30 for ; Wed, 28 Feb 2024 07:19:06 +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 02AA7342F94 for ; Wed, 28 Feb 2024 07:19:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 891C814DF for ; Wed, 28 Feb 2024 07:19:04 +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: <1709015244.7da4cf40c32e1ebfdb1797787c904a39ee698c04.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-admin/pass-update/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/pass-update/Manifest app-admin/pass-update/pass-update-2.1.ebuild app-admin/pass-update/pass-update-2.2.ebuild X-VCS-Directories: app-admin/pass-update/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 7da4cf40c32e1ebfdb1797787c904a39ee698c04 X-VCS-Branch: master Date: Wed, 28 Feb 2024 07:19:04 +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: 92aa0af3-525d-4244-be2c-290a6b29f887 X-Archives-Hash: dc8342f1ab1a48bf28dbd8f8a94b91e6 commit: 7da4cf40c32e1ebfdb1797787c904a39ee698c04 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Tue Feb 27 06:26:43 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Feb 27 06:27:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7da4cf40 app-admin/pass-update: add 2.2, drop 2.1 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> app-admin/pass-update/Manifest | 2 +- .../pass-update/{pass-update-2.1.ebuild => pass-update-2.2.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/pass-update/Manifest b/app-admin/pass-update/Manifest index 9a0f09102c..103eda1a2f 100644 --- a/app-admin/pass-update/Manifest +++ b/app-admin/pass-update/Manifest @@ -1 +1 @@ -DIST pass-update-2.1.tar.gz 46200 BLAKE2B 6993e872ad1327d0e2b4b7b6ea0563a50e016d3e65efd6ed8b5a7e2040ef67ab8a6421d69fe540dadc92b64e065beac6e792003117fdf3644d61f6809c779ac8 SHA512 6f7e12ff8bc608bbfb5ae15efd13052896f247d53d9d092f1c1cc527a0e33d8f638264af2ca4af8c94d772c998f9d321cfceeaaad843fb8b5322a2e9bf7d08d5 +DIST pass-update-2.2.tar.gz 51171 BLAKE2B 7290b11fc1687532c4cf576af6708591654048dca1965cb9c291a3ee3218ca618873484c43ede100f95bb9fbff479eb766d42cc29f79d89fccb790a3d2384a91 SHA512 cfe6e99087624242cab0c5af046b0de10c52c76203ab22d31e8dafd1ce45276810f28d5814ddfe956c8fb7dce37a37e3242d004926c1ad8e750bb0702b6c27f5 diff --git a/app-admin/pass-update/pass-update-2.1.ebuild b/app-admin/pass-update/pass-update-2.2.ebuild similarity index 100% rename from app-admin/pass-update/pass-update-2.1.ebuild rename to app-admin/pass-update/pass-update-2.2.ebuild