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 9C5B6138350 for ; Tue, 5 May 2020 01:25:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79221E089D; Tue, 5 May 2020 01:25:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 63DF6E089D for ; Tue, 5 May 2020 01:25:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0F82A34F618 for ; Tue, 5 May 2020 01:25:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F2111F5 for ; Tue, 5 May 2020 01:25:54 +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: <1588641365.46a645015e0bd1389cbc144c7e1d99a79cf23122.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/Manifest dev-php/pecl-eio/pecl-eio-2.0.2-r1.ebuild X-VCS-Directories: dev-php/pecl-eio/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 46a645015e0bd1389cbc144c7e1d99a79cf23122 X-VCS-Branch: master Date: Tue, 5 May 2020 01:25:54 +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: 610def13-3cbd-4763-a9a5-8eb1e01acb9c X-Archives-Hash: 76ded39ed46d9500020d08f7e2b6818a commit: 46a645015e0bd1389cbc144c7e1d99a79cf23122 Author: Brian Evans gentoo org> AuthorDate: Tue May 5 01:16:05 2020 +0000 Commit: Brian Evans gentoo org> CommitDate: Tue May 5 01:16:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46a64501 dev-php/pecl-eio: Drop old Signed-off-by: Brian Evans gentoo.org> dev-php/pecl-eio/Manifest | 1 - dev-php/pecl-eio/pecl-eio-2.0.2-r1.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/dev-php/pecl-eio/Manifest b/dev-php/pecl-eio/Manifest index 6d123d5ad82..a7cfe5a8314 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 ed19c8deb05..00000000000 --- 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 -}