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 172F8158064 for ; Thu, 2 May 2024 04:32:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50169E2AD8; Thu, 2 May 2024 04:32:54 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B456E2AD8 for ; Thu, 2 May 2024 04:32:54 +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 DCE2A3430D9 for ; Thu, 2 May 2024 04:32:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 761CD19BD for ; Thu, 2 May 2024 04:32:51 +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: <1714624288.7fb66aee5c30c71108c266b07b628fb17cb6e2df.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-event/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-event/Manifest dev-php/pecl-event/pecl-event-3.1.3.ebuild X-VCS-Directories: dev-php/pecl-event/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7fb66aee5c30c71108c266b07b628fb17cb6e2df X-VCS-Branch: master Date: Thu, 2 May 2024 04:32:51 +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: 0db77b3f-a574-4c3d-8f4e-0c8251104eff X-Archives-Hash: 9b6f0265f7b6b80c2f0b04b88ce0100e commit: 7fb66aee5c30c71108c266b07b628fb17cb6e2df Author: Sam James gentoo org> AuthorDate: Thu May 2 04:29:14 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 2 04:31:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fb66aee dev-php/pecl-event: add 3.1.3 Closes: https://bugs.gentoo.org/931061 Signed-off-by: Sam James gentoo.org> dev-php/pecl-event/Manifest | 1 + dev-php/pecl-event/pecl-event-3.1.3.ebuild | 50 ++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) diff --git a/dev-php/pecl-event/Manifest b/dev-php/pecl-event/Manifest index 657bea0658bc..39ef4f6449ca 100644 --- a/dev-php/pecl-event/Manifest +++ b/dev-php/pecl-event/Manifest @@ -1 +1,2 @@ DIST event-3.0.8.tgz 199567 BLAKE2B 520949b55d27629e089993a49fe55114f8fb45cf5788dd57b30b0977fcfc9074757b4cc2efb6d5a126eea5343926f326d1651546650e9dbc8baa0ef7b06649f5 SHA512 45b4c07cac6dfca386cf9e6c792abc72c6f68d1443a1c67fd645f5e6f05ae9d45fb346b50b35cc6818ca70ebbff93c42afd801e70e9ebc63f997366996193593 +DIST event-3.1.3.tgz 205031 BLAKE2B 426e39a80c93889d6079b90f5ce121c33bde97c37d5fdf9463ec0ffa19d0a6cd562068b534cbe9ffd5c14a84e9c8c067b359b41b5b976b2b5a5a08ad6935c70d SHA512 d234ccaa113f6138c137adabcedf39744bf07a47e4e4f59d868a8c6e687a62120e6a0ae7760dcc494587351cca196a5810898bea426ef47ca8c999dad2bf33eb diff --git a/dev-php/pecl-event/pecl-event-3.1.3.ebuild b/dev-php/pecl-event/pecl-event-3.1.3.ebuild new file mode 100644 index 000000000000..76c29f0323a1 --- /dev/null +++ b/dev-php/pecl-event/pecl-event-3.1.3.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +PHP_EXT_NAME="event" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS=( README.md ) + +USE_PHP="php8-1 php8-2" +PHP_EXT_NEEDED_USE="sockets(-)?" + +inherit php-ext-pecl-r3 + +KEYWORDS="~amd64 ~x86" +LICENSE="PHP-3.01" + +DESCRIPTION="PHP wrapper for libevent2" +SLOT="0" +IUSE="debug examples +extra +sockets +ssl threads" + +DEPEND=" + >=dev-libs/libevent-2.0.2[ssl?] + ssl? ( dev-libs/openssl:= ) +" +RDEPEND=" + ${DEPEND} + !dev-php/pecl-libevent +" + +src_configure() { + local PHP_EXT_ECONF_ARGS=( + --with-event-core + $(use_enable debug event-debug) + $(use_with extra event-extra) + $(use_with ssl event-openssl) + $(use_with threads event-pthreads) + $(use_enable sockets event-sockets) + ) + php-ext-source-r3_src_configure +} + +src_test() { + local slot + for slot in $(php_get_slots); do + php_init_slot_env "${slot}" + SKIP_ONLINE_TESTS="yes" NO_INTERACTION="yes" emake test + done +}