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 E65E1158095 for ; Sun, 7 Aug 2022 09:13:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D35CE0E34; Sun, 7 Aug 2022 09:13:17 +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 E3DEEE0E1E for ; Sun, 7 Aug 2022 09:13:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 71508340FDB for ; Sun, 7 Aug 2022 09:13:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF46E57D for ; Sun, 7 Aug 2022 09:13:11 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1659618582.5075d38026ac756b8fc833279a933bf74035aeec.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-vcs/got/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-vcs/got/Manifest dev-vcs/got/got-0.71.ebuild dev-vcs/got/got-0.74.ebuild X-VCS-Directories: dev-vcs/got/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 5075d38026ac756b8fc833279a933bf74035aeec X-VCS-Branch: master Date: Sun, 7 Aug 2022 09:13:11 +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: 7ff144f8-053e-4b6f-bb40-bd4417ac5672 X-Archives-Hash: cc5a35c75a56b834b78db18c5393c96c commit: 5075d38026ac756b8fc833279a933bf74035aeec Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu Aug 4 13:09:42 2022 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Thu Aug 4 13:09:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5075d380 dev-vcs/got: add 0.74, drop 0.71 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-vcs/got/Manifest | 2 +- dev-vcs/got/{got-0.71.ebuild => got-0.74.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/got/Manifest b/dev-vcs/got/Manifest index 724f53d97..f08457d28 100644 --- a/dev-vcs/got/Manifest +++ b/dev-vcs/got/Manifest @@ -1,2 +1,2 @@ -DIST got-portable-0.71.tar.gz 736740 BLAKE2B f9788490881ae2b32b72139358f8bdd965b6c6c80009385db969d0305b3b5649feb4469048f247fbab1a7dcca1dd557165977af2a302ab31641e19328d1d8e2b SHA512 c48932b981ac6cc784fcc6e64b7d4a492840db43c6f0aec355474400ad3df0ea34620c0d4cf543b3583abb6f3908b6381752a235306b34cf81b00749ae19ada4 DIST got-portable-0.73.tar.gz 753204 BLAKE2B 577d4439002adf457a683509f77120f294bbfd75af38c8bee9aaefc9be7538c572956a3c00e7b1bff97f9908107e2f0edbf1d38dff9443dde24c7380d528ac25 SHA512 5cc4dde718910d5b44e238759673ede1b8f6630f801321ced0df0a4b8ff38afca1e77adb8c667f4c74f3e3c8949e460c089951380b54fd231e5b0c7aec03f36e +DIST got-portable-0.74.tar.gz 756603 BLAKE2B 1ed8df3d792b125ad2c55618373f2d0456f86ccacb7c83446cab8a6c3f2ae30774e065d31e9bddb4ad0b9c5b0d65b0430be80b8c510d3132817bc0d95180f0ba SHA512 eb513783953871c6e76075ed15486ac91538248479844b6feec6c9282e520a6e1a052d39d379dd1ec8a760730e1110f997dc48be06e31c644054f3a6e873f9b8 diff --git a/dev-vcs/got/got-0.71.ebuild b/dev-vcs/got/got-0.74.ebuild similarity index 100% rename from dev-vcs/got/got-0.71.ebuild rename to dev-vcs/got/got-0.74.ebuild