diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /app-vim/tmpl | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'app-vim/tmpl')
-rw-r--r-- | app-vim/tmpl/Manifest | 1 | ||||
-rw-r--r-- | app-vim/tmpl/metadata.xml | 5 | ||||
-rw-r--r-- | app-vim/tmpl/tmpl-0.1.ebuild | 13 |
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" |