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: Thu, 03 Sep 2020 15:12:14
Message-Id: 1599145778.015c5dde5322763156c9ff7baa731572bb215307.whissi@gentoo
1 commit: 015c5dde5322763156c9ff7baa731572bb215307
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 3 15:09:38 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 3 15:09:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=015c5dde
7
8 dev-php/igbinary: bump to v3.1.5
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-php/igbinary/Manifest | 1 +
14 dev-php/igbinary/igbinary-3.1.5.ebuild | 26 ++++++++++++++++++++++++++
15 2 files changed, 27 insertions(+)
16
17 diff --git a/dev-php/igbinary/Manifest b/dev-php/igbinary/Manifest
18 index 569c616d971..5c20e2cabe0 100644
19 --- a/dev-php/igbinary/Manifest
20 +++ b/dev-php/igbinary/Manifest
21 @@ -1,2 +1,3 @@
22 DIST igbinary-3.1.2.tar.gz 212162 BLAKE2B c88de3abc274d0fce20a13604b51c30dcb4259a1bbfd6b6bc15abbec5b48d9c4735cd023575b9f9f2b1c81a6188676bb39032d72165eb872dc83b6daf27d16da SHA512 617442e1fc437d12666b1172ca2ae34a4d7377bff8b1d00194a159260213179e65e7e2f755a1583d2b299e3b0e90374b9021cd61ec7ac67e64018153e77af8c5
23 DIST igbinary-3.1.4.tar.gz 214469 BLAKE2B 7bdab344c4cc90a1b2e1040be20af8e8d756f63515d7ddb20f5fe56cbc5bdfe19db177c07e36ffbb8a101cedb55c175d47e8ede8bcc384b7c6c8ef7c52d3ccfc SHA512 a46f822ee77877705485c58ba5286b9b74889d51509f90d46c5d4ece82f12a15e0e7b84cdb4ddcd1b5ba2cd8177fe899232f42c82f31dbb2fbef7e3388579c3d
24 +DIST igbinary-3.1.5.tar.gz 216569 BLAKE2B 3aa453fc0669c331202f38d41a80fa34332033d272a7b6e523988923d84a1e93967e4d588ac32d4a2ac3ed5d0bc832bf0380293604f67350557628ecbcded91a SHA512 af0e473673e624635cad44a6f34aa2e4d655e8f2dc3df8a9e0cf9b241ef1f53c627edb508b5bb41c7f8925c2256a4a4d0b4c083227564212cb7747a810dfc83d
25
26 diff --git a/dev-php/igbinary/igbinary-3.1.5.ebuild b/dev-php/igbinary/igbinary-3.1.5.ebuild
27 new file mode 100644
28 index 00000000000..e50a7e5bec7
29 --- /dev/null
30 +++ b/dev-php/igbinary/igbinary-3.1.5.ebuild
31 @@ -0,0 +1,26 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +PHP_EXT_NAME="${PN}"
37 +PHP_EXT_INI="yes"
38 +PHP_EXT_ZENDEXT="no"
39 +DOCS=( CREDITS NEWS README.md )
40 +PHP_EXT_ECONF_ARGS=( --enable-${PN} )
41 +
42 +USE_PHP="php7-1 php7-2 php7-3 php7-4"
43 +
44 +inherit php-ext-source-r3
45 +
46 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
47 +
48 +DESCRIPTION="A fast drop-in replacement for the standard PHP serialize"
49 +HOMEPAGE="https://github.com/igbinary/igbinary"
50 +SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
51 +
52 +LICENSE="BSD"
53 +SLOT="0"
54 +#IUSE=""
55 +
56 +#DEPEND=""
57 +#RDEPEND=""