app-vim/unite: version bump.
authorPatrice Clement <monsieurp@gentoo.org>
Sat, 14 Jul 2018 19:52:03 +0000 (21:52 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Sat, 14 Jul 2018 19:52:15 +0000 (21:52 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

app-vim/unite/Manifest
app-vim/unite/unite-4.1.ebuild [new file with mode: 0644]

index 4ca97495bab489f2fd5080b443a96a7f5900446c..96ca02dc87221d6df6e50087e080fc0df1a3851b 100644 (file)
@@ -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 (file)
index 0000000..ef03984
--- /dev/null
@@ -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"