diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-06-28 19:22:41 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-06-28 19:46:27 +0000 |
commit | 8bd895742ee4e07377d047298c3c8e58ab6f96ca (patch) | |
tree | e020f7a0471845c04d82704098121a50e95d39fb /app-vim/unite | |
parent | app-vim/nerdtree-tabs: Stable for amd64+x86. (diff) | |
download | gentoo-8bd895742ee4e07377d047298c3c8e58ab6f96ca.tar.gz gentoo-8bd895742ee4e07377d047298c3c8e58ab6f96ca.tar.bz2 gentoo-8bd895742ee4e07377d047298c3c8e58ab6f96ca.zip |
app-vim/unite: EAPI 6 bump.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-vim/unite')
-rw-r--r-- | app-vim/unite/unite-4.0-r1.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-vim/unite/unite-4.0-r1.ebuild b/app-vim/unite/unite-4.0-r1.ebuild new file mode 100644 index 000000000000..4222c0f6e985 --- /dev/null +++ b/app-vim/unite/unite-4.0-r1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit vim-plugin + +DESCRIPTION="vim plugin: unite all sources" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3396" +LICENSE="MIT" +KEYWORDS="amd64 x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="${PN}.txt" |