diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-01-13 18:39:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-13 19:50:38 +0100 |
commit | d45a990fb85afbc121552b3a994949c6d6638d27 (patch) | |
tree | 816425b0fef7cf603fabb2f9edc8427109839dfb /app-vim/unite | |
parent | app-vim/udev-syntax: drop 20051016-r2, EAPI6-- (diff) | |
download | gentoo-d45a990fb85afbc121552b3a994949c6d6638d27.tar.gz gentoo-d45a990fb85afbc121552b3a994949c6d6638d27.tar.bz2 gentoo-d45a990fb85afbc121552b3a994949c6d6638d27.zip |
app-vim/unite: drop 4.1, EAPI6--
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim/unite')
-rw-r--r-- | app-vim/unite/unite-4.1.ebuild | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/app-vim/unite/unite-4.1.ebuild b/app-vim/unite/unite-4.1.ebuild deleted file mode 100644 index cd6df7ced12f..000000000000 --- a/app-vim/unite/unite-4.1.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vim-plugin - -DESCRIPTION="vim plugin: unite all sources" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3396" -LICENSE="MIT" -KEYWORDS="amd64 x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -RDEPEND="!app-vim/neocomplcache" |