summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim/tt2-syntax')
-rw-r--r--app-vim/tt2-syntax/Manifest1
-rw-r--r--app-vim/tt2-syntax/metadata.xml6
-rw-r--r--app-vim/tt2-syntax/tt2-syntax-1.13.ebuild14
3 files changed, 21 insertions, 0 deletions
diff --git a/app-vim/tt2-syntax/Manifest b/app-vim/tt2-syntax/Manifest
new file mode 100644
index 000000000000..eee457b1e849
--- /dev/null
+++ b/app-vim/tt2-syntax/Manifest
@@ -0,0 +1 @@
+DIST tt2-syntax-1.13.tar.bz2 2991 SHA256 6b5ed46f6dc66c3a7e0b0a7f0498de83a481ffee5637d8d37c9906ef480306d7 SHA512 0e7f5ca2b5dd53598778bb85a76fbb8be52ce789221342cb5ab51a5084c7d679b8b2f5cee4f8f05db9648a5828471eeba3d0367959f09d280d9c098a9c21e52e WHIRLPOOL c561fdbe410af2b2011e658796fd25471319b9a85228a84cbbf8ff47268cfc38c5578f2d6e899674b0978b5fc1d079cec5c65eabd0b83daa228818c46e3c7606
diff --git a/app-vim/tt2-syntax/metadata.xml b/app-vim/tt2-syntax/metadata.xml
new file mode 100644
index 000000000000..c7b901f7dcaf
--- /dev/null
+++ b/app-vim/tt2-syntax/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>vim</herd>
+</pkgmetadata>
+
diff --git a/app-vim/tt2-syntax/tt2-syntax-1.13.ebuild b/app-vim/tt2-syntax/tt2-syntax-1.13.ebuild
new file mode 100644
index 000000000000..31167d563879
--- /dev/null
+++ b/app-vim/tt2-syntax/tt2-syntax-1.13.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: syntax highlighting for perl module Template-Toolkit"
+HOMEPAGE="http://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"