diff options
author | Tim Harder <radhermit@gentoo.org> | 2016-01-16 19:13:12 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2016-01-16 19:22:00 -0500 |
commit | b6bb855354c15b2c70667abdc3be541b28e1a342 (patch) | |
tree | 1163aa714992d79c43289ed2f9fee03cf4d99e1d /app-vim | |
parent | app-vim/csv: remove old (diff) | |
download | gentoo-b6bb855354c15b2c70667abdc3be541b28e1a342.tar.gz gentoo-b6bb855354c15b2c70667abdc3be541b28e1a342.tar.bz2 gentoo-b6bb855354c15b2c70667abdc3be541b28e1a342.zip |
app-vim/pathogen: version bump to 2.4
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/pathogen/Manifest | 1 | ||||
-rw-r--r-- | app-vim/pathogen/pathogen-2.4.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/app-vim/pathogen/Manifest b/app-vim/pathogen/Manifest index 180188d99abe..27ed8ed83d61 100644 --- a/app-vim/pathogen/Manifest +++ b/app-vim/pathogen/Manifest @@ -1 +1,2 @@ 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.4.ebuild b/app-vim/pathogen/pathogen-2.4.ebuild new file mode 100644 index 000000000000..718bb0955b4c --- /dev/null +++ b/app-vim/pathogen/pathogen-2.4.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2016 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} |