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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CC7FE1581F0 for ; Sat, 14 Dec 2024 11:46:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2655AE09E2; Sat, 14 Dec 2024 11:46:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 AE235E09E2 for ; Sat, 14 Dec 2024 11:46:38 +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 381E4342FA8 for ; Sat, 14 Dec 2024 11:46:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE77E227B for ; Sat, 14 Dec 2024 11:46:30 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1734118336.2857b41ba41c40770566b545a46610777b7d89e5.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-vim/yats/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-vim/yats/Manifest app-vim/yats/yats-2023.08.24.ebuild X-VCS-Directories: app-vim/yats/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 2857b41ba41c40770566b545a46610777b7d89e5 X-VCS-Branch: master Date: Sat, 14 Dec 2024 11:46:30 +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: c3865e01-571e-41d3-93ab-1bd883ca4b5f X-Archives-Hash: 8c5f00d466c2c178fe01b6a1b44bf307 commit: 2857b41ba41c40770566b545a46610777b7d89e5 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Fri Dec 13 19:32:16 2024 +0000 Commit: David Roman gmail com> CommitDate: Fri Dec 13 19:32:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2857b41b app-vim/yats: drop 2023.08.24 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> app-vim/yats/Manifest | 1 - app-vim/yats/yats-2023.08.24.ebuild | 51 ------------------------------------- 2 files changed, 52 deletions(-) diff --git a/app-vim/yats/Manifest b/app-vim/yats/Manifest index 41c317c28..dda68b6db 100644 --- a/app-vim/yats/Manifest +++ b/app-vim/yats/Manifest @@ -1,2 +1 @@ -DIST yats-2023.08.24.tar.gz 220267 BLAKE2B aa42e65d3ddce06b0166a5d694d2303f1f046f6e5e0257234022684f2b80e537ceb4254c9c819aaffde0b0a272e56efb3ef2faf26652097329cb210b6e5e6fc8 SHA512 73dc6b04609682097918577ab89aad2f355ab9b6d8eba92685348ba0918503577604bc7e9b4041962f17e56eb2cc6b4e9f07d252d55a88ae543cec3b7570453d DIST yats-2024.05.31.tar.gz 222463 BLAKE2B 6e666308222a4238a8774dc5f3e9cbb625534030774d9e78895c3fa8590afec9d14f2c736ffff1bfa68b7757ed27314578d565b9196b5e207c7bfbea038f9164 SHA512 ee5c2fcd5c56f4e618b71d49636e4af3ae49a90cc810e91b8560cf55f4ed527c32f6cd08d156fc8a721076ec0359ab4c6ce787b07c60a1b782aa52782f348cca diff --git a/app-vim/yats/yats-2023.08.24.ebuild b/app-vim/yats/yats-2023.08.24.ebuild deleted file mode 100644 index bb9a1191d..000000000 --- a/app-vim/yats/yats-2023.08.24.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -MY_PN="${PN}.vim" -COMMIT="2b6950c7143790e6930b8cf32d60c6858a50d47c" -DESCRIPTION="vim plugin: Yet Another TypeScript Syntax" -HOMEPAGE="https://github.com/HerringtonDarkholme/yats.vim" -SRC_URI="https://github.com/HerringtonDarkholme/${MY_PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${MY_PN}-${COMMIT}" - -LICENSE="vim" -KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND=" - test? ( - ${RDEPEND} - >app-vim/vader-0.3.0 - ) -" - -DOCS=( CHANGES.markdown README.md ) - -src_prepare() { - default - - # failing tests - rm test/tsx.indent.vader || die -} - -src_compile() { - : -} - -src_test() { - cd test || die - - unset DISPLAY - local -x TERM="xterm" - - vim -eu "${FILESDIR}"/vimrc -c "Vader! ./*.vader" || die -} - -src_install() { - vim-plugin_src_install ctags UltiSnips -}