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 9C5071382C5 for ; Mon, 14 Jun 2021 23:09:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EADE3E09EF; Mon, 14 Jun 2021 23:09:51 +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 D338DE09EF for ; Mon, 14 Jun 2021 23:09:51 +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 CB23E340E79 for ; Mon, 14 Jun 2021 23:09:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 170447BC for ; Mon, 14 Jun 2021 23:09:47 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1623712183.f8b771aa95e576d1c850cec31513d0a970fd11d9.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-php/pecl-inotify/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-php/pecl-inotify/Manifest dev-php/pecl-inotify/pecl-inotify-2.0.0.ebuild X-VCS-Directories: dev-php/pecl-inotify/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: f8b771aa95e576d1c850cec31513d0a970fd11d9 X-VCS-Branch: dev Date: Mon, 14 Jun 2021 23:09:47 +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: 6db9057c-c4e3-4885-9877-fdc5b6458867 X-Archives-Hash: fc12a6c1633a31f4db652f70b40ea78d commit: f8b771aa95e576d1c850cec31513d0a970fd11d9 Author: Alessandro Barbieri gmail com> AuthorDate: Mon Jun 14 22:51:48 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Mon Jun 14 23:09:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f8b771aa dev-php/pecl-inotify: drop 2.0.0 Signed-off-by: Alessandro Barbieri gmail.com> dev-php/pecl-inotify/Manifest | 1 - dev-php/pecl-inotify/pecl-inotify-2.0.0.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/dev-php/pecl-inotify/Manifest b/dev-php/pecl-inotify/Manifest index 1437c9b47..0235ed6eb 100644 --- a/dev-php/pecl-inotify/Manifest +++ b/dev-php/pecl-inotify/Manifest @@ -1,2 +1 @@ -DIST inotify-2.0.0.tgz 8836 BLAKE2B ac0005f3f755bdb3ac1137f903ecf67b14adddf4895d02fcba42bd268eda8bdf2270b4183cf60d5b8ecc0078b6a660dda76a43cdb4f78352b805d0fdc4972ac8 SHA512 0547fdafd8177d41c2a92251cd85f046959ec8594236dc3d14396df0119a78cc6811973b641b95d1036b4325f9e97f0f9e9b181ae1dea79fc343f01777b6966d DIST inotify-3.0.0.tgz 8455 BLAKE2B 3dd39239b00b7536e84f0d63e6a69320b0f4864d7ff4b5856cffc4ae649f07bf5ae90b7635628a94575281ae11162e451c311ffb14bd16e0bd6e98bea74af4c6 SHA512 f8b29f8611f16b92136ab8de89181c254bba1abee1e61cac2344440567a3155aae4b9b54b10fdb1b0254fd7a96da8c14b7dc5c9f7f08a03db30ab1645aca1eee diff --git a/dev-php/pecl-inotify/pecl-inotify-2.0.0.ebuild b/dev-php/pecl-inotify/pecl-inotify-2.0.0.ebuild deleted file mode 100644 index abc8f8e8f..000000000 --- a/dev-php/pecl-inotify/pecl-inotify-2.0.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 2019-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -PHP_EXT_NAME="inotify" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -PHP_EXT_PECL_FILENAME="inotify-${PV}.tgz" - -USE_PHP="php7-3" - -inherit php-ext-pecl-r3 - -KEYWORDS="~amd64" - -DESCRIPTION="Inotify binding for PHP" -HOMEPAGE="https://pecl.php.net/package/inotify" -LICENSE="PHP-3" -SLOT="0/2"