From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- app-vim/xsl-syntax/Manifest | 1 + app-vim/xsl-syntax/metadata.xml | 5 +++++ app-vim/xsl-syntax/xsl-syntax-0.3.11-r1.ebuild | 19 +++++++++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 app-vim/xsl-syntax/Manifest create mode 100644 app-vim/xsl-syntax/metadata.xml create mode 100644 app-vim/xsl-syntax/xsl-syntax-0.3.11-r1.ebuild (limited to 'app-vim/xsl-syntax') diff --git a/app-vim/xsl-syntax/Manifest b/app-vim/xsl-syntax/Manifest new file mode 100644 index 000000000000..bc9d3fb9306a --- /dev/null +++ b/app-vim/xsl-syntax/Manifest @@ -0,0 +1 @@ +DIST xsl-syntax-0.3.11.tar.bz2 5770 SHA256 ad4e5eefaf8ba7ce7bb6190d263b6331164d379831f33a577ad32ad9c6937155 SHA512 e09f0f6ebe023a681560a12e919c9573abc2bf0f1a6fe1bda233ca296fa4fa81bead99aeb7eafb387f04e199f7601d8ce6593c767be1b3e94ff73135ea0f4361 WHIRLPOOL 5a5e004bb941a215cba37c3d63b77c0d238f03c3333b253925c81b70df3899c723cf3c06d9ea848cb21cfed5f6d8ff37d0f9ee04f0a86bdbbbb4a48e40570c1d diff --git a/app-vim/xsl-syntax/metadata.xml b/app-vim/xsl-syntax/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/xsl-syntax/metadata.xml @@ -0,0 +1,5 @@ + + + + vim + diff --git a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r1.ebuild b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r1.ebuild new file mode 100644 index 000000000000..8ce20c7d5fce --- /dev/null +++ b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: Syntax for XSLT (with HTML and others)" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=257" +LICENSE="vim" +KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86" +IUSE="" +VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=257" + +src_unpack() { + unpack ${A} + cd "${S}" + # hi link is evil. See bug #101787, bug #101804. + sed -i -e 's,^hi link,hi def link,' syntax/xsl.vim || die "sed failed" +} -- cgit v1.2.3-65-gdbad