summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-05-23 19:48:29 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-05-23 19:48:29 +0300
commitea2bafe868834394f5a66d51f47d34488b2bb2e4 (patch)
tree577f0da6fd819d1c0376677d1ee7399439cec4e3 /app-vim
parentapp-vim/vim-spell-ru: drop 20070506-r1 (diff)
downloadgentoo-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.ebuild14
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}"