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 50C09158020 for ; Wed, 26 Oct 2022 19:56:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8D5BE09E6; Wed, 26 Oct 2022 19:56:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A137FE09E6 for ; Wed, 26 Oct 2022 19:56:55 +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 61DA6340C77 for ; Wed, 26 Oct 2022 19:56:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD02E6DB for ; Wed, 26 Oct 2022 19:56:51 +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: <1666813952.90bcaa3eeff706d331366801ba056656c8d1f743.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/igbinary/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/igbinary/Manifest dev-php/igbinary/igbinary-3.2.9.ebuild X-VCS-Directories: dev-php/igbinary/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 90bcaa3eeff706d331366801ba056656c8d1f743 X-VCS-Branch: master Date: Wed, 26 Oct 2022 19:56: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: a1884c9b-989d-4650-be1f-8ad9b6d7da89 X-Archives-Hash: 62a20a7c7fc833382e45fe8c7e5abca3 commit: 90bcaa3eeff706d331366801ba056656c8d1f743 Author: Conrad Kostecki gentoo org> AuthorDate: Sun Oct 23 21:03:50 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Oct 26 19:52:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90bcaa3e dev-php/igbinary: add 3.2.9 (php8-2 support) Signed-off-by: Conrad Kostecki gentoo.org> dev-php/igbinary/Manifest | 1 + dev-php/igbinary/igbinary-3.2.9.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/dev-php/igbinary/Manifest b/dev-php/igbinary/Manifest index 79719ceff369..4f64cc10d66d 100644 --- a/dev-php/igbinary/Manifest +++ b/dev-php/igbinary/Manifest @@ -1 +1,2 @@ DIST igbinary-3.2.7.tar.gz 248481 BLAKE2B 40936fb78b9f01d717daac78f8b707f902d78714e5202fbb1344042c2d30a3b723f9c5b6fd982f7a5002aab65e414ba7f9bda354fec4db82ba3f03fc09663a43 SHA512 1bdb60fa4ac76ef405b55b4a7e7f07c73ccc945a3fad8635934cf83a05ae554ac1a0b64c4b55229f0bd2a3269189d3266a492b064a0338fdb2bf4dfe5c3733e4 +DIST igbinary-3.2.9.tar.gz 251747 BLAKE2B d44711ffc195572a83a000f225776191e7b421e4be3065a668287f356d46fd11536af0a0969a0fc219c38d027f13aec16cfe41f15ea778ef087f7082daa9b8dc SHA512 2789f8517aaefa4e4e736592944361e8bad1ce50687aed161bb4e17bcdfbfec2320df8069c7b39704fa96c614727bd66fb65185b15f72f8c96bb5fda88f2e66f diff --git a/dev-php/igbinary/igbinary-3.2.9.ebuild b/dev-php/igbinary/igbinary-3.2.9.ebuild new file mode 100644 index 000000000000..b2f81fe8a0fa --- /dev/null +++ b/dev-php/igbinary/igbinary-3.2.9.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PHP_EXT_ECONF_ARGS=( --enable-${PN} ) +PHP_EXT_INI="yes" +PHP_EXT_NAME="${PN}" +PHP_EXT_ZENDEXT="no" +USE_PHP="php7-4 php8-0 php8-1 php8-2" + +inherit php-ext-source-r3 + +DESCRIPTION="A fast drop-in replacement for the standard PHP serialize" +HOMEPAGE="https://github.com/igbinary/igbinary" +SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86"