summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Smith <matthew@gentoo.org>2023-10-08 12:17:20 +0100
committerMatthew Smith <matthew@gentoo.org>2023-10-08 12:25:17 +0100
commit437ed7fdfb1188e0314f800b5499099720945eac (patch)
tree54a3152773491b243aa6fd7e0765acad4341b456 /dev-libs/tree-sitter-bash/tree-sitter-bash-0.20.4.ebuild
parentpackage.mask: Last rite app-admin/qpage (diff)
downloadgentoo-437ed7fdfb1188e0314f800b5499099720945eac.tar.gz
gentoo-437ed7fdfb1188e0314f800b5499099720945eac.tar.bz2
gentoo-437ed7fdfb1188e0314f800b5499099720945eac.zip
dev-libs/tree-sitter-bash: fix SRC_URI
TS_PV meant that the old version was still used after the version bump. Fixes: 184a1048e77f12b73a5b3ded572a2351220f1fdf Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'dev-libs/tree-sitter-bash/tree-sitter-bash-0.20.4.ebuild')
-rw-r--r--dev-libs/tree-sitter-bash/tree-sitter-bash-0.20.4.ebuild15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-libs/tree-sitter-bash/tree-sitter-bash-0.20.4.ebuild b/dev-libs/tree-sitter-bash/tree-sitter-bash-0.20.4.ebuild
deleted file mode 100644
index edaa7b13cf13..000000000000
--- a/dev-libs/tree-sitter-bash/tree-sitter-bash-0.20.4.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-TS_PV="fd4e40dab883d6456da4d847de8321aee9c80805"
-
-inherit tree-sitter-grammar
-
-DESCRIPTION="Bash grammar for Tree-sitter"
-HOMEPAGE="https://github.com/tree-sitter/tree-sitter-bash"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"