Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-raphf/
Date: Mon, 22 Nov 2021 19:57:57
Message-Id: 1637611067.9b859475f411174e11cd4ae7ec4da329493f0d43.grknight@gentoo
1 commit: 9b859475f411174e11cd4ae7ec4da329493f0d43
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 22 19:15:08 2021 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 22 19:57:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b859475
7
8 dev-php/pecl-raphf: Revbump for new target
9
10 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
11
12 dev-php/pecl-raphf/pecl-raphf-2.0.1-r2.ebuild | 21 +++++++++++++++++++++
13 1 file changed, 21 insertions(+)
14
15 diff --git a/dev-php/pecl-raphf/pecl-raphf-2.0.1-r2.ebuild b/dev-php/pecl-raphf/pecl-raphf-2.0.1-r2.ebuild
16 new file mode 100644
17 index 000000000000..6dc7cf9c239c
18 --- /dev/null
19 +++ b/dev-php/pecl-raphf/pecl-raphf-2.0.1-r2.ebuild
20 @@ -0,0 +1,21 @@
21 +# Copyright 1999-2021 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI="7"
25 +
26 +PHP_EXT_NAME="raphf"
27 +PHP_EXT_INI="yes"
28 +PHP_EXT_ZENDEXT="no"
29 +PHP_EXT_ECONF_ARGS=""
30 +PHP_INI_NAME="30-${PHP_EXT_NAME}"
31 +
32 +USE_PHP="php7-3 php7-4 php8-0 php8-1"
33 +
34 +inherit php-ext-pecl-r3
35 +
36 +KEYWORDS="~amd64 ~x86"
37 +
38 +DESCRIPTION="A reusable, persistent handle and resource factory API"
39 +LICENSE="BSD-2"
40 +SLOT="7"
41 +IUSE=""