diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-10-09 00:43:47 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-10-09 00:53:16 +0200 |
commit | af3a652993844c6c2e0abf82c540b58eb832ad34 (patch) | |
tree | 83b2869eb7684515be9589b8b087271953ee3d98 /dev-php/igbinary | |
parent | acct-group/sks: sks -> SKS (diff) | |
download | gentoo-af3a652993844c6c2e0abf82c540b58eb832ad34.tar.gz gentoo-af3a652993844c6c2e0abf82c540b58eb832ad34.tar.bz2 gentoo-af3a652993844c6c2e0abf82c540b58eb832ad34.zip |
dev-php/igbinary: bump to v3.1.6
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-php/igbinary')
-rw-r--r-- | dev-php/igbinary/Manifest | 1 | ||||
-rw-r--r-- | dev-php/igbinary/igbinary-3.1.6.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-php/igbinary/Manifest b/dev-php/igbinary/Manifest index 225fc5f7549d..efeea76c2b45 100644 --- a/dev-php/igbinary/Manifest +++ b/dev-php/igbinary/Manifest @@ -1 +1,2 @@ DIST igbinary-3.1.5.tar.gz 216569 BLAKE2B 3aa453fc0669c331202f38d41a80fa34332033d272a7b6e523988923d84a1e93967e4d588ac32d4a2ac3ed5d0bc832bf0380293604f67350557628ecbcded91a SHA512 af0e473673e624635cad44a6f34aa2e4d655e8f2dc3df8a9e0cf9b241ef1f53c627edb508b5bb41c7f8925c2256a4a4d0b4c083227564212cb7747a810dfc83d +DIST igbinary-3.1.6.tar.gz 220415 BLAKE2B 62bc77d5b3ecbccb9e928e30f33a598630d3ee9f394f4e78c0978b316d4dbc29656f98773e9ff6bd6b9cd4961f4e00c6c760b1a07234849736d4e0d9e3199d5b SHA512 55f7fd1a6e2a422cf04e944c4c15126167c4aab6d4f5f1e6af8be6c345ec6ff0c25d7ea8c023062bdd4882484cede155ea7a598666e4616985873a32a0a272d1 diff --git a/dev-php/igbinary/igbinary-3.1.6.ebuild b/dev-php/igbinary/igbinary-3.1.6.ebuild new file mode 100644 index 000000000000..e50a7e5bec71 --- /dev/null +++ b/dev-php/igbinary/igbinary-3.1.6.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PHP_EXT_NAME="${PN}" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS=( CREDITS NEWS README.md ) +PHP_EXT_ECONF_ARGS=( --enable-${PN} ) + +USE_PHP="php7-1 php7-2 php7-3 php7-4" + +inherit php-ext-source-r3 + +KEYWORDS="~amd64 ~arm ~arm64 ~x86" + +DESCRIPTION="A fast drop-in replacement for the standard PHP serialize" +HOMEPAGE="https://github.com/igbinary/igbinary" +SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +#IUSE="" + +#DEPEND="" +#RDEPEND="" |