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 627FD158042 for ; Thu, 17 Oct 2024 07:09:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD978E07A5; Thu, 17 Oct 2024 07:09:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 97BD8E07A5 for ; Thu, 17 Oct 2024 07:09:05 +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 E0EC6342FFB for ; Thu, 17 Oct 2024 07:09:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A9301F45 for ; Thu, 17 Oct 2024 07:09:02 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1729148907.191cfff0014c3810adc3a6d64e72f2f03c5f5680.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-php/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/tree-sitter-php/Manifest dev-libs/tree-sitter-php/tree-sitter-php-0.22.5.ebuild X-VCS-Directories: dev-libs/tree-sitter-php/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 191cfff0014c3810adc3a6d64e72f2f03c5f5680 X-VCS-Branch: master Date: Thu, 17 Oct 2024 07:09:02 +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: 69a776ce-c0c1-4006-b886-31e669cffb91 X-Archives-Hash: a70d5ba154a90403a1d9f37ee6ef70ba commit: 191cfff0014c3810adc3a6d64e72f2f03c5f5680 Author: Arthur Zamarin gentoo org> AuthorDate: Thu Oct 17 07:05:57 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Oct 17 07:08:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=191cfff0 dev-libs/tree-sitter-php: drop 0.22.5 Signed-off-by: Arthur Zamarin gentoo.org> dev-libs/tree-sitter-php/Manifest | 1 - dev-libs/tree-sitter-php/tree-sitter-php-0.22.5.ebuild | 14 -------------- 2 files changed, 15 deletions(-) diff --git a/dev-libs/tree-sitter-php/Manifest b/dev-libs/tree-sitter-php/Manifest index a2a63f12bc55..fa3b5cdad4dd 100644 --- a/dev-libs/tree-sitter-php/Manifest +++ b/dev-libs/tree-sitter-php/Manifest @@ -1,2 +1 @@ -DIST tree-sitter-php-0.22.5.tar.gz 553995 BLAKE2B 63d786c34d5629181dd3a32a3f76a4fcb0c82f2c104e080e35f6f8241dcb6c35cb782510f0b09d7ef0dae295879675ee3e0a82557dd1ed4271b20aaff14079b9 SHA512 ad8492e9e371d21aa00f0a0cfa3f704042661d7f96e736dbcd44b8a1f738d9de2eed14d5be4c7fdfdea9a82256339f5e0b03bdc3f77cb185dd6c660aa8a394df DIST tree-sitter-php-0.23.2.tar.gz 580616 BLAKE2B b8055ee6b2a5104d4b4a00c45d702cb8d6479cc32c3e195c47ee8d16543f0234df703a4c33687af9a076bd10eca4166a20e16fbe44b1dba9ec45b80fb1a36275 SHA512 ed8c8fddeb6a8f5304cd7419af67a41c94f5d2ad6ee259428eb34109e8afc54a41b1076cfaabe93d311cbc53c82048b98737281816058e6be02077d086f84fe5 diff --git a/dev-libs/tree-sitter-php/tree-sitter-php-0.22.5.ebuild b/dev-libs/tree-sitter-php/tree-sitter-php-0.22.5.ebuild deleted file mode 100644 index 75450e8ef333..000000000000 --- a/dev-libs/tree-sitter-php/tree-sitter-php-0.22.5.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit tree-sitter-grammar - -DESCRIPTION="PHP grammar for Tree-sitter" -HOMEPAGE="https://github.com/tree-sitter/tree-sitter-php" -S="${WORKDIR}"/${P}/php - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64"