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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 90CAC1586A6 for ; Tue, 17 Aug 2021 21:32:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64F88E085A; Tue, 17 Aug 2021 21:32:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4895CE085A for ; Tue, 17 Aug 2021 21:32:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B4FE3408A2 for ; Tue, 17 Aug 2021 21:32:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 339AE7BD for ; Tue, 17 Aug 2021 21:32:33 +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: <1629232458.d287e610c3fbe7b2f6c0a8015beb06dacdfa38ae.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/metadata.xml app-vim/vim-sensible/vim-sensible-1.2.ebuild X-VCS-Directories: app-vim/vim-sensible/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: d287e610c3fbe7b2f6c0a8015beb06dacdfa38ae X-VCS-Branch: dev Date: Tue, 17 Aug 2021 21:32:33 +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: 82367353-ec97-485d-8a39-405b4aebfe57 X-Archives-Hash: ef362efcca695e198cb7b224276d74f0 commit: d287e610c3fbe7b2f6c0a8015beb06dacdfa38ae Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Aug 17 17:18:03 2021 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Tue Aug 17 20:34:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d287e610 app-vim/vim-sensible: initial import Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> app-vim/vim-sensible/Manifest | 1 + app-vim/vim-sensible/metadata.xml | 26 ++++++++++++++++++++++++++ app-vim/vim-sensible/vim-sensible-1.2.ebuild | 14 ++++++++++++++ 3 files changed, 41 insertions(+) diff --git a/app-vim/vim-sensible/Manifest b/app-vim/vim-sensible/Manifest new file mode 100644 index 000000000..ba5edb75a --- /dev/null +++ b/app-vim/vim-sensible/Manifest @@ -0,0 +1 @@ +DIST vim-sensible-1.2.tar.gz 3035 BLAKE2B 866745b9f86fd1dae442d0e6ab78c5af068a6a1088b71e2aec51fba113a29c0776e0c650b8933738ba2463a235d4e906810179f9606706e977776e85b667f618 SHA512 d44d4478ce81fcc923e1d7d6d0115125070414526835b46c21b50d1ae2365ff597a1c4b5a725fdfce072f37fd58a7eb60eea7dd25f15ab7544771ca81b32b187 diff --git a/app-vim/vim-sensible/metadata.xml b/app-vim/vim-sensible/metadata.xml new file mode 100644 index 000000000..7248be51d --- /dev/null +++ b/app-vim/vim-sensible/metadata.xml @@ -0,0 +1,26 @@ + + + + + cyber+gentoo@sysrq.in + Anna + + + Think of sensible.vim as one step above 'nocompatible' mode: a universal + set of defaults that (hopefully) everyone can agree on. + + * If you're new to Vim, you can install this as a starting point, rather + than copying some random vimrc you found. + + * If you're pair programming and you can't agree on whose vimrc to use, + this can be your neutral territory. + + * If you're administrating a server with an account that's not + exclusively yours, you can `scp` this up to make things a bit more + tolerable. + + * If you're troubleshooting a plugin and need to rule out interference + from your vimrc, having this installed will ensure you still have some + basic amenities. + + diff --git a/app-vim/vim-sensible/vim-sensible-1.2.ebuild b/app-vim/vim-sensible/vim-sensible-1.2.ebuild new file mode 100644 index 000000000..8d535e6c6 --- /dev/null +++ b/app-vim/vim-sensible/vim-sensible-1.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit vim-plugin + +DESCRIPTION="vim plugin: a universal set of defaults that (hopefully) everyone can agree on" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4391 +https://github.com/tpope/vim-sensible" +SRC_URI="https://github.com/tpope/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="vim" +KEYWORDS="~amd64 ~x86"