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 9DF3C1382C5 for ; Thu, 10 Dec 2020 20:26:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C08EBE08DD; Thu, 10 Dec 2020 20:26:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A441EE0884 for ; Thu, 10 Dec 2020 20:26:13 +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 9A26E340AB2 for ; Thu, 10 Dec 2020 20:26:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 274BC485 for ; Thu, 10 Dec 2020 20:26:11 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1607631965.2e77f55270338507fcfb66fe1a01c54d8f50be68.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-raphf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-raphf/pecl-raphf-2.0.1-r1.ebuild X-VCS-Directories: dev-php/pecl-raphf/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 2e77f55270338507fcfb66fe1a01c54d8f50be68 X-VCS-Branch: master Date: Thu, 10 Dec 2020 20:26:11 +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: 7089cb9e-41ac-4feb-80aa-68e1062c2760 X-Archives-Hash: daaab19af6e0dd27152ec3ba44e27d13 commit: 2e77f55270338507fcfb66fe1a01c54d8f50be68 Author: Brian Evans gentoo org> AuthorDate: Thu Dec 10 19:47:38 2020 +0000 Commit: Brian Evans gentoo org> CommitDate: Thu Dec 10 20:26:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e77f552 dev-php/pecl-raphf: Revbump to current targets Signed-off-by: Brian Evans gentoo.org> dev-php/pecl-raphf/pecl-raphf-2.0.1-r1.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/dev-php/pecl-raphf/pecl-raphf-2.0.1-r1.ebuild b/dev-php/pecl-raphf/pecl-raphf-2.0.1-r1.ebuild new file mode 100644 index 00000000000..7c2efe5219c --- /dev/null +++ b/dev-php/pecl-raphf/pecl-raphf-2.0.1-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +PHP_EXT_NAME="raphf" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +PHP_EXT_ECONF_ARGS="" +PHP_INI_NAME="30-${PHP_EXT_NAME}" + +USE_PHP="php7-2 php7-3 php7-4 php8-0" + +inherit php-ext-pecl-r3 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="A reusable, persistent handle and resource factory API" +LICENSE="BSD-2" +SLOT="7" +IUSE=""