diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-05-20 00:08:07 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-05-20 00:08:07 +0000 |
commit | 96c874c5754b9df510b69ee335a66d69da341498 (patch) | |
tree | aa31292ad8470ddd06cfa537700bd81c7b818176 /app-vim | |
parent | p.mask app-vim/exheres-syntax-99999999 for testing, changelog entry (diff) | |
download | historical-96c874c5754b9df510b69ee335a66d69da341498.tar.gz historical-96c874c5754b9df510b69ee335a66d69da341498.tar.bz2 historical-96c874c5754b9df510b69ee335a66d69da341498.zip |
Initial ebuild.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/exheres-syntax/ChangeLog | 10 | ||||
-rw-r--r-- | app-vim/exheres-syntax/Manifest | 3 | ||||
-rw-r--r-- | app-vim/exheres-syntax/exheres-syntax-99999999.ebuild | 17 | ||||
-rw-r--r-- | app-vim/exheres-syntax/metadata.xml | 9 |
4 files changed, 39 insertions, 0 deletions
diff --git a/app-vim/exheres-syntax/ChangeLog b/app-vim/exheres-syntax/ChangeLog new file mode 100644 index 000000000000..cc008aa87822 --- /dev/null +++ b/app-vim/exheres-syntax/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-vim/exheres-syntax +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/exheres-syntax/ChangeLog,v 1.1 2008/05/20 00:08:07 coldwind Exp $ + +*exheres-syntax-99999999 (20 May 2008) + + 20 May 2008; Santiago M. Mola <coldwind@gentoo.org> +metadata.xml, + +exheres-syntax-99999999.ebuild: + Initial ebuild. + diff --git a/app-vim/exheres-syntax/Manifest b/app-vim/exheres-syntax/Manifest new file mode 100644 index 000000000000..e2be910a74b3 --- /dev/null +++ b/app-vim/exheres-syntax/Manifest @@ -0,0 +1,3 @@ +EBUILD exheres-syntax-99999999.ebuild 545 RMD160 793fdc158b04f1c0343e804c06cc41f09d8cd842 SHA1 4e1ef46f3f4749ae671e2df4704eda4696c80fb3 SHA256 921bd9d95875a920854dd3311ee99565530fcbd979f189b8ebc6966e3c08aedc +MISC ChangeLog 382 RMD160 8247d5b1414e7ef0f2d4ea99f482f55ed5337c74 SHA1 693668aa1962b59c7dd323cfc49bd8a58b96fe6a SHA256 71cd1ea0f3355d3e14d7642d35b1f0ad3d0cc5ec9c4999f24e4415fc64d4712d +MISC metadata.xml 252 RMD160 572c410ee1aecb695b3895ea91eaf521488416fa SHA1 9399586379468fc6aacdf78f08911ff13d62fa46 SHA256 f375817803fb5809e49cec27d26daaf9b74749a3b92c0cafae8a84104f63bd9a diff --git a/app-vim/exheres-syntax/exheres-syntax-99999999.ebuild b/app-vim/exheres-syntax/exheres-syntax-99999999.ebuild new file mode 100644 index 000000000000..b99914b33164 --- /dev/null +++ b/app-vim/exheres-syntax/exheres-syntax-99999999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/exheres-syntax/exheres-syntax-99999999.ebuild,v 1.1 2008/05/20 00:08:07 coldwind Exp $ + +inherit vim-plugin subversion + +DESCRIPTION="vim plugin: exheres format highlighting" +HOMEPAGE="http://www.exherbo.org/" +SRC_URI="" +ESVN_REPO_URI="http://svn.exherbo.org/exheres-syntax/trunk" + +LICENSE="vim" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="exheres-syntax" +VIM_PLUGIN_MESSAGES="filetype" diff --git a/app-vim/exheres-syntax/metadata.xml b/app-vim/exheres-syntax/metadata.xml new file mode 100644 index 000000000000..26fdc4ef7753 --- /dev/null +++ b/app-vim/exheres-syntax/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>vim</herd> +<maintainer> + <email>coldwind@gentoo.org</email> + <name>Santiago M. Mola</name> +</maintainer> +</pkgmetadata> |