commit: 1c0ca7cee70968283ce6e53f8d84f4d276de5c1d Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Sun Mar 19 18:43:17 2023 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> 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 <cyber+gentoo <AT> 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"
