summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-02-24 22:15:06 +0100
committerMaciej Barć <xgqt@gentoo.org>2024-02-24 22:50:21 +0100
commit64ee3365572a292884e120d22a9ea4f3549b5a93 (patch)
treebf3ffe726cade3167178441295767da264f409cf
parentapp-emacs/treesit-auto: drop old 1.0.2 (diff)
downloadgentoo-64ee3365572a292884e120d22a9ea4f3549b5a93.tar.gz
gentoo-64ee3365572a292884e120d22a9ea4f3549b5a93.tar.bz2
gentoo-64ee3365572a292884e120d22a9ea4f3549b5a93.zip
app-emacs/treesit-auto: bump to 1.0.4
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r--app-emacs/treesit-auto/Manifest1
-rw-r--r--app-emacs/treesit-auto/treesit-auto-1.0.4.ebuild28
2 files changed, 29 insertions, 0 deletions
diff --git a/app-emacs/treesit-auto/Manifest b/app-emacs/treesit-auto/Manifest
index 4cdee9dccb97..fbb4fa5c7a43 100644
--- a/app-emacs/treesit-auto/Manifest
+++ b/app-emacs/treesit-auto/Manifest
@@ -1 +1,2 @@
DIST treesit-auto-1.0.3.tar.gz 24841 BLAKE2B 89698a4810888d27f4c012301fb4f21ed1e9f8ce5cc774f1fa80add7257dbaaa3dbf23d32680542d6b54a841b1bb8d5ca81a6d07d5827a66139a21ab54492f35 SHA512 cd8c2fa23a154abdd883b82b8e465697acf48ce6ae2e0abc1aa8b7f99fd0e7f3266e13f79299fd5ac5be51402ef62c6f643d708ce290f6205a2e47a46b94cac1
+DIST treesit-auto-1.0.4.tar.gz 24832 BLAKE2B e74b7db5bb73b8b49d9dbaa45b469119fb0a96a7924eb9c1dc1b2b4d2a87c9e5f64f8a79dfade2d772affdcd4e4434fcaf8ae5050cb024d25b67eff517e2b629 SHA512 5feef83f6fab679bc012862cad26492d5116ef5a9b4323cc6c36b8192ff3846b3eb9febf81d093d6605ebb13716683ea2132dc080bd4f9310549a50ccd5db6c7
diff --git a/app-emacs/treesit-auto/treesit-auto-1.0.4.ebuild b/app-emacs/treesit-auto/treesit-auto-1.0.4.ebuild
new file mode 100644
index 000000000000..f60b9db41667
--- /dev/null
+++ b/app-emacs/treesit-auto/treesit-auto-1.0.4.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"