summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-08-06 05:40:47 +0000
committerTim Harder <radhermit@gentoo.org>2012-08-06 05:40:47 +0000
commitd53d93997f2cf207a3a60de2a8d526e0bbd2e34a (patch)
tree2e77efead20dce51bff521b1a4426366c1fbbd0d /app-vim
parentFix building with glibc-2.16. (diff)
downloadgentoo-2-d53d93997f2cf207a3a60de2a8d526e0bbd2e34a.tar.gz
gentoo-2-d53d93997f2cf207a3a60de2a8d526e0bbd2e34a.tar.bz2
gentoo-2-d53d93997f2cf207a3a60de2a8d526e0bbd2e34a.zip
Version bump (bug #405145).
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/vcscommand/ChangeLog7
-rw-r--r--app-vim/vcscommand/vcscommand-1.99.46.ebuild17
2 files changed, 23 insertions, 1 deletions
diff --git a/app-vim/vcscommand/ChangeLog b/app-vim/vcscommand/ChangeLog
index fbdea08b7531..79f7c0ad6cd7 100644
--- a/app-vim/vcscommand/ChangeLog
+++ b/app-vim/vcscommand/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-vim/vcscommand
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/ChangeLog,v 1.27 2012/02/01 20:58:30 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/ChangeLog,v 1.28 2012/08/06 05:40:47 radhermit Exp $
+
+*vcscommand-1.99.46 (06 Aug 2012)
+
+ 06 Aug 2012; Tim Harder <radhermit@gentoo.org> +vcscommand-1.99.46.ebuild:
+ Version bump (bug #405145).
01 Feb 2012; Brent Baude <ranger@gentoo.org> vcscommand-1.99.45.ebuild:
Marking vcscommand-1.99.45 ppc for bug 393569
diff --git a/app-vim/vcscommand/vcscommand-1.99.46.ebuild b/app-vim/vcscommand/vcscommand-1.99.46.ebuild
new file mode 100644
index 000000000000..8ab5d4bce200
--- /dev/null
+++ b/app-vim/vcscommand/vcscommand-1.99.46.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/vcscommand-1.99.46.ebuild,v 1.1 2012/08/06 05:40:47 radhermit Exp $
+
+EAPI=4
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: CVS/SVN/SVK/git/bzr/hg integration plugin"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=90"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+IUSE=""
+
+RDEPEND="!app-vim/cvscommand"
+
+VIM_PLUGIN_HELPFILES="${PN}.txt"