diff options
author | 2024-09-04 22:32:25 -0400 | |
---|---|---|
committer | 2024-09-06 13:31:16 +0300 | |
commit | f1b482eeabb921bf18f131616713c0086aeed8db (patch) | |
tree | 63af999ba5c8ebdf803e0611198a449484f2edd1 /dev-libs/tree-sitter-php/tree-sitter-php-0.22.4.ebuild | |
parent | dev-libs/tree-sitter-ocaml: Drop old versions (diff) | |
download | gentoo-f1b482eeabb921bf18f131616713c0086aeed8db.tar.gz gentoo-f1b482eeabb921bf18f131616713c0086aeed8db.tar.bz2 gentoo-f1b482eeabb921bf18f131616713c0086aeed8db.zip |
dev-libs/tree-sitter-php: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/tree-sitter-php/tree-sitter-php-0.22.4.ebuild')
-rw-r--r-- | dev-libs/tree-sitter-php/tree-sitter-php-0.22.4.ebuild | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-libs/tree-sitter-php/tree-sitter-php-0.22.4.ebuild b/dev-libs/tree-sitter-php/tree-sitter-php-0.22.4.ebuild deleted file mode 100644 index 75450e8ef333..000000000000 --- a/dev-libs/tree-sitter-php/tree-sitter-php-0.22.4.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" |