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 BEF1A13835C for ; Tue, 15 Jun 2021 07:11:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7B48E0894; Tue, 15 Jun 2021 07:11:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BD564E0894 for ; Tue, 15 Jun 2021 07:11:24 +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 08D52335DB1 for ; Tue, 15 Jun 2021 07:11:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 644167BF for ; Tue, 15 Jun 2021 07:11:18 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1623712183.f8b771aa95e576d1c850cec31513d0a970fd11d9.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: f8b771aa95e576d1c850cec31513d0a970fd11d9 X-VCS-Branch: master Date: Tue, 15 Jun 2021 07:11:18 +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: b782787f-25b2-40c4-9fb4-0408485a9f06 X-Archives-Hash: 8d139f5e87644d4fa27a5a54deefb865 commit: f8b771aa95e576d1c850cec31513d0a970fd11d9 Author: Alessandro Barbieri gmail com> AuthorDate: Mon Jun 14 22:51:48 2021 +0000 Commit: Andrew Ammerlaan gentoo org> 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"