summaryrefslogtreecommitdiff
path: root/app-vim/searchcomplete
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-vim/searchcomplete
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/searchcomplete')
-rw-r--r--app-vim/searchcomplete/Manifest3
-rw-r--r--app-vim/searchcomplete/metadata.xml8
-rw-r--r--app-vim/searchcomplete/searchcomplete-1.1-r1.ebuild14
3 files changed, 25 insertions, 0 deletions
diff --git a/app-vim/searchcomplete/Manifest b/app-vim/searchcomplete/Manifest
new file mode 100644
index 000000000000..035ea6c526d3
--- /dev/null
+++ b/app-vim/searchcomplete/Manifest
@@ -0,0 +1,3 @@
+DIST searchcomplete-1.1.tar.bz2 1204 BLAKE2B 0259eea8117d2e27eb939b1d8f5a05d4d2d6b9b6b493372c5d15a7a2a379b112e7eb2c385392e37d5ef3ac2d1e77fdaa7640a6579af3c4e55a1dea8e63b4ce64 SHA512 8c30b446c330665d303935f07566aa0b3ac8bbb89a3068d5da40209f3a4d17dc3371245dd7bef567030b1a33653f9c481cd1165ee200b0c73723da5f5aea2043
+EBUILD searchcomplete-1.1-r1.ebuild 393 BLAKE2B 76a60dd633e56c128203d6a8c3f5e1643b14243f979b8f8158f47083cd2cb1b397f28a7ab64f37b141de3d22e051c874fa605c9aff67ae59104205d14dc0f6af SHA512 8aff4b8f34b8678db54a335a1d03456eea8f7a8743aac0e17edbe780053e93f5cdace9472355d4a1061384f95875f47e3f9fbbd61a371206e85b2b896c9188ea
+MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7
diff --git a/app-vim/searchcomplete/metadata.xml b/app-vim/searchcomplete/metadata.xml
new file mode 100644
index 000000000000..5c000c763084
--- /dev/null
+++ b/app-vim/searchcomplete/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>vim@gentoo.org</email>
+ <name>Gentoo Vim Project</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/app-vim/searchcomplete/searchcomplete-1.1-r1.ebuild b/app-vim/searchcomplete/searchcomplete-1.1-r1.ebuild
new file mode 100644
index 000000000000..de6531885534
--- /dev/null
+++ b/app-vim/searchcomplete/searchcomplete-1.1-r1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: tab completion in searches"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=474"
+LICENSE="GPL-2"
+KEYWORDS="alpha sparc x86 ia64 ppc amd64"
+IUSE=""
+
+VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=474"