From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/treesit-auto/
Date: Sun, 12 Nov 2023 06:39:53 +0000 (UTC) [thread overview]
Message-ID: <1699771133.dfa718b95f0a0212317ae96a5f52c40fe2b8c75a.sam@gentoo> (raw)
commit: dfa718b95f0a0212317ae96a5f52c40fe2b8c75a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 12 06:38:53 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 12 06:38:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfa718b9
app-emacs/treesit-auto: add 0.6.9
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emacs/treesit-auto/Manifest | 1 +
app-emacs/treesit-auto/treesit-auto-0.6.9.ebuild | 26 ++++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/app-emacs/treesit-auto/Manifest b/app-emacs/treesit-auto/Manifest
index fb8dac44737c..821a3ef797df 100644
--- a/app-emacs/treesit-auto/Manifest
+++ b/app-emacs/treesit-auto/Manifest
@@ -2,3 +2,4 @@ DIST treesit-auto-0.6.3.tar.gz 21342 BLAKE2B 291b9c5706cf0a6e329d9be12b89f7cb3b3
DIST treesit-auto-0.6.4.tar.gz 21806 BLAKE2B 7fe0ff6630e0e820be8c4e5e07559dac6f0d7321b9bd93d2ca7cb84dc2bad8d2a9ae6ab8ceb5977549b9ca428d353192ee4b4f3a925c17aa681bd645862be11a SHA512 62e0f8d1ec176c6ff57ab04c3586f8ffe45e02289bf50063210edf1be34dc27775b614724c616d3d77a946eacb73841cd56e6dc7ce64cc8f67c9825e8561f430
DIST treesit-auto-0.6.5.tar.gz 21954 BLAKE2B e48feed9698f044265de85af1a97d0650a743f84cd69925b39890e307f6085a87c1c5cc2bc5a8d2dbd94615cd1378c4ac134e496746ec4f13151bf45cb03199c SHA512 58f373d40ee5873b06e1e33a0ac5c011959d3eaceba5fba79f532791ad4066d9fa22c8a44b06baddef87db5d8be67738bf2f1ecf476aa73dc9b0d24f5e139151
DIST treesit-auto-0.6.6.tar.gz 22059 BLAKE2B 669ffe6b94f8b4cd8531961666e9407bcf5a345324c1dcf1d1adb323a1e5bfafdab120b694f490a8a083487b592fd51a46363019cdd942e0c9e692885bb0353d SHA512 db17721843f60c5c4a491739daf6e664c21c6110826ac2dbb8e2bafff26852edf01a1701e425ada2fc19b2cdc0b767bafd64fc0dea6bc78a32599f92cff4a781
+DIST treesit-auto-0.6.9.tar.gz 22620 BLAKE2B b964c6e44e9b1e8060c0b89f9851274a2182467a0f4bea4640dff84f3a706aadcb7fb99ff5e5b19e847ded2d513992ae7237d5742823cde6b0ec20f36619b1d4 SHA512 e4c299ebe9061dcd94b301a627219c7a3d046b1707db4fa3604e3343e359834c7292dadfc5e765fc4413ea0aca757022ecfb6e5c44e3fe3e321f71bf32d90d05
diff --git a/app-emacs/treesit-auto/treesit-auto-0.6.9.ebuild b/app-emacs/treesit-auto/treesit-auto-0.6.9.ebuild
new file mode 100644
index 000000000000..beed1ee70608
--- /dev/null
+++ b/app-emacs/treesit-auto/treesit-auto-0.6.9.ebuild
@@ -0,0 +1,26 @@
+# 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"
+
+DOCS=( README.org )
+SITEFILE="50${PN}-gentoo.el"
next reply other threads:[~2023-11-12 6:39 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-12 6:39 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-27 22:10 [gentoo-commits] repo/gentoo:master commit in: app-emacs/treesit-auto/ Maciej Barć
2024-11-24 15:47 Jakov Smolić
2024-10-01 15:24 Maciej Barć
2024-10-01 15:24 Maciej Barć
2024-09-11 3:37 Sam James
2024-04-04 19:01 Maciej Barć
2024-04-04 19:01 Maciej Barć
2024-02-24 21:50 Maciej Barć
2024-02-24 21:50 Maciej Barć
2024-02-18 19:56 Maciej Barć
2024-02-18 19:56 Maciej Barć
2024-01-20 20:45 Maciej Barć
2023-12-03 1:13 Sam James
2023-11-27 18:59 Maciej Barć
2023-11-12 6:39 Sam James
2023-11-04 13:55 Sam James
2023-11-02 22:11 Maciej Barć
2023-10-11 11:37 Sam James
2023-10-11 11:37 Sam James
2023-03-26 2:57 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1699771133.dfa718b95f0a0212317ae96a5f52c40fe2b8c75a.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox