mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-php/pecl-eio: Version bump including php 7.1 support
Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST eio-2.0.1.tgz 73968 SHA256 e51e37a0434e8188f09b5267b94c1ab2c2f4e03b0314b5a6f14c8bcef7b8bf66 SHA512 29a85d4eec658003432ff3e5e84d58a3c4aaeb9724d88ca7941e35856dd2f498ae37223c929b4f7012eac69576b40bf88fb0c2e45f850af04bfefa2140d7d593 WHIRLPOOL bc519601862009b50099c4efb8c4bb0a8b66fd1117c8a457566ddc9a124fbd2888d98b80010754f0ee3f8a2902a4fe9f100cfa4e323c662b95768c1c0d62ae5f
|
||||
DIST eio-2.0.2.tgz 74005 SHA256 f29afa184cd0d410e14b652d7af24f454d77f831cc95b4754dd1b1d5db8a8bcc SHA512 9b5ab80e6a76a1a2e99dfa641b404d0b52cd79b54267a8ded622930b4cc99f3ba1e39a70fc2d8f5c4ed50fbd67d97bc78655cd17958f0c8a2314b3b6ac1c6384 WHIRLPOOL 31766d1e847a13a35fd657d150a42f6168efb97edc000b69049b7e011633032b8daf009e1badb08c8c9b9033a39b45f78516bb2c3220e17f34bf98a19468e785
|
||||
|
||||
24
dev-php/pecl-eio/pecl-eio-2.0.2.ebuild
Normal file
24
dev-php/pecl-eio/pecl-eio-2.0.2.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
PHP_EXT_NAME="eio"
|
||||
PHP_EXT_INI="yes"
|
||||
PHP_EXT_ZENDEXT="no"
|
||||
DOCS=( README.md )
|
||||
|
||||
USE_PHP="php5-6 php7-0 php7-1"
|
||||
inherit php-ext-pecl-r3
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
LICENSE="PHP-3.01"
|
||||
|
||||
DESCRIPTION="PHP wrapper for libeio library"
|
||||
LICENSE="PHP-3"
|
||||
SLOT="0"
|
||||
IUSE="debug"
|
||||
|
||||
src_configure() {
|
||||
local PHP_EXT_ECONF_ARGS="--with-eio $(use_enable debug eio-debug)"
|
||||
php-ext-source-r3_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user