app-vim/unite: EAPI 6 bump.
authorPatrice Clement <monsieurp@gentoo.org>
Tue, 28 Jun 2016 19:22:41 +0000 (19:22 +0000)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 28 Jun 2016 19:46:27 +0000 (19:46 +0000)
Package-Manager: portage-2.2.28

app-vim/unite/unite-4.0-r1.ebuild [new file with mode: 0644]

diff --git a/app-vim/unite/unite-4.0-r1.ebuild b/app-vim/unite/unite-4.0-r1.ebuild
new file mode 100644 (file)
index 0000000..4222c0f
--- /dev/null
@@ -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"