From d287e610c3fbe7b2f6c0a8015beb06dacdfa38ae Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Tue, 17 Aug 2021 22:18:03 +0500 Subject: [PATCH] app-vim/vim-sensible: initial import Signed-off-by: Anna (cybertailor) Vyalkova --- 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(+) create mode 100644 app-vim/vim-sensible/Manifest create mode 100644 app-vim/vim-sensible/metadata.xml create mode 100644 app-vim/vim-sensible/vim-sensible-1.2.ebuild diff --git a/app-vim/vim-sensible/Manifest b/app-vim/vim-sensible/Manifest new file mode 100644 index 0000000000..ba5edb75ab --- /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 0000000000..7248be51db --- /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 0000000000..8d535e6c66 --- /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"