summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-02-22 15:23:19 +0100
committerThomas Deutschmann <whissi@gentoo.org>2019-02-22 15:23:19 +0100
commit97a5a678fbf653a5bc9867f3955043c883d51e31 (patch)
tree125ba693447bb3a4305062bada28e4a9fb452585 /dev-php/pecl-lzf/pecl-lzf-1.6.7.ebuild
parentdev-php/json-schema: bump to v5.2.8 (diff)
downloadgentoo-97a5a678fbf653a5bc9867f3955043c883d51e31.tar.gz
gentoo-97a5a678fbf653a5bc9867f3955043c883d51e31.tar.bz2
gentoo-97a5a678fbf653a5bc9867f3955043c883d51e31.zip
dev-php/pecl-lzf: bump to v1.6.7
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-php/pecl-lzf/pecl-lzf-1.6.7.ebuild')
-rw-r--r--dev-php/pecl-lzf/pecl-lzf-1.6.7.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-php/pecl-lzf/pecl-lzf-1.6.7.ebuild b/dev-php/pecl-lzf/pecl-lzf-1.6.7.ebuild
new file mode 100644
index 000000000000..042a510621e4
--- /dev/null
+++ b/dev-php/pecl-lzf/pecl-lzf-1.6.7.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PHP_EXT_NAME="lzf"
+PHP_EXT_PECL_PKG="LZF"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+USE_PHP="php5-6 php7-1 php7-2 php7-3"
+
+inherit php-ext-pecl-r3
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="This package handles LZF de/compression"
+LICENSE="PHP-3"
+SLOT="0"
+IUSE=""