diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2014-12-28 23:01:36 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2014-12-28 23:01:36 +0000 |
commit | 7710bd9fde5712756fcffa5d996ea9b01de3b059 (patch) | |
tree | 3de75531485f53e889e2c4bb008deb364c6ca259 | |
parent | Add workaround for new orc break gstreamer ebuilds, bug #533664 (diff) | |
download | gentoo-2-7710bd9fde5712756fcffa5d996ea9b01de3b059.tar.gz gentoo-2-7710bd9fde5712756fcffa5d996ea9b01de3b059.tar.bz2 gentoo-2-7710bd9fde5712756fcffa5d996ea9b01de3b059.zip |
Bump.
(Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
-rw-r--r-- | app-vim/gitolite-syntax/ChangeLog | 10 | ||||
-rw-r--r-- | app-vim/gitolite-syntax/gitolite-syntax-20130306.ebuild | 23 |
2 files changed, 31 insertions, 2 deletions
diff --git a/app-vim/gitolite-syntax/ChangeLog b/app-vim/gitolite-syntax/ChangeLog index 4d5a2d0cc789..1cacd235bb9a 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gitolite-syntax/ChangeLog,v 1.9 2013/12/31 10:30:43 maekke Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/gitolite-syntax/ChangeLog,v 1.10 2014/12/28 23:01:36 robbat2 Exp $ + +*gitolite-syntax-20130306 (28 Dec 2014) + + 28 Dec 2014; Robin H. Johnson <robbat2@gentoo.org> + +gitolite-syntax-20130306.ebuild: + Bump. 31 Dec 2013; Markus Meier <maekke@gentoo.org> gitolite-syntax-20111225.ebuild: diff --git a/app-vim/gitolite-syntax/gitolite-syntax-20130306.ebuild b/app-vim/gitolite-syntax/gitolite-syntax-20130306.ebuild new file mode 100644 index 000000000000..1ffbfac75138 --- /dev/null +++ b/app-vim/gitolite-syntax/gitolite-syntax-20130306.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/gitolite-syntax/gitolite-syntax-20130306.ebuild,v 1.1 2014/12/28 23:01:36 robbat2 Exp $ + +EAPI=4 + +inherit vim-plugin + +DESCRIPTION="vim plugin: gitolite syntax highlighting" +HOMEPAGE="https://github.com/tmatilai/gitolite.vim" +LICENSE="Apache-2.0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +GIT_COMMITSH=990634e95f209ffca96970da1c117c0f67697d89 +SRC_URI="https://github.com/tmatilai/gitolite.vim/archive/${GIT_COMMITSH}.tar.gz -> ${P}.tar.gz" +VIM_PLUGIN_HELPTEXT="Vim Syntax highlight for gitolite configuration file gitolite.conf" + +S=$WORKDIR/gitolite.vim-$GIT_COMMITSH + +src_compile() { + : +} |