summaryrefslogtreecommitdiff
path: root/app-vim/curcmdmode
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/curcmdmode
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/curcmdmode')
-rw-r--r--app-vim/curcmdmode/Manifest3
-rw-r--r--app-vim/curcmdmode/curcmdmode-1.0-r1.ebuild18
-rw-r--r--app-vim/curcmdmode/metadata.xml8
3 files changed, 29 insertions, 0 deletions
diff --git a/app-vim/curcmdmode/Manifest b/app-vim/curcmdmode/Manifest
new file mode 100644
index 000000000000..1e1b1c020820
--- /dev/null
+++ b/app-vim/curcmdmode/Manifest
@@ -0,0 +1,3 @@
+DIST curcmdmode-1.0.tar.bz2 3566 BLAKE2B 138c7b9b84d69a40df731dc633dd7b7e2b2859af70d8418a5760a7b6016dd61f3401bd7bd1bb7854e500c744cabb8f0c65a89fe2ee37ffbe0a3117909c232491 SHA512 eae4e7cc92ae3838ffbdb507fd51174daf2fcd05d23f418555ac9ea3dde5562e49c67ee7b27dfcf6bf2088dd335ca97165835919dd804a86fca581b4d6bc0ea2
+EBUILD curcmdmode-1.0-r1.ebuild 487 BLAKE2B f7e27dd0363ee7a6467f0872215f942ed5223c77f8f3a0e0cf72e64a0b5e05d3544cbe5839ae891854828e17874c44605f659308babf90aee95dec998ff4b8e4 SHA512 fc04cb7a064c5838136757c7fe5a7a87617808960b2f3c2b07bb44b242427634a0161fbff3b14bf97ad6b5138a08071f0f631426f3c9f91d046b1cf24cd23e36
+MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7
diff --git a/app-vim/curcmdmode/curcmdmode-1.0-r1.ebuild b/app-vim/curcmdmode/curcmdmode-1.0-r1.ebuild
new file mode 100644
index 000000000000..48607fca05bf
--- /dev/null
+++ b/app-vim/curcmdmode/curcmdmode-1.0-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: library for extending vim's mode() function"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=745"
+LICENSE="GPL-2"
+KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
+IUSE=""
+
+RDEPEND="app-vim/genutils"
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin provides library functions and is not intended to be used
+directly by the user."
diff --git a/app-vim/curcmdmode/metadata.xml b/app-vim/curcmdmode/metadata.xml
new file mode 100644
index 000000000000..5c000c763084
--- /dev/null
+++ b/app-vim/curcmdmode/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>