Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/igbinary/
Date: Sun, 25 Apr 2021 15:30:16
Message-Id: 1619364609.983df9a61ae70fc64da9e3bc264d4b092da70342.whissi@gentoo
1 commit: 983df9a61ae70fc64da9e3bc264d4b092da70342
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 25 15:26:43 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 25 15:30:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=983df9a6
7
8 dev-php/igbinary: bump to v3.2.2
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-php/igbinary/Manifest | 1 +
14 dev-php/igbinary/igbinary-3.2.2.ebuild | 22 ++++++++++++++++++++++
15 2 files changed, 23 insertions(+)
16
17 diff --git a/dev-php/igbinary/Manifest b/dev-php/igbinary/Manifest
18 index 99d8c023c3d..6bc3d878a38 100644
19 --- a/dev-php/igbinary/Manifest
20 +++ b/dev-php/igbinary/Manifest
21 @@ -1,3 +1,4 @@
22 DIST igbinary-3.1.5.tar.gz 216569 BLAKE2B 3aa453fc0669c331202f38d41a80fa34332033d272a7b6e523988923d84a1e93967e4d588ac32d4a2ac3ed5d0bc832bf0380293604f67350557628ecbcded91a SHA512 af0e473673e624635cad44a6f34aa2e4d655e8f2dc3df8a9e0cf9b241ef1f53c627edb508b5bb41c7f8925c2256a4a4d0b4c083227564212cb7747a810dfc83d
23 DIST igbinary-3.1.6.tar.gz 220415 BLAKE2B 62bc77d5b3ecbccb9e928e30f33a598630d3ee9f394f4e78c0978b316d4dbc29656f98773e9ff6bd6b9cd4961f4e00c6c760b1a07234849736d4e0d9e3199d5b SHA512 55f7fd1a6e2a422cf04e944c4c15126167c4aab6d4f5f1e6af8be6c345ec6ff0c25d7ea8c023062bdd4882484cede155ea7a598666e4616985873a32a0a272d1
24 DIST igbinary-3.2.1.tar.gz 227265 BLAKE2B 4eda60b49a2f1e3e822a0fbff8f23cd546517a51193f0f4f2d4646f99888552aad1877f80a67f0d655e0a51771c539efe5b0d8b5c8ce7d88c8403305dc7570df SHA512 fdab404eb6ab8e64c0d3b92c1c12e796a182a90084acc78a31a31dece62075d310d298c545d149d10b188f0467108a0429ee750747e073fa7fba752162b64eb4
25 +DIST igbinary-3.2.2.tar.gz 242955 BLAKE2B 479f1b79c84b3979659a1d596f78345e6c75e9444971b547e8f1a3fe9b4aec3ba321d7a325b734f069fb1d4cb0b5c4ea5ae6586d5e50026698dc6aaa2e972bbd SHA512 d9fd460e6d62c8ca86de0e99681714ae45b2f7c66ff76279cd376582f9e8e932e8fa0ee37c25fde82390643a543fefc3ba5cbf181d5ffa31a3ab8301c092e0ff
26
27 diff --git a/dev-php/igbinary/igbinary-3.2.2.ebuild b/dev-php/igbinary/igbinary-3.2.2.ebuild
28 new file mode 100644
29 index 00000000000..a4b536d340b
30 --- /dev/null
31 +++ b/dev-php/igbinary/igbinary-3.2.2.ebuild
32 @@ -0,0 +1,22 @@
33 +# Copyright 1999-2021 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +PHP_EXT_NAME="${PN}"
38 +PHP_EXT_INI="yes"
39 +PHP_EXT_ZENDEXT="no"
40 +DOCS=( CREDITS NEWS README.md )
41 +PHP_EXT_ECONF_ARGS=( --enable-${PN} )
42 +
43 +USE_PHP="php7-3 php7-4 php8-0"
44 +
45 +inherit php-ext-source-r3
46 +
47 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
48 +
49 +DESCRIPTION="A fast drop-in replacement for the standard PHP serialize"
50 +HOMEPAGE="https://github.com/igbinary/igbinary"
51 +SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
52 +
53 +LICENSE="BSD"
54 +SLOT="0"