summaryrefslogtreecommitdiff
path: root/app-vim/l9
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/l9
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/l9')
-rw-r--r--app-vim/l9/Manifest3
-rw-r--r--app-vim/l9/l9-1.1.ebuild18
-rw-r--r--app-vim/l9/metadata.xml8
3 files changed, 29 insertions, 0 deletions
diff --git a/app-vim/l9/Manifest b/app-vim/l9/Manifest
new file mode 100644
index 000000000000..e54c9a8b2788
--- /dev/null
+++ b/app-vim/l9/Manifest
@@ -0,0 +1,3 @@
+DIST l9-1.1.zip 12363 BLAKE2B 35bef105c446b53115dfdc25b217da56e136ddeb0ac406fd4e793586a14e82720681d1c478bb64345e43264b9dcb2ee51a6fb15107e50e5bdf9596bf80769fa5 SHA512 75a593dd5bb7f6f3abcb6a915218755888d259ba950f3bef0f93eac189c5ed65e6646959c662a7ae9ca3a61fc80fc9e449d1590c718dda6544f86875097949d4
+EBUILD l9-1.1.ebuild 442 BLAKE2B 2ffbd6c0601311f96ffe36353545c2df135aab121ffe3fc16fe60e320682e56bffbd25c7e90612c5ad566a7cc2d680ce14514d1238fcb35a26a571feb3b96e4a SHA512 bbcd7ab7a0bf3008b2c33350bd8a884804dd17ade7ba9382e9d67bbdbd37f29e0d111a36bf94f93c1082fb1c8f89f67f30d743109c14718405d47b102411b84a
+MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7
diff --git a/app-vim/l9/l9-1.1.ebuild b/app-vim/l9/l9-1.1.ebuild
new file mode 100644
index 000000000000..9bee66275216
--- /dev/null
+++ b/app-vim/l9/l9-1.1.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: library for vim scripts"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3252"
+SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=13948 -> ${P}.zip"
+LICENSE="MIT"
+KEYWORDS="amd64 x86"
+
+VIM_PLUGIN_HELPFILES="${PN}.txt"
+
+DEPEND="app-arch/unzip"
+
+S=${WORKDIR}
diff --git a/app-vim/l9/metadata.xml b/app-vim/l9/metadata.xml
new file mode 100644
index 000000000000..5c000c763084
--- /dev/null
+++ b/app-vim/l9/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>