summaryrefslogtreecommitdiff
path: root/app-vim/greputils
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/greputils
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/greputils')
-rw-r--r--app-vim/greputils/Manifest3
-rw-r--r--app-vim/greputils/greputils-2.8-r1.ebuild21
-rw-r--r--app-vim/greputils/metadata.xml8
3 files changed, 32 insertions, 0 deletions
diff --git a/app-vim/greputils/Manifest b/app-vim/greputils/Manifest
new file mode 100644
index 000000000000..8aac9b20804e
--- /dev/null
+++ b/app-vim/greputils/Manifest
@@ -0,0 +1,3 @@
+DIST greputils-2.8.tar.bz2 11886 BLAKE2B 7c1a8c08393d50d044203b8190c5ce35fa75b5ab6e2b18a6e5ad2eb679ac4685c92c336fe347e03db230a6f3a459d7acfac9f4e0161ca4adb17ee90192b38641 SHA512 07a7b22a900860b982bb0596232892ad056472fa48447131ba56083caef00318886719f379c9f9296fc00fd54575ab16aae71b3d1adf2af5d05a11a45a2bd7f9
+EBUILD greputils-2.8-r1.ebuild 480 BLAKE2B 67e8437109fb5e09c370408acaea2d85d714a0448dcbb72b3680b5180733932e5f105cad46be7b072dbdf5015617d4ea7df552cf3cf838ac77db8d8c5cf4abc6 SHA512 ce50fbabacdd0264b1907d46fda725e9e989abd0ab2c4a8be8b31eef3be687491fbd5e60e045a2a66ddae0d9744bb6591ad00c8de621ca565417c7e9b7802282
+MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7
diff --git a/app-vim/greputils/greputils-2.8-r1.ebuild b/app-vim/greputils/greputils-2.8-r1.ebuild
new file mode 100644
index 000000000000..ad6fb677b12c
--- /dev/null
+++ b/app-vim/greputils/greputils-2.8-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: interface with grep, find and id-utils"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1062"
+LICENSE="GPL-2"
+KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
+IUSE=""
+
+VIM_PLUGIN_HELPURI="${HOMEPAGE}"
+
+DEPEND=""
+RDEPEND="
+ ${DEPEND}
+ >=app-vim/genutils-1.18
+ >=app-vim/multvals-3.6.1
+ >=app-vim/cmdalias-1.0"
diff --git a/app-vim/greputils/metadata.xml b/app-vim/greputils/metadata.xml
new file mode 100644
index 000000000000..5c000c763084
--- /dev/null
+++ b/app-vim/greputils/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>