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/nginx-syntax/Manifest | 2 ++ app-vim/nginx-syntax/metadata.xml | 5 +++++ app-vim/nginx-syntax/nginx-syntax-0.3.2.ebuild | 13 +++++++++++++ app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild | 12 ++++++++++++ 4 files changed, 32 insertions(+) create mode 100644 app-vim/nginx-syntax/Manifest create mode 100644 app-vim/nginx-syntax/metadata.xml create mode 100644 app-vim/nginx-syntax/nginx-syntax-0.3.2.ebuild create mode 100644 app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild (limited to 'app-vim/nginx-syntax') diff --git a/app-vim/nginx-syntax/Manifest b/app-vim/nginx-syntax/Manifest new file mode 100644 index 000000000000..daffa505d506 --- /dev/null +++ b/app-vim/nginx-syntax/Manifest @@ -0,0 +1,2 @@ +DIST nginx-syntax-0.3.2.tar.bz2 5736 SHA256 53481176a8a4197f9ddbb3c355672f990449fc6d50c5e693c1dde92eeebbdd40 SHA512 8397b6428a9141ba761bcbcd2763e9e3c8d676df45ff4e12e07dc59f1520282a390acc33a77ec7718b9cffe08c634170226abdc48d6e345b50e0e83e373b148c WHIRLPOOL 760897d25790480bdc273e1d50e90e1b1f0cbef0c46464d74d264775ec05a067f085f169a466bec98ebdb1a02322806fe64c30ae708faec1d394bcbab09b7e95 +DIST nginx-syntax-0.3.3.tar.bz2 5675 SHA256 1b729f6fb034750568fd7407192ba6787c998fad5c86ccd2d254a8392d4d583c SHA512 0142c9b825b9f9c262145c0d202651f020e5b3f3f3548ecbdd713cf66c5f7098b974e7d16eedfa9d722c2efdfbd9732097bf8b293a610a64c21571ec66a5886d WHIRLPOOL d32a86d52632127e0ce520bca3ccebc80e95aabe9cb3c2c673a41b306937e85165e8eed7b1a8b5cfff9da8396eb6f248c40a500bde68de8f88b2cb8e8dd77ebc diff --git a/app-vim/nginx-syntax/metadata.xml b/app-vim/nginx-syntax/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/nginx-syntax/metadata.xml @@ -0,0 +1,5 @@ + + + + vim + diff --git a/app-vim/nginx-syntax/nginx-syntax-0.3.2.ebuild b/app-vim/nginx-syntax/nginx-syntax-0.3.2.ebuild new file mode 100644 index 000000000000..3a010e1a3ab9 --- /dev/null +++ b/app-vim/nginx-syntax/nginx-syntax-0.3.2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="2" + +inherit vim-plugin + +DESCRIPTION="vim plugin: Nginx configuration files syntax" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1886" +LICENSE="vim" +KEYWORDS="amd64 ~arm ppc x86 ~amd64-fbsd" +IUSE="" diff --git a/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild b/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild new file mode 100644 index 000000000000..84c8408a763e --- /dev/null +++ b/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit vim-plugin + +DESCRIPTION="vim plugin: Nginx configuration files syntax" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1886" +LICENSE="vim" +KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-fbsd" -- cgit v1.2.3-65-gdbad