diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2012-05-20 15:20:15 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2012-05-20 15:20:15 +0000 |
commit | ff98f4bdf85d55f35ae213bec90546b31bde679d (patch) | |
tree | 24aaba4b1b1eaa9125dac761ec087c4f7bccf584 /app-vim/gitolite-syntax | |
parent | Package works with all supported versions of python. (diff) | |
download | gentoo-2-ff98f4bdf85d55f35ae213bec90546b31bde679d.tar.gz gentoo-2-ff98f4bdf85d55f35ae213bec90546b31bde679d.tar.bz2 gentoo-2-ff98f4bdf85d55f35ae213bec90546b31bde679d.zip |
Version bump
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/gitolite-syntax')
-rw-r--r-- | app-vim/gitolite-syntax/ChangeLog | 10 | ||||
-rw-r--r-- | app-vim/gitolite-syntax/gitolite-syntax-20111225.ebuild | 16 |
2 files changed, 24 insertions, 2 deletions
diff --git a/app-vim/gitolite-syntax/ChangeLog b/app-vim/gitolite-syntax/ChangeLog index 9bf64afb4440..29a70dbe6bfc 100644 --- a/app-vim/gitolite-syntax/ChangeLog +++ b/app-vim/gitolite-syntax/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-vim/gitolite-syntax -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gitolite-syntax/ChangeLog,v 1.3 2011/02/12 09:50:55 hwoarang Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/gitolite-syntax/ChangeLog,v 1.4 2012/05/20 15:20:15 idl0r Exp $ + +*gitolite-syntax-20111225 (20 May 2012) + + 20 May 2012; Christian Ruppert <idl0r@gentoo.org> + +gitolite-syntax-20111225.ebuild: + Version bump 12 Feb 2011; Markos Chandras <hwoarang@gentoo.org> gitolite-syntax-20100826.ebuild: diff --git a/app-vim/gitolite-syntax/gitolite-syntax-20111225.ebuild b/app-vim/gitolite-syntax/gitolite-syntax-20111225.ebuild new file mode 100644 index 000000000000..964d23b73bd3 --- /dev/null +++ b/app-vim/gitolite-syntax/gitolite-syntax-20111225.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/gitolite-syntax/gitolite-syntax-20111225.ebuild,v 1.1 2012/05/20 15:20:15 idl0r Exp $ + +EAPI=4 + +inherit vim-plugin + +DESCRIPTION="vim plugin: gitolite syntax highlighting" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2900" +LICENSE="Apache-2.0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +SRC_URI="mirror://gentoo/${P}.tar.bz2" +VIM_PLUGIN_HELPTEXT="Vim Syntax highlight for gitolite configuration file gitolite.conf" |