summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2018-07-14 21:52:03 +0200
committerPatrice Clement <monsieurp@gentoo.org>2018-07-14 21:52:15 +0200
commitc2de8d7349ef14c302ca378f4bad24a72c0a5dc2 (patch)
treeab3dd7e59ccaa6d838dc9b152b2cae81a7330fb6 /app-vim
parentdev-util/codeblocks: move large astyle patch to distfiles (diff)
downloadgentoo-c2de8d7349ef14c302ca378f4bad24a72c0a5dc2.tar.gz
gentoo-c2de8d7349ef14c302ca378f4bad24a72c0a5dc2.tar.bz2
gentoo-c2de8d7349ef14c302ca378f4bad24a72c0a5dc2.zip
app-vim/unite: version bump.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/unite/Manifest1
-rw-r--r--app-vim/unite/unite-4.1.ebuild15
2 files changed, 16 insertions, 0 deletions
diff --git a/app-vim/unite/Manifest b/app-vim/unite/Manifest
index 4ca97495bab4..96ca02dc8722 100644
--- a/app-vim/unite/Manifest
+++ b/app-vim/unite/Manifest
@@ -1 +1,2 @@
DIST unite-4.0.tar.bz2 80472 BLAKE2B 8150ac276f4e64458f3ab08dc48ddb4167a36162bdb291e59fb376e2a061b80f1760a195667a2794a7657f32367714dd60874cfcd2c363366dcbfde07a3224f0 SHA512 e554e48d740b0ce6406d8512a0c769e25f78b763d267bbbf8228197835b724154f33452571c771fede1415a9b3108deb096e3bc90291a95e8a3b00d216287928
+DIST unite-4.1.tar.bz2 85622 BLAKE2B 58f4d4ac86fcf588ab0e3ecdb45dd67d0c16c67be2f6daff21f9d4451b94c9094671f4248cc6f4b39e5a292418908536cb222288dd344d56f9b98b09f5263eb3 SHA512 1fb19cfaf1b49843c79e2b9ff8e318b950dc1b65144f83a76776963a598e666f3094dc7f65f2708d7e074f8197121cee77e028a07c5735998f73f2d52d08c9ca
diff --git a/app-vim/unite/unite-4.1.ebuild b/app-vim/unite/unite-4.1.ebuild
new file mode 100644
index 000000000000..ef0398461584
--- /dev/null
+++ b/app-vim/unite/unite-4.1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: unite all sources"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3396"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+
+VIM_PLUGIN_HELPFILES="${PN}.txt"
+
+RDEPEND="!app-vim/neocomplcache"