diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-01-20 20:04:42 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-01-20 21:45:12 +0100 |
commit | 5e05a820bfbd3b142754fbf9f8e109b888e4b407 (patch) | |
tree | 5214399c06c9f05762908a6918b8980e01c9b514 /app-emacs | |
parent | app-portage/elsw: bump to 1.0.0 (diff) | |
download | gentoo-5e05a820bfbd3b142754fbf9f8e109b888e4b407.tar.gz gentoo-5e05a820bfbd3b142754fbf9f8e109b888e4b407.tar.bz2 gentoo-5e05a820bfbd3b142754fbf9f8e109b888e4b407.zip |
app-emacs/treesit-auto: bump to 1.0.2
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/treesit-auto/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/treesit-auto/treesit-auto-1.0.2.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/app-emacs/treesit-auto/Manifest b/app-emacs/treesit-auto/Manifest index 8e58a66daff9..e3054aee555c 100644 --- a/app-emacs/treesit-auto/Manifest +++ b/app-emacs/treesit-auto/Manifest @@ -1 +1,2 @@ DIST treesit-auto-1.0.1.tar.gz 24690 BLAKE2B a635f6c0ccd12b5de82060a960708da9edc312ebe4b98f749453510d90b96ea33a39883fa0508fb1628044b09359d11abec1872262b4a08f4d315312477bf6fa SHA512 0ef49d5f0e465a00fdb3760c21a97b34d35cb88d96c929e132e198cfbbfd8989fb5a6be4bd084baab7d4073b656ef4d33e930e728b9b3867ba1206174ca7a326 +DIST treesit-auto-1.0.2.tar.gz 24776 BLAKE2B 5f8604140c49f3c76fae801c77bed5fdcd005bc8379926eb0e80c0dc1f2802247313d6b1de4180ab53281f4ccfb1ccbd446e1a010962ea4de5d63b7154104dde SHA512 af7a4c3b135cf275211514ea7621b10a00baa715a53f950f3b7049150a75078d02e6b2041d8d507e3a04d06af30e1db971d63c4c742bdc75661930fe50c4f30c diff --git a/app-emacs/treesit-auto/treesit-auto-1.0.2.ebuild b/app-emacs/treesit-auto/treesit-auto-1.0.2.ebuild new file mode 100644 index 000000000000..f60b9db41667 --- /dev/null +++ b/app-emacs/treesit-auto/treesit-auto-1.0.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 2023-2024 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}" == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/renzmann/${PN}.git" +else + SRC_URI="https://github.com/renzmann/${PN}/archive/v${PV}.tar.gz + -> ${P}.tar.gz" + + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-3+" +SLOT="0" + +DOCS=( README.org ) +SITEFILE="50${PN}-gentoo.el" |