dev-php/pecl-dio: Version bump to 0.1.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
Brian Evans
2017-04-21 09:28:53 -04:00
parent 642cb1777f
commit 1749130e28
2 changed files with 25 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST dio-0.0.9.tgz 36688 SHA256 2c80b63fbbbaead856cb468955c14dc328d1262621b0c704b122d902053c8156 SHA512 7bca34a50a1c6cc1f28f47e62392d5a71bccf2783e12f510cc0101949c68d753650e19dbf9ef8172ba23c02680d30959791738353d89762f806ac7ae72a20058 WHIRLPOOL ed6d1947ec9b0fe1721648727467c5d726bfca0c0e362afa5e6170a51cbe5dbea67bb0a54fb01219581295689f4c5d0b6626772bfae4378bda72b5f8ae6452fc
DIST dio-0.1.0.tgz 36960 SHA256 aab985e374604379d99c9c93207f2c2959ff141740d1a648c0fbd07e0e08a73e SHA512 6fca1c3f2d6247f5e0c52a27b49d80a6d13f9630772956ff7aa73ad45e445686502edd956346c43955cb2f858c0c0259af86c3f92b6f93309a2b90583ad8ea05 WHIRLPOOL 30a1bc11a224572611fb8562bbc28dca5dbc2eaecacf41df3c6f5eba312c0c0a9c180d5745f945191ba7b8b7f6ee8dae8fb32438c4ff998edb6527c65a632045

View 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="dio"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
USE_PHP="php5-6 php7-0 php7-1"
MY_PV=${PV/_rc/RC}
PHP_EXT_S="${WORKDIR}/${PN/pecl-/}-${MY_PV}"
inherit php-ext-pecl-r3
KEYWORDS="~amd64 ~x86"
DESCRIPTION="Direct I/O functions for PHP"
LICENSE="PHP-3.01"
SLOT="0"
IUSE=""
S="${PHP_EXT_S}"