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: Sat, 14 Jul 2018 19:52:31
Message-Id: 1531597935.c2de8d7349ef14c302ca378f4bad24a72c0a5dc2.monsieurp@gentoo
1 commit: c2de8d7349ef14c302ca378f4bad24a72c0a5dc2
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 14 19:52:03 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 14 19:52:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2de8d73
7
8 app-vim/unite: version bump.
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-vim/unite/Manifest | 1 +
13 app-vim/unite/unite-4.1.ebuild | 15 +++++++++++++++
14 2 files changed, 16 insertions(+)
15
16 diff --git a/app-vim/unite/Manifest b/app-vim/unite/Manifest
17 index 4ca97495bab..96ca02dc872 100644
18 --- a/app-vim/unite/Manifest
19 +++ b/app-vim/unite/Manifest
20 @@ -1 +1,2 @@
21 DIST unite-4.0.tar.bz2 80472 BLAKE2B 8150ac276f4e64458f3ab08dc48ddb4167a36162bdb291e59fb376e2a061b80f1760a195667a2794a7657f32367714dd60874cfcd2c363366dcbfde07a3224f0 SHA512 e554e48d740b0ce6406d8512a0c769e25f78b763d267bbbf8228197835b724154f33452571c771fede1415a9b3108deb096e3bc90291a95e8a3b00d216287928
22 +DIST unite-4.1.tar.bz2 85622 BLAKE2B 58f4d4ac86fcf588ab0e3ecdb45dd67d0c16c67be2f6daff21f9d4451b94c9094671f4248cc6f4b39e5a292418908536cb222288dd344d56f9b98b09f5263eb3 SHA512 1fb19cfaf1b49843c79e2b9ff8e318b950dc1b65144f83a76776963a598e666f3094dc7f65f2708d7e074f8197121cee77e028a07c5735998f73f2d52d08c9ca
23
24 diff --git a/app-vim/unite/unite-4.1.ebuild b/app-vim/unite/unite-4.1.ebuild
25 new file mode 100644
26 index 00000000000..ef039846158
27 --- /dev/null
28 +++ b/app-vim/unite/unite-4.1.ebuild
29 @@ -0,0 +1,15 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +
35 +inherit vim-plugin
36 +
37 +DESCRIPTION="vim plugin: unite all sources"
38 +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3396"
39 +LICENSE="MIT"
40 +KEYWORDS="~amd64 ~x86"
41 +
42 +VIM_PLUGIN_HELPFILES="${PN}.txt"
43 +
44 +RDEPEND="!app-vim/neocomplcache"