summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /app-vim/brainfuck-syntax
downloadgentoo-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/brainfuck-syntax')
-rw-r--r--app-vim/brainfuck-syntax/Manifest3
-rw-r--r--app-vim/brainfuck-syntax/brainfuck-syntax-1.0.1.ebuild14
-rw-r--r--app-vim/brainfuck-syntax/brainfuck-syntax-1.0.2.ebuild14
-rw-r--r--app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild13
-rw-r--r--app-vim/brainfuck-syntax/metadata.xml5
5 files changed, 49 insertions, 0 deletions
diff --git a/app-vim/brainfuck-syntax/Manifest b/app-vim/brainfuck-syntax/Manifest
new file mode 100644
index 000000000000..20bc306e7f5c
--- /dev/null
+++ b/app-vim/brainfuck-syntax/Manifest
@@ -0,0 +1,3 @@
+DIST brainfuck-syntax-1.0.1.tar.bz2 874 SHA256 86b25c5953e69cba70b310680f1a05465d90139352d97414566138b3f18d2a8d SHA512 2c18bffdb9255392f88d2155fe73300e13e50856d72a84424d52699572b7dbad658759d8e5ee16baa4eedd5ca666fcb0f8085d6cbd760c938b160b952999a29d WHIRLPOOL fd14de34633cd87a8cb3c5c807b6a87d62c39f8e06c62d421d71edbb11d607db97774401b93db981ffcd3779dddaf032050b3c480d6715923b87ab189d99c45e
+DIST brainfuck-syntax-1.0.2.tar.bz2 916 SHA256 256a0f43be2da9af5a3f7bc8af34083a374cf711186d9ca921b63a7dd5f9c84a SHA512 d01e544e45d4ada1c7ed8ca02e72d888fdcd374be8ee45c01d7797fc1e32457be94e0429dc3fc88f12fee063bd70d06af8ab4238795154a82793b6abb42dd974 WHIRLPOOL 71b8be951bd07d9df149a5ef4f205a196fb4153d33087414fc3df4d0436dae1526134a65de7dc6355ba3a34a25f92b3f2e82c02339f148b5076e4bf09f9bf9ed
+DIST brainfuck-syntax-1.0.3.tar.bz2 926 SHA256 10f52e0d1d017f78479bb4c131440fc7d8789fdf24261431b586969f9663e23b SHA512 42dbcbe916b19bcb30cadf929cb71aadb7032ebe38c26b1d5fa2fc9d8513d3dda275df289cc5fdf094f9fccd5f4e720e6c24d006d431fd3668f73d2c44e8b82a WHIRLPOOL 9e0094b1d3d8b1b93f70240edca5409f08f701d0e6acac3e5541074cc71c107490b27d0bbe9206f1a034f4826dd03f3cd33394abf8bcd4d66ce4519879008eb4
diff --git a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.1.ebuild b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.1.ebuild
new file mode 100644
index 000000000000..811b57f50894
--- /dev/null
+++ b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: BrainFuck source file syntax highlighting"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=716"
+LICENSE="vim.org"
+KEYWORDS="amd64 ~mips ppc ppc64 x86"
+IUSE=""
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin provides syntax highlighting for BrainFuck source files."
diff --git a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.2.ebuild b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.2.ebuild
new file mode 100644
index 000000000000..811b57f50894
--- /dev/null
+++ b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.2.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: BrainFuck source file syntax highlighting"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=716"
+LICENSE="vim.org"
+KEYWORDS="amd64 ~mips ppc ppc64 x86"
+IUSE=""
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin provides syntax highlighting for BrainFuck source files."
diff --git a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild
new file mode 100644
index 000000000000..f47c3c63634c
--- /dev/null
+++ b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: BrainFuck source file syntax highlighting"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=716"
+LICENSE="BSD-2"
+KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86"
+
+VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for BrainFuck source files."
diff --git a/app-vim/brainfuck-syntax/metadata.xml b/app-vim/brainfuck-syntax/metadata.xml
new file mode 100644
index 000000000000..d221a8d4b42c
--- /dev/null
+++ b/app-vim/brainfuck-syntax/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>vim</herd>
+</pkgmetadata>