diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-01-13 18:17:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-13 19:49:56 +0100 |
commit | abb6a9f19d4f8a30f6189e97e4ce19a3a0ac71ca (patch) | |
tree | 2919acfac60f5115c10050f23ad0dded721fd81f /app-vim/cmdalias | |
parent | app-vim/closetag: drop 0.9.1-r1, EAPI6-- (diff) | |
download | gentoo-abb6a9f19d4f8a30f6189e97e4ce19a3a0ac71ca.tar.gz gentoo-abb6a9f19d4f8a30f6189e97e4ce19a3a0ac71ca.tar.bz2 gentoo-abb6a9f19d4f8a30f6189e97e4ce19a3a0ac71ca.zip |
app-vim/cmdalias: drop 3.0-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/cmdalias')
-rw-r--r-- | app-vim/cmdalias/cmdalias-3.0-r1.ebuild | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/app-vim/cmdalias/cmdalias-3.0-r1.ebuild b/app-vim/cmdalias/cmdalias-3.0-r1.ebuild deleted file mode 100644 index d6277e9de532..000000000000 --- a/app-vim/cmdalias/cmdalias-3.0-r1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vim-plugin - -DESCRIPTION="vim plugin: library for alias creation" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=746" -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~ia64 ~mips ppc sparc x86" -IUSE="" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides library functions and is not intended to be used -directly by the user." |