From: Brian Evans Date: Tue, 5 May 2020 01:16:05 +0000 (-0400) Subject: dev-php/pecl-eio: Drop old X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=46a645015e0bd1389cbc144c7e1d99a79cf23122;p=gentoo.git dev-php/pecl-eio: Drop old Signed-off-by: Brian Evans --- diff --git a/dev-php/pecl-eio/Manifest b/dev-php/pecl-eio/Manifest index 6d123d5ad825..a7cfe5a8314e 100644 --- a/dev-php/pecl-eio/Manifest +++ b/dev-php/pecl-eio/Manifest @@ -1,2 +1 @@ -DIST eio-2.0.2.tgz 74005 BLAKE2B e09f540753f2c607b95de9c3f390fc0c31ad2a34fda99aac86f057b2e664e49aded0b5f3e491138af60d00828ee9ff13f09958177e9cfed2b254473b1f814da9 SHA512 9b5ab80e6a76a1a2e99dfa641b404d0b52cd79b54267a8ded622930b4cc99f3ba1e39a70fc2d8f5c4ed50fbd67d97bc78655cd17958f0c8a2314b3b6ac1c6384 DIST eio-2.0.4.tgz 74118 BLAKE2B 0228f0ca91ed6410614242e7ea1ddadaa1d1aa8211b3ea6f730c0711e4339bc158d661c5addee685d750a51e654874d35a04cf011d2a02ad06ab3f249b893753 SHA512 a74464752af5792c527b9149a7edff574952cac0b5b09e1e7ff3b7c0a2cc88ab171d916d94d508b9f92aa40bd5262a5b9f8d4ba239908f13ebcb89c6513da4d0 diff --git a/dev-php/pecl-eio/pecl-eio-2.0.2-r1.ebuild b/dev-php/pecl-eio/pecl-eio-2.0.2-r1.ebuild deleted file mode 100644 index ed19c8deb059..000000000000 --- a/dev-php/pecl-eio/pecl-eio-2.0.2-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2018 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 php7-2" -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 -}