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 BF324158009 for ; Wed, 21 Jun 2023 18:00:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F35F1E097C; Wed, 21 Jun 2023 18:00:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DF050E097C for ; Wed, 21 Jun 2023 18:00:23 +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 A7AC5340DA1 for ; Wed, 21 Jun 2023 18:00:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1156A990 for ; Wed, 21 Jun 2023 18:00:21 +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: <1687370407.370cd056fe7fdbfc12e95d65022d3f9f472decde.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-portage/gentle/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-portage/gentle/Manifest app-portage/gentle/gentle-0.1.ebuild app-portage/gentle/gentle-0.2.ebuild X-VCS-Directories: app-portage/gentle/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 370cd056fe7fdbfc12e95d65022d3f9f472decde X-VCS-Branch: dev Date: Wed, 21 Jun 2023 18:00:21 +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: 3a5013e6-db9e-42d3-ae37-aa394f1d82c1 X-Archives-Hash: b5e312c2ad3139fb5d8d18da346450d8 commit: 370cd056fe7fdbfc12e95d65022d3f9f472decde Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Wed Jun 21 17:59:33 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Wed Jun 21 18:00:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=370cd056 app-portage/gentle: add 0.2 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> app-portage/gentle/Manifest | 1 + app-portage/gentle/gentle-0.1.ebuild | 2 +- app-portage/gentle/{gentle-0.1.ebuild => gentle-0.2.ebuild} | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app-portage/gentle/Manifest b/app-portage/gentle/Manifest index 2a242c943..40106810c 100644 --- a/app-portage/gentle/Manifest +++ b/app-portage/gentle/Manifest @@ -1 +1,2 @@ DIST gentle-0.1.tar.xz 17376 BLAKE2B 88d3fc7af3e153183d8da3d86e51b72d7c11f52b2d8db879d7854900c8f1654bb1a907403edfe741a6a4165266b833522408a52cd79c48b145eee2e8978ed34e SHA512 022406f2bffa559149fe53549a3e9243325d695ca3632959221402f1f770208ecb3eb49033d23daa83e971ddd505a335c5213bc9067f41443cb9e574f3bfd15a +DIST gentle-0.2.tar.xz 31524 BLAKE2B 18dc26ffe778964360b3a9ea5057f2bfa54bcfd6bc411a49bff125b7ac69b9e9626eeb1d4a68241a8c5023f6cd6131c644cf5af83cece8929367923c6d675b7c SHA512 87b5e06b98ae1206eb36a04f78493f3819334935477e084484d175e774dfa8195ebe9204362b635eec682f31987a7f4f5e6cb8df5711d3b9348d0bb97ab24aa6 diff --git a/app-portage/gentle/gentle-0.1.ebuild b/app-portage/gentle/gentle-0.1.ebuild index d23e040da..899f670aa 100644 --- a/app-portage/gentle/gentle-0.1.ebuild +++ b/app-portage/gentle/gentle-0.1.ebuild @@ -20,7 +20,7 @@ BDEPEND=" app-text/xmldiff[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] $(python_gen_cond_dep \ - 'dev-python/tomli[${PYTHON_USEDEP}]' 3.10 ) + 'dev-python/tomli[${PYTHON_USEDEP}]' 3.10) ) " diff --git a/app-portage/gentle/gentle-0.1.ebuild b/app-portage/gentle/gentle-0.2.ebuild similarity index 93% copy from app-portage/gentle/gentle-0.1.ebuild copy to app-portage/gentle/gentle-0.2.ebuild index d23e040da..899f670aa 100644 --- a/app-portage/gentle/gentle-0.1.ebuild +++ b/app-portage/gentle/gentle-0.2.ebuild @@ -20,7 +20,7 @@ BDEPEND=" app-text/xmldiff[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] $(python_gen_cond_dep \ - 'dev-python/tomli[${PYTHON_USEDEP}]' 3.10 ) + 'dev-python/tomli[${PYTHON_USEDEP}]' 3.10) ) "