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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8772C158042 for ; Sun, 10 Nov 2024 01:58:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A16DBE08FA; Sun, 10 Nov 2024 01:58:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8BEE5E08FA for ; Sun, 10 Nov 2024 01:58:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77A3E335D77 for ; Sun, 10 Nov 2024 01:58:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D57318DD for ; Sun, 10 Nov 2024 01:58:56 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1731203915.db7f60d4b5fcdafeb4976dfb924bdb073408ef7b.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-dio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-dio/Manifest dev-php/pecl-dio/pecl-dio-0.2.0-r1.ebuild X-VCS-Directories: dev-php/pecl-dio/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: db7f60d4b5fcdafeb4976dfb924bdb073408ef7b X-VCS-Branch: master Date: Sun, 10 Nov 2024 01:58:56 +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: 8a63f0ab-95c5-4947-96e7-9967890662c3 X-Archives-Hash: 377df42508e08cc707e03579fda11e8e commit: db7f60d4b5fcdafeb4976dfb924bdb073408ef7b Author: Michael Orlitzky gentoo org> AuthorDate: Sun Nov 10 01:58:35 2024 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sun Nov 10 01:58:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db7f60d4 dev-php/pecl-dio: drop 0.2.0-r1 Signed-off-by: Michael Orlitzky gentoo.org> dev-php/pecl-dio/Manifest | 1 - dev-php/pecl-dio/pecl-dio-0.2.0-r1.ebuild | 19 ------------------- 2 files changed, 20 deletions(-) diff --git a/dev-php/pecl-dio/Manifest b/dev-php/pecl-dio/Manifest index bb44dcb20c6b..c2c294bd89f1 100644 --- a/dev-php/pecl-dio/Manifest +++ b/dev-php/pecl-dio/Manifest @@ -1,2 +1 @@ -DIST dio-0.2.0.tgz 37328 BLAKE2B e7ad6be1a4c957c155753e834d79f51b985578a03781ddbc66f05961dc270d58b20abcc74c64a0e9744d5cfbb6e545c1a7ac2bc1d54009c74f26bf786587ef49 SHA512 172c2a2a84d348d684d84ca94f23b767952461ca848cd114e899ea3fd39503a35ac0624a2a774b9dc6fd2d463d3f6aa6937e780e2faa6a0955a8594aad27ec8b DIST dio-0.2.1.tgz 37004 BLAKE2B 5988e7fbbb26f904ed8f651bb3499afdd444fce7408d76fd62a8bf74b5a035006ecb9b23fdcf85cb42885976c7f39c9b2480578e3bfa56ad9ab972dcda481124 SHA512 ed40ae3a950410e65a15c893a90d16da7f152c73e92623b68706b942c42f27e01a799134cb4b464d09f6e99c35d80e634ba662a20c7c9bc7f27ca2515c392abf diff --git a/dev-php/pecl-dio/pecl-dio-0.2.0-r1.ebuild b/dev-php/pecl-dio/pecl-dio-0.2.0-r1.ebuild deleted file mode 100644 index 73da4af902e8..000000000000 --- a/dev-php/pecl-dio/pecl-dio-0.2.0-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -PHP_EXT_NAME="dio" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -USE_PHP="php8-1" - -inherit php-ext-pecl-r3 - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="Direct I/O functions for PHP" -LICENSE="PHP-3.01" -SLOT="0" -IUSE=""