diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-02-18 19:26:37 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-02-18 20:56:20 +0100 |
commit | ac82c5776c680ad22ff94318d8ff7625ded3741f (patch) | |
tree | 35d22b3d8a78f5ee517e5dfb9b87dd3263eb0d0f /app-emacs | |
parent | app-arch/xar-1.8.0.0.498: fix comment and copyright (diff) | |
download | gentoo-ac82c5776c680ad22ff94318d8ff7625ded3741f.tar.gz gentoo-ac82c5776c680ad22ff94318d8ff7625ded3741f.tar.bz2 gentoo-ac82c5776c680ad22ff94318d8ff7625ded3741f.zip |
app-emacs/treesit-auto: drop old 1.0.1
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.1.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/app-emacs/treesit-auto/Manifest b/app-emacs/treesit-auto/Manifest index e3054aee555c..0b8185e2daea 100644 --- a/app-emacs/treesit-auto/Manifest +++ b/app-emacs/treesit-auto/Manifest @@ -1,2 +1 @@ -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.1.ebuild b/app-emacs/treesit-auto/treesit-auto-1.0.1.ebuild deleted file mode 100644 index 8cf2a65fcc20..000000000000 --- a/app-emacs/treesit-auto/treesit-auto-1.0.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# 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}" == *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" |