summaryrefslogtreecommitdiff
path: root/app-vim/thlnk
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/thlnk
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/thlnk')
-rw-r--r--app-vim/thlnk/Manifest3
-rw-r--r--app-vim/thlnk/metadata.xml8
-rw-r--r--app-vim/thlnk/thlnk-1.2.1-r1.ebuild14
3 files changed, 25 insertions, 0 deletions
diff --git a/app-vim/thlnk/Manifest b/app-vim/thlnk/Manifest
new file mode 100644
index 000000000000..f930f20ef3ac
--- /dev/null
+++ b/app-vim/thlnk/Manifest
@@ -0,0 +1,3 @@
+DIST thlnk-1.2.1.tar.bz2 35428 BLAKE2B 0121b4e6a949ad1dd447560052479de8a62248098ffd6397d49b94c33e1a19d4a76c9ed63b3306cc6e484dd8efbd7434f52c2fbed741c976526d620c278fde98 SHA512 c3de0452a5a5d068f9c64d7ef1f7e390a3f870546a7ab2daec41d301c19f57d4a0e254fd45de4775455746312f48f3223b6ddbaa80159a0ff56cf707b9cc0945
+EBUILD thlnk-1.2.1-r1.ebuild 366 BLAKE2B 9db16803e8d6cb75fce739cef96729c68529606368aed34389816d5267a00fc72d5b3953d3b0fde94c8d4e92562ae829b4c927c7436570d8cc71ec4defc38dab SHA512 e4e66f84a059a301ae8b88ddfcd27149aab6530a2d14bd94e5a5c937ed6c45fcdb7d52e63d359a5aaf8e526975f5e9cc790d3d1d38f97e514133a4f6bce88c43
+MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7
diff --git a/app-vim/thlnk/metadata.xml b/app-vim/thlnk/metadata.xml
new file mode 100644
index 000000000000..5c000c763084
--- /dev/null
+++ b/app-vim/thlnk/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/thlnk/thlnk-1.2.1-r1.ebuild b/app-vim/thlnk/thlnk-1.2.1-r1.ebuild
new file mode 100644
index 000000000000..430077ec35f1
--- /dev/null
+++ b/app-vim/thlnk/thlnk-1.2.1-r1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: linking in plaintext"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=293"
+LICENSE="GPL-2"
+KEYWORDS="alpha amd64 ia64 ppc sparc x86"
+IUSE=""
+
+VIM_PLUGIN_HELPFILES="thlnk thlnk-reference-manual"