diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-03-19 18:04:03 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-09-14 23:22:46 +0200 |
commit | e9857ff65244cdf706e94ede25d329f96723af3f (patch) | |
tree | 7cb40a823fab7acb7f930cf2ea8de39f4ab0bc60 /app-vim | |
parent | app-vim/thlnk: EAPI8 bump (diff) | |
download | gentoo-e9857ff65244cdf706e94ede25d329f96723af3f.tar.gz gentoo-e9857ff65244cdf706e94ede25d329f96723af3f.tar.bz2 gentoo-e9857ff65244cdf706e94ede25d329f96723af3f.zip |
app-vim/tmpl: 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/tmpl/tmpl-0.1-r2.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-vim/tmpl/tmpl-0.1-r2.ebuild b/app-vim/tmpl/tmpl-0.1-r2.ebuild new file mode 100644 index 000000000000..4a613dbd5bb0 --- /dev/null +++ b/app-vim/tmpl/tmpl-0.1-r2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit vim-plugin + +DESCRIPTION="vim plugin: Syntax for Sam Tregar's HTML::Template" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=254" + +LICENSE="vim" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" + +VIM_PLUGIN_HELPURL="https://www.vim.org/scripts/script.php?script_id=254" |