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 54FF3158020 for ; Tue, 15 Nov 2022 08:46:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 035B1E09B1; Tue, 15 Nov 2022 08:46:36 +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 D8EEBE09B1 for ; Tue, 15 Nov 2022 08:46:35 +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 F0E15340E97 for ; Tue, 15 Nov 2022 08:46:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 519C1760 for ; Tue, 15 Nov 2022 08:46:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1668501131.e441d1605fc9ffe2feac4730a03086332290348b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/poco/metadata.xml dev-libs/poco/poco-1.12.2-r1.ebuild X-VCS-Directories: dev-libs/poco/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e441d1605fc9ffe2feac4730a03086332290348b X-VCS-Branch: master Date: Tue, 15 Nov 2022 08:46:32 +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: 18258942-0f07-46e0-b250-a41779c434d6 X-Archives-Hash: 0159c2c7c3c385db223ca2cb624796c9 commit: e441d1605fc9ffe2feac4730a03086332290348b Author: Anna Vyalkova sysrq in> AuthorDate: Wed Nov 2 15:16:23 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 15 08:32:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e441d160 dev-libs/poco: drop unused "crypto" flag Signed-off-by: Anna Vyalkova sysrq.in> Signed-off-by: Sam James gentoo.org> dev-libs/poco/metadata.xml | 2 +- dev-libs/poco/poco-1.12.2-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/poco/metadata.xml b/dev-libs/poco/metadata.xml index 7aa25bdef8f1..47052fc34e8a 100644 --- a/dev-libs/poco/metadata.xml +++ b/dev-libs/poco/metadata.xml @@ -33,7 +33,7 @@ done quickly and working on the features that make their application unique. Add Support for the 7z archive format Add ActiveRecord support Build and install a minimal C++ parser - Encryption and digital signing classes + Encryption and digital signing classes Database abstraction layer to easily send/retrieve data to/from various databases Utility to convert ordinary files to Page Compiler source files Add JSON support diff --git a/dev-libs/poco/poco-1.12.2-r1.ebuild b/dev-libs/poco/poco-1.12.2-r1.ebuild index 69708db02e81..8932a52505b1 100644 --- a/dev-libs/poco/poco-1.12.2-r1.ebuild +++ b/dev-libs/poco/poco-1.12.2-r1.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${P}-release" LICENSE="Boost-1.0" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" -IUSE="7z activerecord cppparser +crypto +data examples +file2pagecompiler iodbc +json jwt mariadb +mongodb mysql +net odbc +pagecompiler pdf pocodoc postgres prometheus sqlite +ssl test +util +xml +zip" +IUSE="7z activerecord cppparser +data examples +file2pagecompiler iodbc +json jwt mariadb +mongodb mysql +net odbc +pagecompiler pdf pocodoc postgres prometheus sqlite +ssl test +util +xml +zip" RESTRICT="!test? ( test )" REQUIRED_USE=" 7z? ( xml )