diff options
Diffstat (limited to 'app-vim/thlnk')
-rw-r--r-- | app-vim/thlnk/Manifest | 3 | ||||
-rw-r--r-- | app-vim/thlnk/metadata.xml | 8 | ||||
-rw-r--r-- | app-vim/thlnk/thlnk-1.2.1-r1.ebuild | 14 |
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" |