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: Thu, 20 Jan 2022 16:21:23
Message-Id: 1642695675.e76dd1f8f258f0522339cbddf38183253b9d34ac.grknight@gentoo
1 commit: e76dd1f8f258f0522339cbddf38183253b9d34ac
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 16:19:08 2022 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 16:21:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e76dd1f8
7
8 dev-php/igbinary: Version bump for 3.2.7
9
10 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
11
12 dev-php/igbinary/Manifest | 1 +
13 dev-php/igbinary/igbinary-3.2.7.ebuild | 22 ++++++++++++++++++++++
14 2 files changed, 23 insertions(+)
15
16 diff --git a/dev-php/igbinary/Manifest b/dev-php/igbinary/Manifest
17 index c7c39923bb80..e81ad5f20515 100644
18 --- a/dev-php/igbinary/Manifest
19 +++ b/dev-php/igbinary/Manifest
20 @@ -1 +1,2 @@
21 DIST igbinary-3.2.6.tar.gz 245899 BLAKE2B 05fd24a640ab9e1f2402645bf322b0a959be69c068ff203552f2806240d8504f1ff3c7b209d9b050ba7815a90bcec2aab823a24a2a2a1cc149da90d25166f18a SHA512 b6c9e7b68716052d93a8535af4666fa3d5b4071bc181819cdc0ecd7f8e1c099001905ff2134eec6343daa77102a423ad0903f8800808c30806d3cb7faa4c7a06
22 +DIST igbinary-3.2.7.tar.gz 248481 BLAKE2B 40936fb78b9f01d717daac78f8b707f902d78714e5202fbb1344042c2d30a3b723f9c5b6fd982f7a5002aab65e414ba7f9bda354fec4db82ba3f03fc09663a43 SHA512 1bdb60fa4ac76ef405b55b4a7e7f07c73ccc945a3fad8635934cf83a05ae554ac1a0b64c4b55229f0bd2a3269189d3266a492b064a0338fdb2bf4dfe5c3733e4
23
24 diff --git a/dev-php/igbinary/igbinary-3.2.7.ebuild b/dev-php/igbinary/igbinary-3.2.7.ebuild
25 new file mode 100644
26 index 000000000000..3d0019054b9a
27 --- /dev/null
28 +++ b/dev-php/igbinary/igbinary-3.2.7.ebuild
29 @@ -0,0 +1,22 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +PHP_EXT_NAME="${PN}"
35 +PHP_EXT_INI="yes"
36 +PHP_EXT_ZENDEXT="no"
37 +DOCS=( CREDITS NEWS README.md )
38 +PHP_EXT_ECONF_ARGS=( --enable-${PN} )
39 +
40 +USE_PHP="php7-3 php7-4 php8-0 php8-1"
41 +
42 +inherit php-ext-source-r3
43 +
44 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
45 +
46 +DESCRIPTION="A fast drop-in replacement for the standard PHP serialize"
47 +HOMEPAGE="https://github.com/igbinary/igbinary"
48 +SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
49 +
50 +LICENSE="BSD"
51 +SLOT="0"