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 C23A815800F for ; Thu, 26 Jan 2023 20:53:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD770E07D1; Thu, 26 Jan 2023 20:53:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 97B16E07D1 for ; Thu, 26 Jan 2023 20:53:36 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D885E340D69 for ; Thu, 26 Jan 2023 20:53:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BFE0891 for ; Thu, 26 Jan 2023 20:53:31 +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: <1674766324.e3fe9f3e07e9ec2be1b3e5d32ec7949db41f8549.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.4.0.ebuild dev-libs/tfdn/tfdn-1.6.0.ebuild X-VCS-Directories: dev-libs/tfdn/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: e3fe9f3e07e9ec2be1b3e5d32ec7949db41f8549 X-VCS-Branch: dev Date: Thu, 26 Jan 2023 20:53:31 +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: ef8373e3-465b-4880-a340-1446e70fbcfc X-Archives-Hash: c393dead83e5625403ec2c23b965a4a7 commit: e3fe9f3e07e9ec2be1b3e5d32ec7949db41f8549 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Wed Jan 25 15:34:16 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Thu Jan 26 20:52:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e3fe9f3e dev-libs/tfdn: add 1.6.0, drop 1.4.0 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-libs/tfdn/Manifest | 2 +- dev-libs/tfdn/{tfdn-1.4.0.ebuild => tfdn-1.6.0.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/tfdn/Manifest b/dev-libs/tfdn/Manifest index 0d1875089..544b6641c 100644 --- a/dev-libs/tfdn/Manifest +++ b/dev-libs/tfdn/Manifest @@ -1,2 +1,2 @@ -DIST tfdn-1.4.0.tar.gz 210489 BLAKE2B fb4f1ca35b502464d64153d022da641d039dc53632104cd5528dc9280cbd760415e917b97aef88fcf32e729d1974470f656ea16651d4ba5805c4a78d45b4f89a SHA512 1b0ff1ff5e243a0caa905f7a744a9ec92695cfe0600f171a6ab11c03799b7cce128bd4809cf70ab7c392f3f8e55c30cabc0bb288cfa26b6b59bd3d9280cd3446 DIST tfdn-1.5.0.tar.gz 211135 BLAKE2B c98fa677e3aa00d57895539ec6178fc2fd7f0505646170d86281c9e973b81e90ce4a39040307e8a14ad15bdf6670f85addfc159dce8907508088c6f85c529ea5 SHA512 e37dd1c0153e2a8e2c4d6128874383038257203dc9ec6ecaeed42eda24f7991bc64ab9ef9cb7f4ac6cc9b230fa8f0dfaa3c4b8275358a7cb2362c8cfd0655713 +DIST tfdn-1.6.0.tar.gz 212502 BLAKE2B 95335b0d76f320a67214d95d43f89539dfee115092455cf05218983422a3e6fa4d771abedc47b97db454a94a19856b0e34e13fa5dc5040272a2f5db595998a17 SHA512 ddbfa31c1089e26fb63005e37263c62454da7ef015cb3b86cc1b76b07664df231de33d70a43ef91bc601f9ce7a6953ce570e6947f54a6e3063a9940e22e624aa diff --git a/dev-libs/tfdn/tfdn-1.4.0.ebuild b/dev-libs/tfdn/tfdn-1.6.0.ebuild similarity index 94% rename from dev-libs/tfdn/tfdn-1.4.0.ebuild rename to dev-libs/tfdn/tfdn-1.6.0.ebuild index 8afeec395..6bdafc431 100644 --- a/dev-libs/tfdn/tfdn-1.4.0.ebuild +++ b/dev-libs/tfdn/tfdn-1.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~x86" IUSE="cpu_flags_x86_sse4_1 curl debug ssl" DEPEND=" - dev-libs/libpcre:3 + dev-libs/libpcre2:= dev-libs/libunistring:= sys-libs/zlib:= curl? ( net-misc/curl )