summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim/pathogen')
-rw-r--r--app-vim/pathogen/Manifest1
-rw-r--r--app-vim/pathogen/pathogen-2.2.ebuild16
2 files changed, 0 insertions, 17 deletions
diff --git a/app-vim/pathogen/Manifest b/app-vim/pathogen/Manifest
index f3019f2a4586..180188d99abe 100644
--- a/app-vim/pathogen/Manifest
+++ b/app-vim/pathogen/Manifest
@@ -1,2 +1 @@
-DIST pathogen-2.2.tar.gz 5968 SHA256 35fc1413005611130ed1b7543f7a7afc0eadb9956300d301ced006071c6f1cd2 SHA512 b3892fc11215bbc63fdaee2ab533fad025f373f344483223fea4bbbbf256873f8464d7ee35f4a065e3663f6552b973fe59bf87e46463f0ad09c95eeb08bb953e WHIRLPOOL defd4f1972a020416bafbb2fb82f920503c11d16b8287695399f3bf6ffb3da2ba5be55eb14835741d677b8e2c70d331751d4365d542bf183d72a4d403e11625e
DIST pathogen-2.3.tar.gz 6136 SHA256 3a2ec24f47dbb59dd4f3fea12f89cf64add951da4646dedced54b7284fdc38ac SHA512 da603a4d111dce6fba1542e3301a8e180def545d1f81339bc60782698c777625500e158d0f15c01ac0144e6a3045bb2d2d2ed19bfe661c233a0633a9aa14b749 WHIRLPOOL ab99d35d078e65eda60d5b3d96fa77f0913a97bcec19aceb2a104e493561e2fff8874c8fa3bb67f2875356ddcfe827972d84bacc5cb72ba42fd33613495a60bb
diff --git a/app-vim/pathogen/pathogen-2.2.ebuild b/app-vim/pathogen/pathogen-2.2.ebuild
deleted file mode 100644
index fd1f6c49fabb..000000000000
--- a/app-vim/pathogen/pathogen-2.2.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: manage your runtimepath"
-HOMEPAGE="https://github.com/tpope/vim-pathogen/ http://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"
-IUSE=""
-
-S=${WORKDIR}/vim-${P}