summaryrefslogtreecommitdiff
path: root/dev-php/igbinary
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-10-13 22:19:36 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-10-14 23:22:23 +0100
commit4b19be30aa626b327c885dae62c559ec0e9fb935 (patch)
tree76e74807bc479502e13866b581b6bf86734ec634 /dev-php/igbinary
parent30d6f67c98d149508509d5e86f176d558793acc0 (diff)
gentoo resync : 13.10.2019
Diffstat (limited to 'dev-php/igbinary')
-rw-r--r--dev-php/igbinary/Manifest1
-rw-r--r--dev-php/igbinary/igbinary-3.0.1-r1.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-php/igbinary/Manifest b/dev-php/igbinary/Manifest
index 1fe3a2e08340..0c771737fc96 100644
--- a/dev-php/igbinary/Manifest
+++ b/dev-php/igbinary/Manifest
@@ -1,5 +1,6 @@
DIST igbinary-2.0.8.tar.gz 189726 BLAKE2B c4691cda07095c3907fc1caf86b1ba5a066a4d3cc4ca7274b9c825e1dd299ec6240bd703152510428cff8b7ca59571bc478a8679033c6fb852e54bae697d3180 SHA512 0161e05b246a3b749213fffafd74265e337fc657ea5e1390507a48865e9434aa3ac7e73bd9d04bfef0d8ceeae222a95cb9490d4705ad2b4607b3eaf2d05962c6
DIST igbinary-3.0.1.tar.gz 170957 BLAKE2B 2250ef228b059d5d87615412ffae3242cd757df25dc9a1bfe2a4d1dc33a417a4389abb2ab613359537a6ee3947526caded0ec584049e3d42669532b4a930afc9 SHA512 4930670ecdc1796fa73184e8f12bf570f7b1a43cb422cede056ccd1ca28fc950b00a9418519c59a9c07e346a89153b6b105e873fcfccb1365d43d4abf98804da
EBUILD igbinary-2.0.8.ebuild 594 BLAKE2B f02be79165c82a0d047be04c6dbd3444e09cf6c936b8cbcbfe27a3e4ea47c4cb924c713148a0d1472ebf533823d33f2ab66874a1c962129233e2effbe6702de2 SHA512 9438e82b05b08b1b998fdefa084f1fbf30da0330fb8a4c61ff98a601b454d9a8daeac9597d8d6015ebeb57f6883b22c12feb89d9c43381f5997471eb16c49e6f
+EBUILD igbinary-3.0.1-r1.ebuild 592 BLAKE2B d92cca52b5487c24097738862bf236f25fef325eb8e9ab3f3e87b5b2cee0d8ec1d03c7a4ec8ea687d6b31310af7f5272340556b58b5facf49b994cfddd891a7f SHA512 56c069c778da0698df58f8edbaa2753185108535344c4dd53e236a2c96a98b5caee72353447d6c2cd23bcdf0a7c0d9ea44622f88ef1b19eed5c619cd0a72996d
EBUILD igbinary-3.0.1.ebuild 580 BLAKE2B 83b2a011041ed6519b749d12003056b91a99c7a16c918e9f39ff96b1dc3c22231f8ec36d5dc6babe8d83ec7640d97c80b35be3f595235c6e6537d2e047e11d19 SHA512 ca1c80f61cb14c4e07578a3bccbcd8dca0fec70879a56086ce2fcbb10c5564184bf13feb34b687303bacd44cc98362011876fc3a18f03f03b708f5b6c96080ab
MISC metadata.xml 331 BLAKE2B 4187300236aa128879679c7cb4a8ddfa19dfd512a76466e835224c30323f2fafd55189228bdced507ababd5b90f561f6bb44c1554392eb0682b6ba5c7a20b681 SHA512 86f467f549b36915940e45a4e151742f2925293106dd3da2958e6153aaa8fed378b2eb563bf69da0d38101409858a4abe308f608bd94de6b4517daf9da092405
diff --git a/dev-php/igbinary/igbinary-3.0.1-r1.ebuild b/dev-php/igbinary/igbinary-3.0.1-r1.ebuild
new file mode 100644
index 000000000000..34cd861a88b5
--- /dev/null
+++ b/dev-php/igbinary/igbinary-3.0.1-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 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 ~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=""