diff options
author | 2003-09-14 15:09:11 +0000 | |
---|---|---|
committer | 2003-09-14 15:09:11 +0000 | |
commit | 52122cc0bc0215b572583c9a1655e42412dea9a1 (patch) | |
tree | 8b16ec6544cd06c82775d162f88b1e8ffcbe3efc /app-vim/tmpl | |
parent | add app-vim/tmpl (diff) | |
download | gentoo-2-52122cc0bc0215b572583c9a1655e42412dea9a1.tar.gz gentoo-2-52122cc0bc0215b572583c9a1655e42412dea9a1.tar.bz2 gentoo-2-52122cc0bc0215b572583c9a1655e42412dea9a1.zip |
add app-vim/tmpl
Diffstat (limited to 'app-vim/tmpl')
-rw-r--r-- | app-vim/tmpl/ChangeLog | 12 | ||||
-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 |
5 files changed, 30 insertions, 1 deletions
diff --git a/app-vim/tmpl/ChangeLog b/app-vim/tmpl/ChangeLog new file mode 100644 index 000000000000..a4d7394a782f --- /dev/null +++ b/app-vim/tmpl/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for app-vim/tmpl +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/tmpl/ChangeLog,v 1.1 2003/09/14 15:09:06 agriffis Exp $ + +*tmpl-0.1 (14 Sep 2003) + + 14 Sep 2003; Aron Griffis <agriffis@gentoo.org> tmpl-0.1.ebuild: + Initial import of app-vim/tmpl. Attempted to contact the author regarding the + license of this plugin, but was unsuccessful so far. Considering the file + bears no copyright or license information, and the file is freely available + from vim.org, assuming the vim license is sufficient until otherwise informed. + 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" |