summaryrefslogtreecommitdiff
path: root/app-vim/tt2-syntax
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/tt2-syntax
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/tt2-syntax')
-rw-r--r--app-vim/tt2-syntax/Manifest3
-rw-r--r--app-vim/tt2-syntax/metadata.xml8
-rw-r--r--app-vim/tt2-syntax/tt2-syntax-1.13-r1.ebuild15
3 files changed, 26 insertions, 0 deletions
diff --git a/app-vim/tt2-syntax/Manifest b/app-vim/tt2-syntax/Manifest
new file mode 100644
index 000000000000..fba209b3cfc5
--- /dev/null
+++ b/app-vim/tt2-syntax/Manifest
@@ -0,0 +1,3 @@
+DIST tt2-syntax-1.13.tar.bz2 2991 BLAKE2B 07efcef9b28b8c44ff55d970dec2a9bff73c6e67adc3f03e6c09beca5552599b87150af08f82211f48ff79fb595f5324c60d1917a5f0378e769643b80c19b503 SHA512 0e7f5ca2b5dd53598778bb85a76fbb8be52ce789221342cb5ab51a5084c7d679b8b2f5cee4f8f05db9648a5828471eeba3d0367959f09d280d9c098a9c21e52e
+EBUILD tt2-syntax-1.13-r1.ebuild 445 BLAKE2B 89c1e67ecd039afac311e70d95959334ce1a26a6518009ac7ec6fda0213e9adeb47a6c60790f1c78ef41430c7ca53fc54c48f663e3de7097426ce6fad2aa6ce0 SHA512 e996ab70a54ed861feb1f2ed03ed43344a6f7ab1077be81971725f1b07ba9b831fd5def7f5284cdc2e2bc1b355bbef09e1ac9809b9a267e277e3d11753f4953d
+MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7
diff --git a/app-vim/tt2-syntax/metadata.xml b/app-vim/tt2-syntax/metadata.xml
new file mode 100644
index 000000000000..5c000c763084
--- /dev/null
+++ b/app-vim/tt2-syntax/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/tt2-syntax/tt2-syntax-1.13-r1.ebuild b/app-vim/tt2-syntax/tt2-syntax-1.13-r1.ebuild
new file mode 100644
index 000000000000..ea3b7184e7e5
--- /dev/null
+++ b/app-vim/tt2-syntax/tt2-syntax-1.13-r1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: syntax highlighting for perl module Template-Toolkit"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=830"
+LICENSE="vim"
+KEYWORDS="amd64 arm ppc ppc64 x86 ~x86-fbsd"
+IUSE=""
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin provides syntax highlighting for perl module Template-Toolkit"