summaryrefslogtreecommitdiff
path: root/app-vim/multiplesearch
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/multiplesearch
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/multiplesearch')
-rw-r--r--app-vim/multiplesearch/Manifest3
-rw-r--r--app-vim/multiplesearch/metadata.xml8
-rw-r--r--app-vim/multiplesearch/multiplesearch-1.3.ebuild18
3 files changed, 29 insertions, 0 deletions
diff --git a/app-vim/multiplesearch/Manifest b/app-vim/multiplesearch/Manifest
new file mode 100644
index 000000000000..7e6097ef5edf
--- /dev/null
+++ b/app-vim/multiplesearch/Manifest
@@ -0,0 +1,3 @@
+DIST multiplesearch-1.3.zip 6500 BLAKE2B 6ef00cdc03b46f714ced36e38e7928ccdccb2821c09d35e08fda77520b3f7ea612ca2f7818aba19d2d9b0baa1ab5fc4268b547973cc058557f618e1d5ee56739 SHA512 015e5744c0b0c496ca9263c901f29d66ea8edb75de6d39eb5b4956d977b1714611fda199be730fd77f6a9c0ceb0fe0cd74744ba3853b747f33bcdc8af92e7235
+EBUILD multiplesearch-1.3.ebuild 489 BLAKE2B 9b72f40caec4b05f9ab86b0249dc177db313e88930d0600462a23dd3d5fedd03c7f198693741b6f2ceff571ca2495e1d6da574c8c17e24d000b8d15c4790aefc SHA512 2b556dde6e5feb7e6951ba931c5f9be3072cab7d941c22e6c6c89c9ca3f11cd008b5ae230b4bdaa21270d7e84663cd5786cb80922fd9ad509ff9a5cdfab99101
+MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7
diff --git a/app-vim/multiplesearch/metadata.xml b/app-vim/multiplesearch/metadata.xml
new file mode 100644
index 000000000000..5c000c763084
--- /dev/null
+++ b/app-vim/multiplesearch/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/multiplesearch/multiplesearch-1.3.ebuild b/app-vim/multiplesearch/multiplesearch-1.3.ebuild
new file mode 100644
index 000000000000..23969f4db751
--- /dev/null
+++ b/app-vim/multiplesearch/multiplesearch-1.3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: allows multiple highlighted searches"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=479"
+SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=9276 -> ${P}.zip"
+LICENSE="vim"
+KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
+
+VIM_PLUGIN_HELPFILES="MultipleSearch.txt"
+
+DEPEND="app-arch/unzip"
+
+S=${WORKDIR}