diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-23 19:48:29 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-23 19:48:29 +0300 |
commit | ea2bafe868834394f5a66d51f47d34488b2bb2e4 (patch) | |
tree | 577f0da6fd819d1c0376677d1ee7399439cec4e3 /app-vim | |
parent | app-vim/vim-spell-ru: drop 20070506-r1 (diff) | |
download | gentoo-ea2bafe868834394f5a66d51f47d34488b2bb2e4.tar.gz gentoo-ea2bafe868834394f5a66d51f47d34488b2bb2e4.tar.bz2 gentoo-ea2bafe868834394f5a66d51f47d34488b2bb2e4.zip |
app-vim/pathogen: drop 2.4-r1
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/pathogen/pathogen-2.4-r1.ebuild | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/app-vim/pathogen/pathogen-2.4-r1.ebuild b/app-vim/pathogen/pathogen-2.4-r1.ebuild deleted file mode 100644 index 4d6029f90cfd..000000000000 --- a/app-vim/pathogen/pathogen-2.4-r1.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vim-plugin - -DESCRIPTION="vim plugin: manage your runtimepath" -HOMEPAGE="https://github.com/tpope/vim-pathogen/ https://www.vim.org/scripts/script.php?script_id=2332" -SRC_URI="https://github.com/tpope/vim-pathogen/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="vim" -KEYWORDS="amd64 ~arm x86 ~x64-macos" - -S="${WORKDIR}/vim-${P}" |