summaryrefslogtreecommitdiff
path: root/app-vim/vimcommander
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/vimcommander
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/vimcommander')
-rw-r--r--app-vim/vimcommander/Manifest3
-rw-r--r--app-vim/vimcommander/metadata.xml8
-rw-r--r--app-vim/vimcommander/vimcommander-0.81.ebuild12
3 files changed, 23 insertions, 0 deletions
diff --git a/app-vim/vimcommander/Manifest b/app-vim/vimcommander/Manifest
new file mode 100644
index 000000000000..6a498a67c2c1
--- /dev/null
+++ b/app-vim/vimcommander/Manifest
@@ -0,0 +1,3 @@
+DIST vimcommander-0.81.tar.bz2 8447 BLAKE2B 62cfde9c053db718c8b35126826fe14fdde625c2341a22cd779dc13d9972a0b28a19f3f1efbb6dd6fddd96b6487478d113b055d132029e77d170b6b378c92f1d SHA512 903c97cd56d24f9c568b863c52f69878bc3aab7f8728de38697437bf0c0697b585b1d5ac5d824d472518dabf0f2367dff24b1881742b7d28c0f5452d74c37fab
+EBUILD vimcommander-0.81.ebuild 388 BLAKE2B 1e3442992200e3355c2da689e11334b194c0fd1db0f92d56bfe10832e592b2db0d3ae28667f11bb19bf76e7c35bfb934aae26e9e5bca1e6097fd6c387c85fa68 SHA512 15a4ddc94f0f6cab59b4895bcb94df042c58a55f874d975f0cf77b4de90726e3186762a0387538613a40e9a642616070ffa68634b33c7edd7efb42b8fe17aa72
+MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7
diff --git a/app-vim/vimcommander/metadata.xml b/app-vim/vimcommander/metadata.xml
new file mode 100644
index 000000000000..5c000c763084
--- /dev/null
+++ b/app-vim/vimcommander/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/vimcommander/vimcommander-0.81.ebuild b/app-vim/vimcommander/vimcommander-0.81.ebuild
new file mode 100644
index 000000000000..991351f9bd3b
--- /dev/null
+++ b/app-vim/vimcommander/vimcommander-0.81.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Total Commander style file explorer"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=808"
+LICENSE="GPL-2"
+KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+VIM_PLUGIN_HELPFILES="${PN}.txt"