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 05B84158015 for ; Thu, 28 Dec 2023 01:28:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99DBC2BC024; Thu, 28 Dec 2023 01:28:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 837E92BC024 for ; Thu, 28 Dec 2023 01:28: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 C4F7F340441 for ; Thu, 28 Dec 2023 01:28:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69E6B14B7 for ; Thu, 28 Dec 2023 01:28:34 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1703726903.cbe9f35c10f3fd8125060bf7f2ce6b3948e477f7.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-yaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-yaml/Manifest dev-php/pecl-yaml/pecl-yaml-2.2.3.ebuild X-VCS-Directories: dev-php/pecl-yaml/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: cbe9f35c10f3fd8125060bf7f2ce6b3948e477f7 X-VCS-Branch: master Date: Thu, 28 Dec 2023 01:28:34 +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: 196d244b-174a-406c-b97d-a938180e98a0 X-Archives-Hash: 67751f373074ccf1b4e43f4b140a5e59 commit: cbe9f35c10f3fd8125060bf7f2ce6b3948e477f7 Author: Conrad Kostecki gentoo org> AuthorDate: Thu Dec 28 00:51:43 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Dec 28 01:28:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbe9f35c dev-php/pecl-yaml: add 2.2.3 Signed-off-by: Conrad Kostecki gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/34508 Signed-off-by: Conrad Kostecki gentoo.org> dev-php/pecl-yaml/Manifest | 1 + dev-php/pecl-yaml/pecl-yaml-2.2.3.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/dev-php/pecl-yaml/Manifest b/dev-php/pecl-yaml/Manifest index de2cb00c988f..5f65243a569b 100644 --- a/dev-php/pecl-yaml/Manifest +++ b/dev-php/pecl-yaml/Manifest @@ -1 +1,2 @@ DIST yaml-2.2.2.tgz 41063 BLAKE2B 9fc85be5cb1eb86bc052b86d6292601babee0eb6fa790c0f5a77b307c2bd5a7a6ff66ea9efa21fa958a3c4f415f1850525454566b5a4303182d12a778fb2ed93 SHA512 4c1d3012623154b8d74908fb319a637d7bff178d02d0732d1a3d19d24df2c612d62948eb7dcd9ead9fd31f2da7af0cec54657b8cce128968a04079dd0002117d +DIST yaml-2.2.3.tgz 41276 BLAKE2B f3233b63bbaffa0d6fff70092d46e6b38557b78b3a1dcee498745b9253b828c6d68b09bee17a598fd1006701a795c0ace0c61755d1cd8e8a4305092ba8bec6a6 SHA512 99d63d430dd2fa9767ecb3f70599d2ebd4c53b27770df72c00c4723816de422c581cea05e96c3cba5aaecbdc57cc482fad0f1fa300bdcf887daa7c2c034e6f4b diff --git a/dev-php/pecl-yaml/pecl-yaml-2.2.3.ebuild b/dev-php/pecl-yaml/pecl-yaml-2.2.3.ebuild new file mode 100644 index 000000000000..64c9a699a0c2 --- /dev/null +++ b/dev-php/pecl-yaml/pecl-yaml-2.2.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PHP_EXT_NAME="yaml" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +USE_PHP="php8-1 php8-2 php8-3" + +inherit php-ext-pecl-r3 + +DESCRIPTION="YAML 1.1 (YAML Ain't Markup Language) serialization for PHP" + +LICENSE="MIT" +SLOT="7" +KEYWORDS="~amd64 ~arm64 ~x86" + +DEPEND="dev-libs/libyaml" +RDEPEND="${DEPEND}"