summaryrefslogtreecommitdiff
path: root/app-vim/tmpl
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/tmpl
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/tmpl')
-rw-r--r--app-vim/tmpl/Manifest3
-rw-r--r--app-vim/tmpl/metadata.xml8
-rw-r--r--app-vim/tmpl/tmpl-0.1-r1.ebuild14
3 files changed, 25 insertions, 0 deletions
diff --git a/app-vim/tmpl/Manifest b/app-vim/tmpl/Manifest
new file mode 100644
index 000000000000..8724bbe1e65b
--- /dev/null
+++ b/app-vim/tmpl/Manifest
@@ -0,0 +1,3 @@
+DIST tmpl-0.1.tar.bz2 1165 BLAKE2B f7b5d2d79fdefe9c46c544fb9d98e0b76586d05a43ac49947278dfd43b8c9dc19eda0876b3c9f4e8e8a068cc89e011ec2ee5fe4afee142a759d8b33822dbae76 SHA512 c50d15be556224544ae99bb1a4ec78fca6d0cc4c1df11c4ef5302ce851b8f92baca04e498774cd1352ca3f1a8789498e7f47bb371828da13a7703a2f654ab51c
+EBUILD tmpl-0.1-r1.ebuild 404 BLAKE2B 74c425831306593b875af19de01f2009ad3b268555ee10f6f786efc8d941314c0a0b824ec5c8653faafb97096e07b0c925bd101fd14ac7940e71d651d0acaa5e SHA512 3dd552b304a6561e2f6546ba2377847f8a48873b212b7df101548862fdd791d5c6b4817cc12871337756b686a8398e2add33027f8771d72c6a530b073422e70b
+MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7
diff --git a/app-vim/tmpl/metadata.xml b/app-vim/tmpl/metadata.xml
new file mode 100644
index 000000000000..5c000c763084
--- /dev/null
+++ b/app-vim/tmpl/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/tmpl/tmpl-0.1-r1.ebuild b/app-vim/tmpl/tmpl-0.1-r1.ebuild
new file mode 100644
index 000000000000..c61adb98ae8b
--- /dev/null
+++ b/app-vim/tmpl/tmpl-0.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: Syntax for Sam Tregar's HTML::Template"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=254"
+LICENSE="vim"
+KEYWORDS="x86 alpha ia64 sparc amd64 ppc"
+IUSE=""
+
+VIM_PLUGIN_HELPURL="https://www.vim.org/scripts/script.php?script_id=254"