commit: 8bd895742ee4e07377d047298c3c8e58ab6f96ca Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Tue Jun 28 19:22:41 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Tue Jun 28 19:46:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bd89574
app-vim/unite: EAPI 6 bump. Package-Manager: portage-2.2.28 app-vim/unite/unite-4.0-r1.ebuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 0000000..4222c0f --- /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"
