diff options
author | Sam James <sam@gentoo.org> | 2023-12-28 03:24:50 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-28 03:24:50 +0000 |
commit | c5f769524b10f221f1e5b752acdd6c16187703fd (patch) | |
tree | b9538b2f5f46aa13218f31f472113e134f7750ac /app-emacs | |
parent | app-emacs/svg-lib: drop 0.2.6, 0.2.7 (diff) | |
download | gentoo-c5f769524b10f221f1e5b752acdd6c16187703fd.tar.gz gentoo-c5f769524b10f221f1e5b752acdd6c16187703fd.tar.bz2 gentoo-c5f769524b10f221f1e5b752acdd6c16187703fd.zip |
app-emacs/treesit-auto: drop 0.6.9, 1.0.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/treesit-auto/Manifest | 2 | ||||
-rw-r--r-- | app-emacs/treesit-auto/treesit-auto-0.6.9.ebuild | 26 | ||||
-rw-r--r-- | app-emacs/treesit-auto/treesit-auto-1.0.0.ebuild | 28 |
3 files changed, 0 insertions, 56 deletions
diff --git a/app-emacs/treesit-auto/Manifest b/app-emacs/treesit-auto/Manifest index 08e671dff137..8e58a66daff9 100644 --- a/app-emacs/treesit-auto/Manifest +++ b/app-emacs/treesit-auto/Manifest @@ -1,3 +1 @@ -DIST treesit-auto-0.6.9.tar.gz 22620 BLAKE2B b964c6e44e9b1e8060c0b89f9851274a2182467a0f4bea4640dff84f3a706aadcb7fb99ff5e5b19e847ded2d513992ae7237d5742823cde6b0ec20f36619b1d4 SHA512 e4c299ebe9061dcd94b301a627219c7a3d046b1707db4fa3604e3343e359834c7292dadfc5e765fc4413ea0aca757022ecfb6e5c44e3fe3e321f71bf32d90d05 -DIST treesit-auto-1.0.0.tar.gz 24645 BLAKE2B 47c142f139a0f259b49dce9bf9a5446e7eef3186987b68bb66b8d1351c23adf8bdc501988da026f7af394e8849f0857ce18d78075869834882c70d77c7539589 SHA512 e4195e554edcbdda6d6691cc7672330f9d56fb279108ff9bcdd6222412c6ba4e779a43fc6429036138ba60c8739f484d7494769fe50def4da3b0b134eff62daf DIST treesit-auto-1.0.1.tar.gz 24690 BLAKE2B a635f6c0ccd12b5de82060a960708da9edc312ebe4b98f749453510d90b96ea33a39883fa0508fb1628044b09359d11abec1872262b4a08f4d315312477bf6fa SHA512 0ef49d5f0e465a00fdb3760c21a97b34d35cb88d96c929e132e198cfbbfd8989fb5a6be4bd084baab7d4073b656ef4d33e930e728b9b3867ba1206174ca7a326 diff --git a/app-emacs/treesit-auto/treesit-auto-0.6.9.ebuild b/app-emacs/treesit-auto/treesit-auto-0.6.9.ebuild deleted file mode 100644 index beed1ee70608..000000000000 --- a/app-emacs/treesit-auto/treesit-auto-0.6.9.ebuild +++ /dev/null @@ -1,26 +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} == *_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" diff --git a/app-emacs/treesit-auto/treesit-auto-1.0.0.ebuild b/app-emacs/treesit-auto/treesit-auto-1.0.0.ebuild deleted file mode 100644 index 8cf2a65fcc20..000000000000 --- a/app-emacs/treesit-auto/treesit-auto-1.0.0.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" |