diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-01-13 18:15:40 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-13 19:49:53 +0100 |
commit | d10d821961f592b374b8b6d081a29ed49a93d5a0 (patch) | |
tree | 99f65fcf1b27f89ed4ebd14510bb9dabc9bf87cd /app-vim/calendar | |
parent | app-vim/bnf-syntax: drop 1.2-r2, EAPI6-- (diff) | |
download | gentoo-d10d821961f592b374b8b6d081a29ed49a93d5a0.tar.gz gentoo-d10d821961f592b374b8b6d081a29ed49a93d5a0.tar.bz2 gentoo-d10d821961f592b374b8b6d081a29ed49a93d5a0.zip |
app-vim/calendar: drop 2.9-r1, EAPI6--
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim/calendar')
-rw-r--r-- | app-vim/calendar/calendar-2.9-r1.ebuild | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/app-vim/calendar/calendar-2.9-r1.ebuild b/app-vim/calendar/calendar-2.9-r1.ebuild deleted file mode 100644 index 0e28ebd3dd1f..000000000000 --- a/app-vim/calendar/calendar-2.9-r1.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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" |