diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-09-14 15:09:11 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-09-14 15:09:11 +0000 |
commit | 95cba27dbf91e19a4628e9f015fd28a7014b8f5b (patch) | |
tree | b1fe085ea3af387a64e550893fae94f543da6613 /app-vim/tmpl | |
parent | add app-vim/tmpl (diff) | |
download | historical-95cba27dbf91e19a4628e9f015fd28a7014b8f5b.tar.gz historical-95cba27dbf91e19a4628e9f015fd28a7014b8f5b.tar.bz2 historical-95cba27dbf91e19a4628e9f015fd28a7014b8f5b.zip |
add app-vim/tmpl
Diffstat (limited to 'app-vim/tmpl')
-rw-r--r-- | app-vim/tmpl/Manifest | 3 | ||||
-rw-r--r-- | app-vim/tmpl/files/digest-tmpl-0.1 | 1 | ||||
-rw-r--r-- | app-vim/tmpl/metadata.xml | 5 | ||||
-rw-r--r-- | app-vim/tmpl/tmpl-0.1.ebuild | 10 |
4 files changed, 18 insertions, 1 deletions
diff --git a/app-vim/tmpl/Manifest b/app-vim/tmpl/Manifest index 3285f8b67b13..8e2086682b2a 100644 --- a/app-vim/tmpl/Manifest +++ b/app-vim/tmpl/Manifest @@ -1,3 +1,4 @@ -MD5 e545cd3edc40078c9405e063441514b8 tmpl-0.1.ebuild 406 +MD5 c061849d3e424c9f1e40bd44d5ed17dd tmpl-0.1.ebuild 405 +MD5 6023a23ae4deb4009a7652ef07ae8544 ChangeLog 616 MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156 MD5 cc100163c4e76dbd3f7d9e962911f962 files/digest-tmpl-0.1 59 diff --git a/app-vim/tmpl/files/digest-tmpl-0.1 b/app-vim/tmpl/files/digest-tmpl-0.1 new file mode 100644 index 000000000000..0cb8b5a3a8d6 --- /dev/null +++ b/app-vim/tmpl/files/digest-tmpl-0.1 @@ -0,0 +1 @@ +MD5 838afaaab0e5c6e673f66ec9bcd54e5d tmpl-0.1.tar.bz2 1165 diff --git a/app-vim/tmpl/metadata.xml b/app-vim/tmpl/metadata.xml new file mode 100644 index 000000000000..5fcb67350f69 --- /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..ecdef0f911e7 --- /dev/null +++ b/app-vim/tmpl/tmpl-0.1.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/tmpl/tmpl-0.1.ebuild,v 1.1 2003/09/14 15:09:07 agriffis Exp $ + +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" |