commit:     b6bb855354c15b2c70667abdc3be541b28e1a342
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 17 00:13:12 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Jan 17 00:22:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6bb8553

app-vim/pathogen: version bump to 2.4

 app-vim/pathogen/Manifest            |  1 +
 app-vim/pathogen/pathogen-2.4.ebuild | 15 +++++++++++++++
 2 files changed, 16 insertions(+)

diff --git a/app-vim/pathogen/Manifest b/app-vim/pathogen/Manifest
index 180188d..27ed8ed 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 0000000..718bb09
--- /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}

Reply via email to