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 AAF6B15801C for ; Fri, 21 Jul 2023 18:00:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFE13E0960; Fri, 21 Jul 2023 18:00:16 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D3276E0960 for ; Fri, 21 Jul 2023 18:00:16 +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 B5A5F34095A for ; Fri, 21 Jul 2023 18:00:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED6C5BE2 for ; Fri, 21 Jul 2023 18:00:13 +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: <1689962300.a4063ca32ea851aabcd17ee6f1b45f632a03cb73.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/got/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-vcs/got/Manifest dev-vcs/got/got-0.89.ebuild dev-vcs/got/got-0.91.ebuild X-VCS-Directories: dev-vcs/got/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: a4063ca32ea851aabcd17ee6f1b45f632a03cb73 X-VCS-Branch: dev Date: Fri, 21 Jul 2023 18:00:13 +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: 130601b7-0976-4196-8e1d-7f2bd9981293 X-Archives-Hash: 8c6002c2625ab0e933f8d74f32bb596b commit: a4063ca32ea851aabcd17ee6f1b45f632a03cb73 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu Jul 20 21:05:30 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Fri Jul 21 17:58:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a4063ca3 dev-vcs/got: add 0.91, drop 0.89 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-vcs/got/Manifest | 2 +- dev-vcs/got/{got-0.89.ebuild => got-0.91.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/got/Manifest b/dev-vcs/got/Manifest index 33cb94f43..33076d918 100644 --- a/dev-vcs/got/Manifest +++ b/dev-vcs/got/Manifest @@ -1,2 +1,2 @@ -DIST got-portable-0.89.tar.gz 1049166 BLAKE2B 108188b2fbc658421335aa5f1bdd1bed5098fe1fecc0b045377429b52ed38257c2ccb5319e2f60306605e4ded8453a46ba75b94864004ae3878cbbe1fe0e6443 SHA512 17bbe49067c18ab34ceb7b25a66a187789aa2cc936f5f9375bece6583bb3e06c84c8e61bf4662d530f26aece29429baeddefd66b5184727710312d1203bc6b0a DIST got-portable-0.90.tar.gz 1051534 BLAKE2B 01e0cf7cae89cf83884b1f74e17814209d1c98bd4361e87ccfeb77f0ac80c26df14d73519d87f4968bd0c2973ed2e26f5c249611beec2e7fa145f942526228e2 SHA512 0e7f219c7dda2798d2eb41379059e78520dc9ed53ec670d86f0d00dd82403ef02b9f940335e421852f819755e6937c9faf633df9ba955d014227fdcbe5b8d0f8 +DIST got-portable-0.91.tar.gz 1146628 BLAKE2B c4a543620e5b29ef038593dba98883dcca5bbbc8df5614b6cf1ca18e05120804a1350307bcd785942a31ed5aeabb634943c0ceb30c478d7dac67b7fc33201c36 SHA512 6bc22d8fd5287f9f172574e5c429535c4d75c95f6f6b0324d6d3b647a185e22035f378520b0a1ed5ee5ff5feb35f7bb1abed4f0a75928e0b430e22b5ba81f256 diff --git a/dev-vcs/got/got-0.89.ebuild b/dev-vcs/got/got-0.91.ebuild similarity index 100% rename from dev-vcs/got/got-0.89.ebuild rename to dev-vcs/got/got-0.91.ebuild