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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4FFEC138359 for ; Fri, 14 Aug 2020 17:36:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73BFEE0823; Fri, 14 Aug 2020 17:36:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4CB88E0823 for ; Fri, 14 Aug 2020 17:36:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 087B434EF6E for ; Fri, 14 Aug 2020 17:36:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7177D2D2 for ; Fri, 14 Aug 2020 17:36:37 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1597426595.4fd397e907754f58312008af9f6fa2bdb7dba2c2.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libevent/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libevent/libevent-9999.ebuild dev-libs/libevent/metadata.xml X-VCS-Directories: dev-libs/libevent/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 4fd397e907754f58312008af9f6fa2bdb7dba2c2 X-VCS-Branch: master Date: Fri, 14 Aug 2020 17:36:37 +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: 6ec085b0-48a6-4b59-beb2-c1610fc0a30d X-Archives-Hash: 9a2c7b4d43ac2e2eb1cb1eef5ecdbcca commit: 4fd397e907754f58312008af9f6fa2bdb7dba2c2 Author: Jeroen Roovers gentoo org> AuthorDate: Fri Aug 14 17:34:41 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Aug 14 17:36:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fd397e9 dev-libs/libevent: Update live ebuild - Add IUSE=mbedtls - Update metadata.xml to clarify IUSE=ssl/mbedtls difference Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Jeroen Roovers gentoo.org> dev-libs/libevent/libevent-9999.ebuild | 6 ++++-- dev-libs/libevent/metadata.xml | 32 +++++++++++++++++--------------- 2 files changed, 21 insertions(+), 17 deletions(-) diff --git a/dev-libs/libevent/libevent-9999.ebuild b/dev-libs/libevent/libevent-9999.ebuild index 71d7fb943c2..ed19f34dab5 100644 --- a/dev-libs/libevent/libevent-9999.ebuild +++ b/dev-libs/libevent/libevent-9999.ebuild @@ -15,12 +15,13 @@ LICENSE="BSD" SLOT="0" KEYWORDS="" IUSE=" - +clock-gettime debug libressl malloc-replacement +ssl static-libs test - +threads verbose-debug + +clock-gettime debug libressl malloc-replacement mbedtls +ssl static-libs + test +threads verbose-debug " RESTRICT="test" DEPEND=" + mbedtls? ( net-libs/mbedtls ) ssl? ( !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] ) libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] ) @@ -52,6 +53,7 @@ multilib_src_configure() { $(use_enable clock-gettime) \ $(use_enable debug debug-mode) \ $(use_enable malloc-replacement malloc-replacement) \ + $(use_enable mbedtls) \ $(use_enable ssl openssl) \ $(use_enable static-libs static) \ $(use_enable test libevent-regress) \ diff --git a/dev-libs/libevent/metadata.xml b/dev-libs/libevent/metadata.xml index 0669d49f12f..78451ccf130 100644 --- a/dev-libs/libevent/metadata.xml +++ b/dev-libs/libevent/metadata.xml @@ -1,19 +1,21 @@ - - jer@gentoo.org - Jeroen Roovers - - - cpe:/a:niels_provos:libevent - levent - libevent/libevent - - - Disable use of clock_gettime even if it is available - Support for running in debug mode - Support for replacing the memory management functions - Support for verbose debug logging - + +jer@gentoo.org +Jeroen Roovers + + +cpe:/a:niels_provos:libevent +libevent/libevent +levent + + +Disable use of clock_gettime even if it is available +Support for running in debug mode +Support for replacing the memory management functions +Support for net-libs/mbedtls encryption +Support for dev-libs/openssl encryption +Support for verbose debug logging +