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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A887A158042 for ; Wed, 16 Oct 2024 11:21:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8326DE07EE; Wed, 16 Oct 2024 11:21:09 +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 650C8E07EE for ; Wed, 16 Oct 2024 11:21:09 +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 5B605342FA0 for ; Wed, 16 Oct 2024 11:21:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CA961671 for ; Wed, 16 Oct 2024 11:21:06 +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: <1729077589.a2ff523eb6ae113bce32f5d4a2773018f008901d.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/tfdn/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/tfdn/Manifest dev-libs/tfdn/tfdn-1.8.1.ebuild dev-libs/tfdn/tfdn-1.9.1.ebuild X-VCS-Directories: dev-libs/tfdn/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: a2ff523eb6ae113bce32f5d4a2773018f008901d X-VCS-Branch: dev Date: Wed, 16 Oct 2024 11:21:06 +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: 2ba631f1-b998-4e9c-a208-81b00048edf8 X-Archives-Hash: 4c2c613272e32ef9ffbe6ed8fbe84e12 commit: a2ff523eb6ae113bce32f5d4a2773018f008901d Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Wed Oct 16 11:19:49 2024 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Wed Oct 16 11:19:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a2ff523e dev-libs/tfdn: add 1.9.1, drop 1.8.1 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-libs/tfdn/Manifest | 2 +- dev-libs/tfdn/{tfdn-1.8.1.ebuild => tfdn-1.9.1.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/tfdn/Manifest b/dev-libs/tfdn/Manifest index 253615c58..69236132f 100644 --- a/dev-libs/tfdn/Manifest +++ b/dev-libs/tfdn/Manifest @@ -1,2 +1,2 @@ -DIST tfdn-1.8.1.tar.gz 219300 BLAKE2B 4a52097efe0d980cced2d0ecf46a4e6e727ff04bd55849dd34b6908e096a81d9c230b8b9d87ab8eb84ba13b47c0f9c396a9eda21bc2fc56bad69fe7652eb3ee5 SHA512 1546a4228e1ce94881486f6a7c45903bfee49366c0a65a5804b185a0d8580b0cfa9c8e0fc8a5e36910e12e7c5cc03fe7d2c6b9257fa61c90c8a1f72e2b333f79 DIST tfdn-1.9.0.tar.gz 221354 BLAKE2B 510c393b52f44426358fb53adcfadd4e1ee2f3f5db97b0ef3f654fdfdab4183c799e4878633bbcd13ec1c03aeb02f7f13ee1283c800ea7d4de574902b52d2575 SHA512 92b604dafaa6a00c7698b9a63b1f12197a36f6c2b37de2f910d0090a76ec44ae99250b2dfc13017393955b939e6948c8ef21e7777edbb0fdb8f7d278d0716200 +DIST tfdn-1.9.1.tar.gz 221737 BLAKE2B 62594fb53b9b5a26ed488f3f1a7d92f61e89aeca9f7f1f2a62ded414f1895bcf58dcd5271e6610e083b7b03ae970a896d2199c0f4f79415a2ee54a85c1552c2b SHA512 26db999d742122015a359211ce9cb566794f82849f783a8898fc3ef307db2f5ff4bcb02b4d82bfe0ab263e42283303bbc58debd7c8dbbf6c43f8cf98e7e110fc diff --git a/dev-libs/tfdn/tfdn-1.8.1.ebuild b/dev-libs/tfdn/tfdn-1.9.1.ebuild similarity index 100% rename from dev-libs/tfdn/tfdn-1.8.1.ebuild rename to dev-libs/tfdn/tfdn-1.9.1.ebuild