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 8345915A7D9 for ; Mon, 20 Mar 2023 06:01:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B17D6E0867; Mon, 20 Mar 2023 06:01:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 9634FE0867 for ; Mon, 20 Mar 2023 06:01:02 +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 CD27E3412E9 for ; Mon, 20 Mar 2023 06:01:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D574E8F4 for ; Mon, 20 Mar 2023 06:00:58 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1679251397.1c0ca7cee70968283ce6e53f8d84f4d276de5c1d.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-vim/vim-sensible/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-vim/vim-sensible/Manifest app-vim/vim-sensible/vim-sensible-2.0.ebuild X-VCS-Directories: app-vim/vim-sensible/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 1c0ca7cee70968283ce6e53f8d84f4d276de5c1d X-VCS-Branch: dev Date: Mon, 20 Mar 2023 06:00:58 +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: 9d5f67d6-cdc4-4e5e-a7eb-3b0d82b2e6e6 X-Archives-Hash: bd98e38990d82f7b3894cd2ccf44ff44 commit: 1c0ca7cee70968283ce6e53f8d84f4d276de5c1d Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Mar 19 18:43:17 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sun Mar 19 18:43:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c0ca7ce app-vim/vim-sensible: add 2.0 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> app-vim/vim-sensible/Manifest | 1 + app-vim/vim-sensible/vim-sensible-2.0.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/app-vim/vim-sensible/Manifest b/app-vim/vim-sensible/Manifest index ba5edb75a..e38ea0232 100644 --- a/app-vim/vim-sensible/Manifest +++ b/app-vim/vim-sensible/Manifest @@ -1 +1,2 @@ DIST vim-sensible-1.2.tar.gz 3035 BLAKE2B 866745b9f86fd1dae442d0e6ab78c5af068a6a1088b71e2aec51fba113a29c0776e0c650b8933738ba2463a235d4e906810179f9606706e977776e85b667f618 SHA512 d44d4478ce81fcc923e1d7d6d0115125070414526835b46c21b50d1ae2365ff597a1c4b5a725fdfce072f37fd58a7eb60eea7dd25f15ab7544771ca81b32b187 +DIST vim-sensible-2.0.tar.gz 4116 BLAKE2B 7575a9eb1dd01792c5969ca9dc290d0fda1bdb9d41b2d11816162ee7158121199ae96f73abcca9eeaf91c593e7b7a9d0bd70e4914739b6fac4be65bfb4358272 SHA512 97e060aa3af14a21553e5ec51e3609400884b61e7b4d50593d5f277af0de40e7c526da04413fbf6dc2be0a440ab4c952564f0bb2ac1ee85f382d66a1dc82d2fc diff --git a/app-vim/vim-sensible/vim-sensible-2.0.ebuild b/app-vim/vim-sensible/vim-sensible-2.0.ebuild new file mode 100644 index 000000000..5493c271d --- /dev/null +++ b/app-vim/vim-sensible/vim-sensible-2.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 2021-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit vim-plugin + +DESCRIPTION="vim plugin: a universal set of defaults that (hopefully) everyone can agree on" +HOMEPAGE=" + https://github.com/tpope/vim-sensible + http://www.vim.org/scripts/script.php?script_id=4391 +" +SRC_URI="https://github.com/tpope/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="vim" +KEYWORDS="~amd64 ~x86"