From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1727647-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(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 3E0D81584F2
	for <garchives@archives.gentoo.org>; Fri, 14 Mar 2025 06:35:24 +0000 (UTC)
Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189])
	(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)
	(Authenticated sender: relay-lists.gentoo.org@gentoo.org)
	by smtp.gentoo.org (Postfix) with ESMTPSA id 2AC213430E4
	for <garchives@archives.gentoo.org>; Fri, 14 Mar 2025 06:35:24 +0000 (UTC)
Received: from bobolink.gentoo.org (localhost [127.0.0.1])
	by bobolink.gentoo.org (Postfix) with ESMTP id A1438110471;
	Fri, 14 Mar 2025 06:35:03 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(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 bobolink.gentoo.org (Postfix) with ESMTPS id 8F9A6110471
	for <gentoo-commits@lists.gentoo.org>; Fri, 14 Mar 2025 06:35:03 +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 48896343097
	for <gentoo-commits@lists.gentoo.org>; Fri, 14 Mar 2025 06:35:03 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B82AB289B
	for <gentoo-commits@lists.gentoo.org>; Fri, 14 Mar 2025 06:35:00 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1741934019.70a02a593a779500c04b07787320736a7bf42c3c.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-yaz/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-php/pecl-yaz/pecl-yaz-1.2.4.ebuild
X-VCS-Directories: dev-php/pecl-yaz/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 70a02a593a779500c04b07787320736a7bf42c3c
X-VCS-Branch: master
Date: Fri, 14 Mar 2025 06:35:00 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 43847535-b392-42e9-a35c-0912ef83f310
X-Archives-Hash: 191e9dfa1079707f5f65d58998ffd158

commit:     70a02a593a779500c04b07787320736a7bf42c3c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 14 06:30:05 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 14 06:33:39 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70a02a59

dev-php/pecl-yaz: drop 1.2.4

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-php/pecl-yaz/pecl-yaz-1.2.4.ebuild | 30 ------------------------------
 1 file changed, 30 deletions(-)

diff --git a/dev-php/pecl-yaz/pecl-yaz-1.2.4.ebuild b/dev-php/pecl-yaz/pecl-yaz-1.2.4.ebuild
deleted file mode 100644
index a3803a5fd1f2..000000000000
--- a/dev-php/pecl-yaz/pecl-yaz-1.2.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PHP_EXT_NAME="yaz"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS=( README )
-
-USE_PHP="php8-1 php8-2"
-
-inherit php-ext-pecl-r3
-
-KEYWORDS="amd64 arm ~hppa ~ppc64 ~s390 ~sparc x86"
-
-DESCRIPTION="This extension implements a Z39.50 client for PHP using the YAZ toolkit"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=dev-libs/yaz-3.0.2:0="
-RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-# Needs network access to z3950.indexdata.com
-PROPERTIES="test_network"
-RESTRICT="test"
-
-PHP_EXT_ECONF_ARGS="--with-yaz=/usr"