From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1B5C815808B for ; Sun, 18 Feb 2024 19:56:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51B6F2BC01B; Sun, 18 Feb 2024 19:56:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 39D902BC01B for ; Sun, 18 Feb 2024 19:56:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73BB4343106 for ; Sun, 18 Feb 2024 19:56:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12858118C for ; Sun, 18 Feb 2024 19:56:26 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1708286180.ac82c5776c680ad22ff94318d8ff7625ded3741f.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/treesit-auto/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/treesit-auto/Manifest app-emacs/treesit-auto/treesit-auto-1.0.1.ebuild X-VCS-Directories: app-emacs/treesit-auto/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: ac82c5776c680ad22ff94318d8ff7625ded3741f X-VCS-Branch: master Date: Sun, 18 Feb 2024 19:56:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 97ef7ad4-dba1-4cd6-b16b-2d7709e5f30a X-Archives-Hash: 66e6428f6f48eeb79fa2f7eee1184409 commit: ac82c5776c680ad22ff94318d8ff7625ded3741f Author: Maciej Barć gentoo org> AuthorDate: Sun Feb 18 18:26:37 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sun Feb 18 19:56:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac82c577 app-emacs/treesit-auto: drop old 1.0.1 Signed-off-by: Maciej Barć gentoo.org> app-emacs/treesit-auto/Manifest | 1 - app-emacs/treesit-auto/treesit-auto-1.0.1.ebuild | 28 ------------------------ 2 files changed, 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"