summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim/tmpl')
-rw-r--r--app-vim/tmpl/Manifest1
-rw-r--r--app-vim/tmpl/metadata.xml5
-rw-r--r--app-vim/tmpl/tmpl-0.1.ebuild13
3 files changed, 19 insertions, 0 deletions
diff --git a/app-vim/tmpl/Manifest b/app-vim/tmpl/Manifest
new file mode 100644
index 000000000000..7303465fe79d
--- /dev/null
+++ b/app-vim/tmpl/Manifest
@@ -0,0 +1 @@
+DIST tmpl-0.1.tar.bz2 1165 SHA256 da9cf364dc16d2e16e4aaccdf551e14f2cd113ce690b119ab43a4546825b1b0b SHA512 c50d15be556224544ae99bb1a4ec78fca6d0cc4c1df11c4ef5302ce851b8f92baca04e498774cd1352ca3f1a8789498e7f47bb371828da13a7703a2f654ab51c WHIRLPOOL 15512498a205e3dd6c169d0b61c6789bd925852a31d222bb06316c803875b4e39a6cb4ddd3f0c478e5c333fb1833cba19b33f7867f3de6ce5cfb30db553b4987
diff --git a/app-vim/tmpl/metadata.xml b/app-vim/tmpl/metadata.xml
new file mode 100644
index 000000000000..d221a8d4b42c
--- /dev/null
+++ b/app-vim/tmpl/metadata.xml
@@ -0,0 +1,5 @@
+<?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/tmpl/tmpl-0.1.ebuild b/app-vim/tmpl/tmpl-0.1.ebuild
new file mode 100644
index 000000000000..e6952f2e0713
--- /dev/null
+++ b/app-vim/tmpl/tmpl-0.1.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Syntax for Sam Tregar's HTML::Template"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=254"
+LICENSE="vim"
+KEYWORDS="x86 alpha ia64 sparc amd64 ppc"
+IUSE=""
+
+VIM_PLUGIN_HELPURL="http://www.vim.org/scripts/script.php?script_id=254"