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/igbinary/
Date: Tue, 23 Nov 2021 16:15:43
Message-Id: 1637684136.326deef67c07a9e07ca52029525c20134daf375f.grknight@gentoo
1 commit: 326deef67c07a9e07ca52029525c20134daf375f
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 23 15:37:25 2021 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 23 16:15:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=326deef6
7
8 dev-php/igbinary: Revbump to add 8.1 support
9
10 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
11
12 dev-php/igbinary/igbinary-3.2.6-r1.ebuild | 22 ++++++++++++++++++++++
13 1 file changed, 22 insertions(+)
14
15 diff --git a/dev-php/igbinary/igbinary-3.2.6-r1.ebuild b/dev-php/igbinary/igbinary-3.2.6-r1.ebuild
16 new file mode 100644
17 index 000000000000..eecc1a37e244
18 --- /dev/null
19 +++ b/dev-php/igbinary/igbinary-3.2.6-r1.ebuild
20 @@ -0,0 +1,22 @@
21 +# Copyright 1999-2021 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=7
25 +PHP_EXT_NAME="${PN}"
26 +PHP_EXT_INI="yes"
27 +PHP_EXT_ZENDEXT="no"
28 +DOCS=( CREDITS NEWS README.md )
29 +PHP_EXT_ECONF_ARGS=( --enable-${PN} )
30 +
31 +USE_PHP="php7-3 php7-4 php8-0 php8-1"
32 +
33 +inherit php-ext-source-r3
34 +
35 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
36 +
37 +DESCRIPTION="A fast drop-in replacement for the standard PHP serialize"
38 +HOMEPAGE="https://github.com/igbinary/igbinary"
39 +SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
40 +
41 +LICENSE="BSD"
42 +SLOT="0"