summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2016-02-28 21:47:15 -0500
committerTim Harder <radhermit@gentoo.org>2016-02-28 21:47:15 -0500
commit5c73de07e6752dcc9219feb50c2b680d3dcdb060 (patch)
tree3e041be117e94b08c8d3614381edbc4a458452be /app-vim/pathogen
parentapp-vim/pathogen: stabilize 2.4 (diff)
downloadgentoo-5c73de07e6752dcc9219feb50c2b680d3dcdb060.tar.gz
gentoo-5c73de07e6752dcc9219feb50c2b680d3dcdb060.tar.bz2
gentoo-5c73de07e6752dcc9219feb50c2b680d3dcdb060.zip
app-vim/pathogen: remove old
Diffstat (limited to 'app-vim/pathogen')
-rw-r--r--app-vim/pathogen/Manifest1
-rw-r--r--app-vim/pathogen/pathogen-2.3.ebuild15
2 files changed, 0 insertions, 16 deletions
diff --git a/app-vim/pathogen/Manifest b/app-vim/pathogen/Manifest
index 27ed8ed83d61..f6225e91f90c 100644
--- a/app-vim/pathogen/Manifest
+++ b/app-vim/pathogen/Manifest
@@ -1,2 +1 @@
-DIST pathogen-2.3.tar.gz 6136 SHA256 3a2ec24f47dbb59dd4f3fea12f89cf64add951da4646dedced54b7284fdc38ac SHA512 da603a4d111dce6fba1542e3301a8e180def545d1f81339bc60782698c777625500e158d0f15c01ac0144e6a3045bb2d2d2ed19bfe661c233a0633a9aa14b749 WHIRLPOOL ab99d35d078e65eda60d5b3d96fa77f0913a97bcec19aceb2a104e493561e2fff8874c8fa3bb67f2875356ddcfe827972d84bacc5cb72ba42fd33613495a60bb
DIST pathogen-2.4.tar.gz 6458 SHA256 2551a0f4ac3681cba97c265af088460c2977fba9c5152afb4ce1b56fdf3195a8 SHA512 54da8755991e5c52c5a9258c92ce5731434a15873df44d12e9491ed9bff1f9ebfe2a1c1b94a9ea3615b38aa1833d511bb03c65e85955d96373b6bffceae89fbe WHIRLPOOL 95f54f2cb1747fc92aefca54a7497155db05e89c7dd7249717fce6de34838e7a4ab57aadf46ef8eece668ae7156d4c4b5d481b7fd3dc16b248652b57334fe4b3
diff --git a/app-vim/pathogen/pathogen-2.3.ebuild b/app-vim/pathogen/pathogen-2.3.ebuild
deleted file mode 100644
index 9ec64cc8c30f..000000000000
--- a/app-vim/pathogen/pathogen-2.3.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2015 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"
-
-S=${WORKDIR}/vim-${P}