Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/unite/
Date: Tue, 28 Jun 2016 20:15:08
Message-Id: 1467143187.8bd895742ee4e07377d047298c3c8e58ab6f96ca.monsieurp@gentoo
1 commit: 8bd895742ee4e07377d047298c3c8e58ab6f96ca
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 19:22:41 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 19:46:27 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bd89574
7
8 app-vim/unite: EAPI 6 bump.
9
10 Package-Manager: portage-2.2.28
11
12 app-vim/unite/unite-4.0-r1.ebuild | 15 +++++++++++++++
13 1 file changed, 15 insertions(+)
14
15 diff --git a/app-vim/unite/unite-4.0-r1.ebuild b/app-vim/unite/unite-4.0-r1.ebuild
16 new file mode 100644
17 index 0000000..4222c0f
18 --- /dev/null
19 +++ b/app-vim/unite/unite-4.0-r1.ebuild
20 @@ -0,0 +1,15 @@
21 +# Copyright 1999-2016 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=6
26 +
27 +inherit vim-plugin
28 +
29 +DESCRIPTION="vim plugin: unite all sources"
30 +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3396"
31 +LICENSE="MIT"
32 +KEYWORDS="amd64 x86"
33 +IUSE=""
34 +
35 +VIM_PLUGIN_HELPFILES="${PN}.txt"