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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E5BB9158089 for ; Wed, 11 Oct 2023 11:37:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C53C32BC050; Wed, 11 Oct 2023 11:37:58 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A78372BC050 for ; Wed, 11 Oct 2023 11:37: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A232B335C5D for ; Wed, 11 Oct 2023 11:37:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBBD310E0 for ; Wed, 11 Oct 2023 11:37:55 +0000 (UTC) From: "Sam James" 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" Message-ID: <1697024247.cfa01cfb12af31e1a18c4f054e2eb3880ad562ec.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/treesit-auto/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/treesit-auto/Manifest app-emacs/treesit-auto/treesit-auto-0.6.4.ebuild X-VCS-Directories: app-emacs/treesit-auto/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cfa01cfb12af31e1a18c4f054e2eb3880ad562ec X-VCS-Branch: master Date: Wed, 11 Oct 2023 11:37:55 +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: 48c5c275-e57c-40f6-8e2f-bc460ea2705c X-Archives-Hash: d67be6e0d284c4ba8893aebf3983c61e commit: cfa01cfb12af31e1a18c4f054e2eb3880ad562ec Author: Sam James gentoo org> AuthorDate: Wed Oct 11 11:37:27 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 11 11:37:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfa01cfb app-emacs/treesit-auto: add 0.6.4 Signed-off-by: Sam James gentoo.org> app-emacs/treesit-auto/Manifest | 1 + app-emacs/treesit-auto/treesit-auto-0.6.4.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/app-emacs/treesit-auto/Manifest b/app-emacs/treesit-auto/Manifest index 64b8c6ac71e5..75d852288603 100644 --- a/app-emacs/treesit-auto/Manifest +++ b/app-emacs/treesit-auto/Manifest @@ -1 +1,2 @@ DIST treesit-auto-0.6.3.tar.gz 21342 BLAKE2B 291b9c5706cf0a6e329d9be12b89f7cb3b3c9eed7792bec0b0842785a167f053cac3672516adeefc09a81eb7126f7cee8b63810271566dcc93bd6b04ad41f0c5 SHA512 d4dfc081aa632b4582a91c99103afb9ffd11db56d58fa3a9d6693372b640b163d08bd3a2ce7cb384600357dddee02f6c0a73bf940fd4117f01f70811a311d140 +DIST treesit-auto-0.6.4.tar.gz 21806 BLAKE2B 7fe0ff6630e0e820be8c4e5e07559dac6f0d7321b9bd93d2ca7cb84dc2bad8d2a9ae6ab8ceb5977549b9ca428d353192ee4b4f3a925c17aa681bd645862be11a SHA512 62e0f8d1ec176c6ff57ab04c3586f8ffe45e02289bf50063210edf1be34dc27775b614724c616d3d77a946eacb73841cd56e6dc7ce64cc8f67c9825e8561f430 diff --git a/app-emacs/treesit-auto/treesit-auto-0.6.4.ebuild b/app-emacs/treesit-auto/treesit-auto-0.6.4.ebuild new file mode 100644 index 000000000000..568eeea9b6f6 --- /dev/null +++ b/app-emacs/treesit-auto/treesit-auto-0.6.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +NEED_EMACS=29 +inherit elisp + +DESCRIPTION="Automatic installation, usage, fallback for tree-sitter modes in Emacs 29" +HOMEPAGE="https://github.com/renzmann/treesit-auto" + +if [[ ${PV} == *_p* ]] ; then + MY_COMMIT="" + SRC_URI="https://github.com/renzmann/treesit-auto/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}"/${PN}-${MY_COMMIT} +else + SRC_URI="https://github.com/renzmann/treesit-auto/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +fi + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +SITEFILE="50${PN}-gentoo.el"