From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A1BC11382C5 for ; Fri, 22 Jan 2021 15:12:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC736E0876; Fri, 22 Jan 2021 15:12:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2BF3E0876 for ; Fri, 22 Jan 2021 15:12:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9AD2034110E for ; Fri, 22 Jan 2021 15:12:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B5CB4A2 for ; Fri, 22 Jan 2021 15:12:39 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1611328355.1a93ae9341ca1858be002ef09cb9ef92bca41ef8.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-eio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-eio/pecl-eio-2.0.4.ebuild X-VCS-Directories: dev-php/pecl-eio/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 1a93ae9341ca1858be002ef09cb9ef92bca41ef8 X-VCS-Branch: master Date: Fri, 22 Jan 2021 15:12:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4434f990-a4ad-4b81-ad29-4d8bb8d81d25 X-Archives-Hash: ad4fabdf23ca9a2bf7589fdbde227495 commit: 1a93ae9341ca1858be002ef09cb9ef92bca41ef8 Author: Brian Evans gentoo org> AuthorDate: Fri Jan 22 14:38:31 2021 +0000 Commit: Brian Evans gentoo org> CommitDate: Fri Jan 22 15:12:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a93ae93 dev-php/pecl-eio: Drop old Signed-off-by: Brian Evans gentoo.org> dev-php/pecl-eio/pecl-eio-2.0.4.ebuild | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/dev-php/pecl-eio/pecl-eio-2.0.4.ebuild b/dev-php/pecl-eio/pecl-eio-2.0.4.ebuild deleted file mode 100644 index 2c0e722da89..00000000000 --- a/dev-php/pecl-eio/pecl-eio-2.0.4.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# 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 php7-3 php7-4" -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 -}