commit: 0e9948acfec4e510f5f07d5463dc1da8a840cf23 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Tue Oct 1 14:20:28 2024 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Tue Oct 1 15:24:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e9948ac
app-emacs/treesit-auto: bump to 1.0.7 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/treesit-auto/Manifest | 1 + app-emacs/treesit-auto/treesit-auto-1.0.7.ebuild | 38 ++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/app-emacs/treesit-auto/Manifest b/app-emacs/treesit-auto/Manifest index ca4418b7fabe..817eb37ece20 100644 --- a/app-emacs/treesit-auto/Manifest +++ b/app-emacs/treesit-auto/Manifest @@ -1 +1,2 @@ DIST treesit-auto-1.0.5.tar.gz 25069 BLAKE2B f565b49a9c929064ab6686a4fac1694aa197460579f5ee8c6304f002c5b18cb815bab7fab3a65fde069b402feb24754d4b66592ac6f32c4e7a9be42fb2493204 SHA512 c66d173304f0e9c09c5ee3c1c248192d06dff12da72676af7de481f6248eab714e0f6c7e69aa6b73a399422238d1c12676749d60c351214968977fabf24c70dd +DIST treesit-auto-1.0.7.tar.gz 25211 BLAKE2B d546c96a00203363c9ed21f15f5abf19a1acec51a13ec58196a027d60536876cc8be9b9c8c4c886cb3b4f482fa8a1ad039d87bb825182852b40009361b9924e3 SHA512 9b802ed7de02aac48511101837cc501f08d7be588ac90c57838dabf7196a6ba8ffd42d42b1316708ea3b73ecc85d1f732314e6c7b824107521cf0eb73e0125eb diff --git a/app-emacs/treesit-auto/treesit-auto-1.0.7.ebuild b/app-emacs/treesit-auto/treesit-auto-1.0.7.ebuild new file mode 100644 index 000000000000..0f47699971b6 --- /dev/null +++ b/app-emacs/treesit-auto/treesit-auto-1.0.7.ebuild @@ -0,0 +1,38 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +COMMIT="016bd286a1ba4628f833a626f8b9d497882ecdf3" + +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}" == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/renzmann/${PN}.git" +else + SRC_URI="https://github.com/renzmann/${PN}/archive/${COMMIT}.tar.gz + -> ${P}.tar.gz" + S="${WORKDIR}/${PN}-${COMMIT}" + + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-3+" +SLOT="0" + +RDEPEND=" + app-editors/emacs[tree-sitter(+)] +" +BDEPEND=" + ${RDEPEND} +" + +DOCS=( CONTRIBUTING.org README.org ) +SITEFILE="50${PN}-gentoo.el"