diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-09-22 14:20:40 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-09-22 14:20:40 +0300 |
commit | 64b49c0576891cb8c3ca5e5d171fdc4d9733b0bf (patch) | |
tree | 67647fc7c05992569f88d9fea4efee40ee8eacd7 /app-vim/gitolite-syntax | |
parent | app-vim/puppet-syntax: bump to EAPI=7 (diff) | |
download | gentoo-64b49c0576891cb8c3ca5e5d171fdc4d9733b0bf.tar.gz gentoo-64b49c0576891cb8c3ca5e5d171fdc4d9733b0bf.tar.bz2 gentoo-64b49c0576891cb8c3ca5e5d171fdc4d9733b0bf.zip |
app-vim/gitolite-syntax: bump to EAPI=7 (+syntax fix)
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'app-vim/gitolite-syntax')
-rw-r--r-- | app-vim/gitolite-syntax/gitolite-syntax-20111225.ebuild | 4 | ||||
-rw-r--r-- | app-vim/gitolite-syntax/gitolite-syntax-20130306.ebuild | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-vim/gitolite-syntax/gitolite-syntax-20111225.ebuild b/app-vim/gitolite-syntax/gitolite-syntax-20111225.ebuild index 0c1871883a09..94a9194a732d 100644 --- a/app-vim/gitolite-syntax/gitolite-syntax-20111225.ebuild +++ b/app-vim/gitolite-syntax/gitolite-syntax-20111225.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=7 inherit vim-plugin diff --git a/app-vim/gitolite-syntax/gitolite-syntax-20130306.ebuild b/app-vim/gitolite-syntax/gitolite-syntax-20130306.ebuild index 0935015636db..4826b05e7edd 100644 --- a/app-vim/gitolite-syntax/gitolite-syntax-20130306.ebuild +++ b/app-vim/gitolite-syntax/gitolite-syntax-20130306.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=7 inherit vim-plugin @@ -11,11 +11,11 @@ LICENSE="Apache-2.0" KEYWORDS="~amd64 ~arm ~x86" IUSE="" -GIT_COMMITSH=990634e95f209ffca96970da1c117c0f67697d89 +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 +S="${WORKDIR}/gitolite.vim-${GIT_COMMITSH}" src_compile() { : |