dev-php/pecl-eio: Drop old
authorBrian Evans <grknight@gentoo.org>
Tue, 5 May 2020 01:16:05 +0000 (21:16 -0400)
committerBrian Evans <grknight@gentoo.org>
Tue, 5 May 2020 01:16:05 +0000 (21:16 -0400)
Signed-off-by: Brian Evans <grknight@gentoo.org>
dev-php/pecl-eio/Manifest
dev-php/pecl-eio/pecl-eio-2.0.2-r1.ebuild [deleted file]

index 6d123d5ad82532d3a9e9a7342b39b49ac4f1e57c..a7cfe5a8314e8cb5fb6ec41d2f104b14fd234ffa 100644 (file)
@@ -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 (file)
index ed19c8d..0000000
+++ /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
-}