summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-06-26 06:33:05 +0000
committerTim Harder <radhermit@gentoo.org>2014-06-26 06:33:05 +0000
commit112e31667df47d4d408d964891de7e1895cd0340 (patch)
treeaba2ea30290cebde52c521b1faaf590e0df3857e /app-vim
parentVersion bump. (diff)
downloadgentoo-2-112e31667df47d4d408d964891de7e1895cd0340.tar.gz
gentoo-2-112e31667df47d4d408d964891de7e1895cd0340.tar.bz2
gentoo-2-112e31667df47d4d408d964891de7e1895cd0340.zip
Version bump.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/pathogen/ChangeLog9
-rw-r--r--app-vim/pathogen/pathogen-2.3.ebuild15
2 files changed, 22 insertions, 2 deletions
diff --git a/app-vim/pathogen/ChangeLog b/app-vim/pathogen/ChangeLog
index e13b6b6dc5c8..7bd5339d38c8 100644
--- a/app-vim/pathogen/ChangeLog
+++ b/app-vim/pathogen/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-vim/pathogen
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/pathogen/ChangeLog,v 1.4 2013/12/01 00:58:32 johu Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/pathogen/ChangeLog,v 1.5 2014/06/26 06:33:05 radhermit Exp $
+
+*pathogen-2.3 (26 Jun 2014)
+
+ 26 Jun 2014; Tim Harder <radhermit@gentoo.org> +pathogen-2.3.ebuild:
+ Version bump.
01 Dec 2013; Johannes Huber <johu@gentoo.org> pathogen-2.2.ebuild:
x86 stable wrt bug #481876
diff --git a/app-vim/pathogen/pathogen-2.3.ebuild b/app-vim/pathogen/pathogen-2.3.ebuild
new file mode 100644
index 000000000000..0db9a24f0528
--- /dev/null
+++ b/app-vim/pathogen/pathogen-2.3.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/pathogen/pathogen-2.3.ebuild,v 1.1 2014/06/26 06:33:05 radhermit Exp $
+
+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}