diff options
author | 2008-05-20 00:08:07 +0000 | |
---|---|---|
committer | 2008-05-20 00:08:07 +0000 | |
commit | cab49237b455fecae462ce542d5b329b73816938 (patch) | |
tree | 9739230d45c89fb7bf32a150e2da3664681b8691 /app-vim | |
parent | p.mask app-vim/exheres-syntax-99999999 for testing, changelog entry (diff) | |
download | gentoo-2-cab49237b455fecae462ce542d5b329b73816938.tar.gz gentoo-2-cab49237b455fecae462ce542d5b329b73816938.tar.bz2 gentoo-2-cab49237b455fecae462ce542d5b329b73816938.zip |
Initial ebuild.
(Portage version: 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..63b12aba9628 --- /dev/null +++ b/app-vim/exheres-syntax/Manifest @@ -0,0 +1,3 @@ +EBUILD exheres-syntax-99999999.ebuild 428 RMD160 f307f7a4e81a486b466b79920f50f8c6756062a8 SHA1 73dc9cfa0c1628dd7ddc9e7a8bc899411bbf6e59 SHA256 8d9634f642d3074bd2b4723730f481c4d8bf92c5e384fd40cd080c6af6b4e86b +MISC ChangeLog 286 RMD160 c6ce3f3f608ce358f06e122ec0afcf20fc28431a SHA1 61377cecbb2c26c76d71e58a0af5e779a6155ffc SHA256 8c1da02e76d841716476f32370ecd35fc18cca657410666626c2a5c68063b7c6 +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> |