diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-03-19 18:04:50 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-09-14 23:22:46 +0200 |
commit | 58ccde0011fe321608b677c937ee0c3d459cd5bf (patch) | |
tree | ed209f09b6c1ab33c32ec1a8bacc3ce8984b4f88 /app-vim | |
parent | app-vim/tmpl: EAPI8 bump (diff) | |
download | gentoo-58ccde0011fe321608b677c937ee0c3d459cd5bf.tar.gz gentoo-58ccde0011fe321608b677c937ee0c3d459cd5bf.tar.bz2 gentoo-58ccde0011fe321608b677c937ee0c3d459cd5bf.zip |
app-vim/toggle: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/toggle/toggle-0.5-r2.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app-vim/toggle/toggle-0.5-r2.ebuild b/app-vim/toggle/toggle-0.5-r2.ebuild new file mode 100644 index 000000000000..d907ae933d66 --- /dev/null +++ b/app-vim/toggle/toggle-0.5-r2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit vim-plugin + +DESCRIPTION="vim plugin: quickly toggle boolean-type keywords" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=895" + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin will toggle true/false, on/off, yes/no and so on when <C-T> +is pressed." |