summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2018-12-31 16:48:15 +0100
committerPatrice Clement <monsieurp@gentoo.org>2018-12-31 16:55:39 +0100
commite35895368ce0e1ef181e9c22e74ee8c42c5f6a42 (patch)
tree5064c97cd08504579c6cb7ada8ef55ddb6332b14 /app-vim/pathogen
parentapp-vim/pathogen: EAPI 6 bump. (diff)
downloadgentoo-e35895368ce0e1ef181e9c22e74ee8c42c5f6a42.tar.gz
gentoo-e35895368ce0e1ef181e9c22e74ee8c42c5f6a42.tar.bz2
gentoo-e35895368ce0e1ef181e9c22e74ee8c42c5f6a42.zip
app-vim/pathogen: clean up old.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-vim/pathogen')
-rw-r--r--app-vim/pathogen/pathogen-2.4.ebuild14
1 files changed, 0 insertions, 14 deletions
diff --git a/app-vim/pathogen/pathogen-2.4.ebuild b/app-vim/pathogen/pathogen-2.4.ebuild
deleted file mode 100644
index fc4009c0861d..000000000000
--- a/app-vim/pathogen/pathogen-2.4.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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 x86 ~x64-macos"
-
-S=${WORKDIR}/vim-${P}