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 08AAE1581F0 for ; Sat, 14 Dec 2024 11:46:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5DA8E09D4; Sat, 14 Dec 2024 11:46:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 B831CE09D4 for ; Sat, 14 Dec 2024 11:46:36 +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 3F490342F9B 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 D171A229E 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: <1734119327.fb575a51ba17c3982365fa7ae890e941a13b1c12.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-2024.08.17.ebuild X-VCS-Directories: app-vim/yats/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: fb575a51ba17c3982365fa7ae890e941a13b1c12 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: 007b600b-53b8-48c4-89c1-72004ea9cb54 X-Archives-Hash: 6f3cd22538d598b949cdeb307c5bf0e5 commit: fb575a51ba17c3982365fa7ae890e941a13b1c12 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Fri Dec 13 19:48:47 2024 +0000 Commit: David Roman gmail com> CommitDate: Fri Dec 13 19:48:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fb575a51 app-vim/yats: add 2024.08.17 Closes: https://bugs.gentoo.org/919037 (obsolete) Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> app-vim/yats/Manifest | 1 + app-vim/yats/yats-2024.08.17.ebuild | 43 +++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/app-vim/yats/Manifest b/app-vim/yats/Manifest index dda68b6db..9ea3f0416 100644 --- a/app-vim/yats/Manifest +++ b/app-vim/yats/Manifest @@ -1 +1,2 @@ DIST yats-2024.05.31.tar.gz 222463 BLAKE2B 6e666308222a4238a8774dc5f3e9cbb625534030774d9e78895c3fa8590afec9d14f2c736ffff1bfa68b7757ed27314578d565b9196b5e207c7bfbea038f9164 SHA512 ee5c2fcd5c56f4e618b71d49636e4af3ae49a90cc810e91b8560cf55f4ed527c32f6cd08d156fc8a721076ec0359ab4c6ce787b07c60a1b782aa52782f348cca +DIST yats-2024.08.17.tar.gz 243473 BLAKE2B c7f6c708464f6976b74ca9c87701d4f8841b2290a3f00e727d328a4884687a01357db022fc7ec15d5cd8ecc15ec9beb83e990c8f3ae9570b78816c5262212f1c SHA512 891a556836d0530c81a65d9b6a1cce2f3ec32354c0d138a23d47e6cee08c7a39ff42f3dcca4e40a432b83b2504bc4454164ad2130ef65463dc17243dfda29226 diff --git a/app-vim/yats/yats-2024.08.17.ebuild b/app-vim/yats/yats-2024.08.17.ebuild new file mode 100644 index 000000000..6eb106fa2 --- /dev/null +++ b/app-vim/yats/yats-2024.08.17.ebuild @@ -0,0 +1,43 @@ +# Copyright 2022-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit vim-plugin + +MY_PN="${PN}.vim" +COMMIT="b325c449a2db4d9ee38aa441afa850a815982e8b" +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_compile() { + : +} + +src_test() { + unset DISPLAY + local -x TERM="xterm" + + cd test || die + vim -eu "${FILESDIR}"/vimrc -c "Vader! -q indent.vader syntax.vader tsx.vader" || die +} + +src_install() { + vim-plugin_src_install ctags UltiSnips +}