diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-06-01 22:23:23 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-06-01 22:23:23 +0000 |
commit | de12c40a07a192c4b39aff6ad7d9e0b18f0df2e8 (patch) | |
tree | 06cc9b1522ca674da62b3fbb0e82ef25ba63f4f2 /app-vim/vcscommand | |
parent | Version bump. (diff) | |
download | gentoo-2-de12c40a07a192c4b39aff6ad7d9e0b18f0df2e8.tar.gz gentoo-2-de12c40a07a192c4b39aff6ad7d9e0b18f0df2e8.tar.bz2 gentoo-2-de12c40a07a192c4b39aff6ad7d9e0b18f0df2e8.zip |
Version bump.
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim/vcscommand')
-rw-r--r-- | app-vim/vcscommand/ChangeLog | 9 | ||||
-rw-r--r-- | app-vim/vcscommand/vcscommand-1.99.47.ebuild | 16 |
2 files changed, 23 insertions, 2 deletions
diff --git a/app-vim/vcscommand/ChangeLog b/app-vim/vcscommand/ChangeLog index 35585d0b8f3f..5f498766427d 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.29 2012/08/06 05:42:01 radhermit Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/ChangeLog,v 1.30 2013/06/01 22:23:23 radhermit Exp $ + +*vcscommand-1.99.47 (01 Jun 2013) + + 01 Jun 2013; Tim Harder <radhermit@gentoo.org> +vcscommand-1.99.47.ebuild: + Version bump. 06 Aug 2012; Tim Harder <radhermit@gentoo.org> -vcscommand-1.99.42.ebuild, -vcscommand-1.99.43.ebuild, -vcscommand-1.99.44.ebuild: diff --git a/app-vim/vcscommand/vcscommand-1.99.47.ebuild b/app-vim/vcscommand/vcscommand-1.99.47.ebuild new file mode 100644 index 000000000000..35ca58a84a06 --- /dev/null +++ b/app-vim/vcscommand/vcscommand-1.99.47.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/vcscommand-1.99.47.ebuild,v 1.1 2013/06/01 22:23:23 radhermit Exp $ + +EAPI=5 + +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" + +RDEPEND="!app-vim/cvscommand" + +VIM_PLUGIN_HELPFILES="${PN}.txt" |