diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-03-12 16:17:59 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-09-14 23:22:31 +0200 |
commit | e9db97b46f64408897dd2d846b7451425f76be7e (patch) | |
tree | 4b575d3cba634ccc770975df0133f154b64f2fed /app-vim/calendar | |
parent | app-vim/bufexplorer: remove live ebuild (diff) | |
download | gentoo-e9db97b46f64408897dd2d846b7451425f76be7e.tar.gz gentoo-e9db97b46f64408897dd2d846b7451425f76be7e.tar.bz2 gentoo-e9db97b46f64408897dd2d846b7451425f76be7e.zip |
app-vim/calendar: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-vim/calendar')
-rw-r--r-- | app-vim/calendar/calendar-2.9-r2.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-vim/calendar/calendar-2.9-r2.ebuild b/app-vim/calendar/calendar-2.9-r2.ebuild new file mode 100644 index 000000000000..44b3e1cb9e36 --- /dev/null +++ b/app-vim/calendar/calendar-2.9-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: calendar window" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=52" + +LICENSE="vim" +KEYWORDS="~amd64 ~mips ~ppc ~x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" |