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/exheres-syntax | |
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/exheres-syntax')
-rw-r--r-- | app-vim/exheres-syntax/Manifest | 2 | ||||
-rw-r--r-- | app-vim/exheres-syntax/exheres-syntax-20080908.ebuild | 17 | ||||
-rw-r--r-- | app-vim/exheres-syntax/exheres-syntax-20090310.ebuild | 17 | ||||
-rw-r--r-- | app-vim/exheres-syntax/exheres-syntax-99999999.ebuild | 29 | ||||
-rw-r--r-- | app-vim/exheres-syntax/metadata.xml | 11 |
5 files changed, 76 insertions, 0 deletions
diff --git a/app-vim/exheres-syntax/Manifest b/app-vim/exheres-syntax/Manifest new file mode 100644 index 000000000000..782f158ac1db --- /dev/null +++ b/app-vim/exheres-syntax/Manifest @@ -0,0 +1,2 @@ +DIST exheres-syntax-20080908.tar.bz2 3566 SHA256 456a4c1032884618474e855f73da2fcb126b98cf584aa46034a6e9fffaf7556e SHA512 aecd078d1c62df32fdcb6a35718431abad469cec4a05bde0e745d49bc402758347249d1121fc66bda8822e6594ede3a3e86d226a704fb6dab6fcb06cc3013256 WHIRLPOOL 6001bfeeac2fbf537926327877d849b2ced7bd0299080991bde0b0cc921aabeb4639c5ede1b8e37736a2597a1873669818f839fced7bea04d298627f414d2040 +DIST exheres-syntax-20090310.tar.bz2 3670 SHA256 45e6b60101679b5d8e2f93024a78f7ce15087dfce8e4d06fa52adb2281416ed3 SHA512 616ef17367c68157d715321e457aaf0c65c97329f0848cb964d8974b6a85b4147f2e192b2ea3fcbfa3970e095bd9874203ce9723c73d1ef8350200732198c79f WHIRLPOOL 75622f4a75c7bba7d224708babc6c95e985b3dbda415a064d2f157394ec90e8c957f6f9f28093ac1c51a2e3f3f4824b3daca3724ea2341e2fd91829b71398c2b diff --git a/app-vim/exheres-syntax/exheres-syntax-20080908.ebuild b/app-vim/exheres-syntax/exheres-syntax-20080908.ebuild new file mode 100644 index 000000000000..f92668556a2e --- /dev/null +++ b/app-vim/exheres-syntax/exheres-syntax-20080908.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: exheres format highlighting" +HOMEPAGE="http://www.exherbo.org/" +SRC_URI="http://dev.exherbo.org/~ahf/pub/software/releases/${PN}/${P}.tar.bz2" + +LICENSE="vim" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="exheres-syntax" +VIM_PLUGIN_MESSAGES="filetype" diff --git a/app-vim/exheres-syntax/exheres-syntax-20090310.ebuild b/app-vim/exheres-syntax/exheres-syntax-20090310.ebuild new file mode 100644 index 000000000000..d267b356ab1d --- /dev/null +++ b/app-vim/exheres-syntax/exheres-syntax-20090310.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: exheres format highlighting" +HOMEPAGE="http://www.exherbo.org/" +SRC_URI="http://dev.exherbo.org/~ahf/pub/software/releases/${PN}/${P}.tar.bz2" + +LICENSE="vim" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="exheres-syntax" +VIM_PLUGIN_MESSAGES="filetype" 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..f3a1ceca7624 --- /dev/null +++ b/app-vim/exheres-syntax/exheres-syntax-99999999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin git-2 + +DESCRIPTION="vim plugin: exheres format highlighting" +HOMEPAGE="http://www.exherbo.org/" +EGIT_REPO_URI="git://git.exherbo.org/${PN}.git + http://git.exherbo.org/pub/scm/${PN}.git" +unset SRC_URI + +LICENSE="vim" +SLOT="0" +IUSE="" +KEYWORDS="" + +VIM_PLUGIN_HELPFILES="exheres-syntax" +VIM_PLUGIN_MESSAGES="filetype" + +src_unpack() { + git-2_src_unpack + cd "${S}" + rm .gitignore Makefile +} + +src_compile() { + : +} diff --git a/app-vim/exheres-syntax/metadata.xml b/app-vim/exheres-syntax/metadata.xml new file mode 100644 index 000000000000..9c029ee6ee30 --- /dev/null +++ b/app-vim/exheres-syntax/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <herd>proxy-maintainers</herd> +<maintainer> + <email>ahf@exherbo.org</email> + <name>Alexander H. Faeroy</name> + <description>Proxied upstream</description> + </maintainer> +</pkgmetadata> |