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 D5DA3158CBB for ; Mon, 8 May 2023 16:45:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1CECE0869; Mon, 8 May 2023 16:45:38 +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 A669DE0869 for ; Mon, 8 May 2023 16:45:38 +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 ADF57340BEF for ; Mon, 8 May 2023 16:45:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2A4BA65 for ; Mon, 8 May 2023 16:45:35 +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: <1683563639.e1d52cf49d898ffa3bb89f6ecfd053ab70fb3b3b.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.86.ebuild dev-vcs/got/got-0.88.ebuild X-VCS-Directories: dev-vcs/got/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: e1d52cf49d898ffa3bb89f6ecfd053ab70fb3b3b X-VCS-Branch: dev Date: Mon, 8 May 2023 16:45:35 +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: f5398500-9c01-4b2f-8ccd-643b4c05ea73 X-Archives-Hash: 044124d530c61df41d76bed7a0f439d3 commit: e1d52cf49d898ffa3bb89f6ecfd053ab70fb3b3b Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon May 8 16:33:59 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon May 8 16:33:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1d52cf4 dev-vcs/got: add 0.88, drop 0.86 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-vcs/got/Manifest | 2 +- dev-vcs/got/{got-0.86.ebuild => got-0.88.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/got/Manifest b/dev-vcs/got/Manifest index 38cc72572..a58f200c5 100644 --- a/dev-vcs/got/Manifest +++ b/dev-vcs/got/Manifest @@ -1,2 +1,2 @@ -DIST got-portable-0.86.tar.gz 1034905 BLAKE2B f04eaa87fb3dfd0c2bf8e9d4557c5f7d5b75c601744fb6be2622e8d3ba67702ed5c9f45117f57c60fedb86dfb6c2ebb63596dc53182fa6410639e0a3a038c11b SHA512 adc40c9197b18cdb78bdd962e962ebe2b120552377ad3d9a92acae77182939c06e7cd386bc0b7f4b0970752a9ea9736eb4af98096be7062fa12630dd9f452b4b DIST got-portable-0.87.tar.gz 1047429 BLAKE2B 76be96d8fc1cecffe670401010ebb5454c8ed351b30623c66160605dda8b989237cc4a53f1f6233937a7a5c51b95771b2b207c0c57e6f45ce19cd5d1aa22d509 SHA512 a752830f22e484485b67178d2470a77852985bedb4df16c3dc9a0c2e1d07f4e2fddec854b1cb6ddd6427bc8d3d386c4e6b9b2b6c9e38dbe26718ef89190a5602 +DIST got-portable-0.88.tar.gz 1048477 BLAKE2B fde36ce7895d67010e07671666b549f51055215aa025c24b3f4652c3ecc039d04b316f7f751ea6e96a9a39907aac1abcaf98b4bd35f632011892443e998663cd SHA512 91d01043468304dbbafdcbf999fa234b0cf5b4e2bd4267728874910f71984b0f05de0cde90c8183f1e0634ee5815bd6ba842d595eaaabe95d84d23fc5706011c diff --git a/dev-vcs/got/got-0.86.ebuild b/dev-vcs/got/got-0.88.ebuild similarity index 100% rename from dev-vcs/got/got-0.86.ebuild rename to dev-vcs/got/got-0.88.ebuild