diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-03-19 16:23:55 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-09-14 23:22:33 +0200 |
commit | 73e1224f814557188a01e627daca22b52b07b3ee (patch) | |
tree | 23d9dde04b6a192c307f577a55f1003ecd6958d8 /app-vim/cvsmenu | |
parent | app-vim/closetag: EAPI8 bump (diff) | |
download | gentoo-73e1224f814557188a01e627daca22b52b07b3ee.tar.gz gentoo-73e1224f814557188a01e627daca22b52b07b3ee.tar.bz2 gentoo-73e1224f814557188a01e627daca22b52b07b3ee.zip |
app-vim/cvsmenu: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-vim/cvsmenu')
-rw-r--r-- | app-vim/cvsmenu/cvsmenu-1.147-r2.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-vim/cvsmenu/cvsmenu-1.147-r2.ebuild b/app-vim/cvsmenu/cvsmenu-1.147-r2.ebuild new file mode 100644 index 000000000000..93ff89281d19 --- /dev/null +++ b/app-vim/cvsmenu/cvsmenu-1.147-r2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit vim-plugin + +DESCRIPTION="vim plugin: CVS(NT) integration script" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1245" + +LICENSE="LGPL-2" +KEYWORDS="~amd64 ~ppc ~x86" + +# Note, this comes from CVS on sf.net +# http://ezytools.cvs.sourceforge.net/*checkout*/ezytools/VimTools/cvsmenu.txt +VIM_PLUGIN_HELPFILES="cvsmenu.txt" + +RDEPEND="dev-vcs/cvs" |