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 5757A158089 for ; Thu, 14 Sep 2023 21:23:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D4152BC02B; Thu, 14 Sep 2023 21:23:48 +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 4E4862BC02B for ; Thu, 14 Sep 2023 21:23:48 +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 42973335D0A for ; Thu, 14 Sep 2023 21:23:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B571E11AA for ; Thu, 14 Sep 2023 21:23:45 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1694726568.7c16d4b139c82e84ef85d859ceae674b5bc637e1.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/undotree/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/undotree/Manifest app-vim/undotree/undotree-6.1.ebuild X-VCS-Directories: app-vim/undotree/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 7c16d4b139c82e84ef85d859ceae674b5bc637e1 X-VCS-Branch: master Date: Thu, 14 Sep 2023 21:23:45 +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: 1180eb6f-4fad-40cf-b87b-5575bfb3537d X-Archives-Hash: df577af13503e01d2d8116e8815fb715 commit: 7c16d4b139c82e84ef85d859ceae674b5bc637e1 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Mar 19 17:11:17 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Sep 14 21:22:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c16d4b1 app-vim/undotree: version bump (6.1) Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> app-vim/undotree/Manifest | 1 + app-vim/undotree/undotree-6.1.ebuild | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/app-vim/undotree/Manifest b/app-vim/undotree/Manifest index 18fc99bffdac..961ea2373f3e 100644 --- a/app-vim/undotree/Manifest +++ b/app-vim/undotree/Manifest @@ -1 +1,2 @@ DIST undotree-6.0.tar.gz 16288 BLAKE2B 38e7d185f0c2d9dd139c0c9b49593e1f6d14f7eab81b984c641b9d6917888510cda6a03d3030e051e257fde72f86d5dddbf65a8b29e4cd68323e9b976281f9ee SHA512 2654206adc8e4f021d5f2f3927ab5cb218e333a34fa5121e5ad48bf9b26e8d15c6b58cf88988407a587fb60cf406a4ed766fc4388672e93d4fceddc8712c4c49 +DIST undotree-6.1.tar.gz 18489 BLAKE2B 4570dbfd8f4f03e51bfb59587872993fed01d7e572dc517255c663ddfb3df8be04a5a7232175998889fea032faaf47f7eb6a9be6bbc46d1e644be1370ae54da5 SHA512 ed2831fee148b6a0cb78ea528db9b6a217da67fb74d95e00034671ecd7d0bef397077a7e96c29697d372a2bd1d0a6865e210cece57c4cccd97a0cf3e0b486ec2 diff --git a/app-vim/undotree/undotree-6.1.ebuild b/app-vim/undotree/undotree-6.1.ebuild new file mode 100644 index 000000000000..15a7431dc300 --- /dev/null +++ b/app-vim/undotree/undotree-6.1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit vim-plugin vcs-snapshot + +DESCRIPTION="vim plugin: display your undo history in a graph" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4177 + https://github.com/mbbill/undotree" +SRC_URI="https://github.com/mbbill/${PN}/archive/rel_${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +KEYWORDS="~amd64 ~x86"