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 D738B15800F for ; Thu, 5 Jan 2023 13:08:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17503E07E2; Thu, 5 Jan 2023 13:08:23 +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 EDECFE07E2 for ; Thu, 5 Jan 2023 13:08:22 +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 9A2C23408B8 for ; Thu, 5 Jan 2023 13:08:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 364327FD for ; Thu, 5 Jan 2023 13:08:20 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1672924067.aeedc18f3d1125f364b0a9f7fdf5dbe23cf42cbc.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/cli11/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/cli11/Manifest dev-cpp/cli11/cli11-2.3.0.ebuild dev-cpp/cli11/cli11-2.3.2.ebuild X-VCS-Directories: dev-cpp/cli11/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: aeedc18f3d1125f364b0a9f7fdf5dbe23cf42cbc X-VCS-Branch: dev Date: Thu, 5 Jan 2023 13:08:20 +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: 2bb52bec-beab-4a27-ad67-71bdf2dbf158 X-Archives-Hash: f66ac50f8cad835c8cd3d3f5130f0c67 commit: aeedc18f3d1125f364b0a9f7fdf5dbe23cf42cbc Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu Jan 5 12:32:11 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Thu Jan 5 13:07:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aeedc18f dev-cpp/cli11: add 2.3.2, drop 2.3.0 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-cpp/cli11/Manifest | 2 +- dev-cpp/cli11/{cli11-2.3.0.ebuild => cli11-2.3.2.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/cli11/Manifest b/dev-cpp/cli11/Manifest index d0c8ce30e..57973662c 100644 --- a/dev-cpp/cli11/Manifest +++ b/dev-cpp/cli11/Manifest @@ -1,2 +1,2 @@ -DIST cli11-2.3.0.tar.gz 300720 BLAKE2B 77de82e10c973b40bb180e79b3fed7e747e2efb0937a2bdd8cc7349814733fc055282adc3f17a0b340e106f088dfba8dd08bc2c82f872c03c4e76e8f20dd3396 SHA512 82232a1390485f36ea65bc964a22bacd42caa92eae704ab08407d483e42db56816bea1c68ed233e511fc057fd88bd5313d3c6247dc2d6dfcf38127a9b86f2aa8 DIST cli11-2.3.1.tar.gz 301615 BLAKE2B f5045a50a736aa7add0e21f95b76abbabe191eaa36bf68eb1e05c90343327c6343774b5f34daa281a4ff52230679a44d280eddbc3cef0abe5bce8454d7c98ec9 SHA512 7805a3bff5ce443e93a005341680db1e618d5b0789a697daaac881f9ccac76f855ea3d43c9c5b13c33c2bf590138241df9e55d70e133562272f0859d8341af09 +DIST cli11-2.3.2.tar.gz 303507 BLAKE2B 68a1ca97fb55a4329f7d56a7d661f71f356bebcb0878421bccb18093aab171cff963f4e3e8f47b95cac4947ebbd7c7d6c853cc28e404c07091685ba1e99ac8d3 SHA512 f48b289d52034c47b90db58c035a123b464bed488cf31bcdbe10a692214a5c05e62b99d6fb7c4b065f42df862ecf3813f11dd533b3697939d761e99d2b89c2ec diff --git a/dev-cpp/cli11/cli11-2.3.0.ebuild b/dev-cpp/cli11/cli11-2.3.2.ebuild similarity index 100% rename from dev-cpp/cli11/cli11-2.3.0.ebuild rename to dev-cpp/cli11/cli11-2.3.2.ebuild