summaryrefslogtreecommitdiff
path: root/app-vim/brainfuck-syntax
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-vim/brainfuck-syntax
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/brainfuck-syntax')
-rw-r--r--app-vim/brainfuck-syntax/Manifest5
-rw-r--r--app-vim/brainfuck-syntax/brainfuck-syntax-1.0.2.ebuild15
-rw-r--r--app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild12
-rw-r--r--app-vim/brainfuck-syntax/metadata.xml8
4 files changed, 40 insertions, 0 deletions
diff --git a/app-vim/brainfuck-syntax/Manifest b/app-vim/brainfuck-syntax/Manifest
new file mode 100644
index 000000000000..bf942852a5bc
--- /dev/null
+++ b/app-vim/brainfuck-syntax/Manifest
@@ -0,0 +1,5 @@
+DIST brainfuck-syntax-1.0.2.tar.bz2 916 BLAKE2B 0436337aef6cb28b55806510046c3604840f6f7e1cf0a1f94222886658474e41f76879ca1e2b42b5db378fbf98e2f8bffe5da27fe3381af5e778576d377b1576 SHA512 d01e544e45d4ada1c7ed8ca02e72d888fdcd374be8ee45c01d7797fc1e32457be94e0429dc3fc88f12fee063bd70d06af8ab4238795154a82793b6abb42dd974
+DIST brainfuck-syntax-1.0.3.tar.bz2 926 BLAKE2B e5cb55e58d0d2a597cdcc00fd5a1fc482a715b4fda6d0fbd0790ceba261005478091c4c94dfeba0154e4917470ce386b3ebe03bd3e1f90a315b0d5bc2cfc4a97 SHA512 42dbcbe916b19bcb30cadf929cb71aadb7032ebe38c26b1d5fa2fc9d8513d3dda275df289cc5fdf094f9fccd5f4e720e6c24d006d431fd3668f73d2c44e8b82a
+EBUILD brainfuck-syntax-1.0.2.ebuild 425 BLAKE2B 4e8bfa243cbbac9b459ad956a57bb5b57b38b6ec10aee103dbc22c7102c4ddc291ab2b9f326712ff98de905e608be7137f4b9385f978dc878c720e982d01cb24 SHA512 2b3b8bda3732b23384cca35014de4c556c103c6276c6246f3535c0e945b6aeba64a83896922d459eaf6f53113a7084ac00148fa8f51c9992d071d2f27281bd33
+EBUILD brainfuck-syntax-1.0.3.ebuild 416 BLAKE2B df4397a6e2fc07e3d463537657eb74a0b7fbf0d58fb085fc261afc26571308d0a8f11f61a818fbccef5ef75500472f38fb32ea568513e211cbfcc6bde2dd536e SHA512 6592246bd4003317536964c006aa4a73dee9875a46aa2d6682f876584164066b34c9e074f71aa6dbf84269075a4fd36734518636b54003a1a784826ccc41380a
+MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7
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..b3eca59a1f52
--- /dev/null
+++ b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.2.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=0
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: BrainFuck source file syntax highlighting"
+HOMEPAGE="https://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..3228130a7b40
--- /dev/null
+++ b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: BrainFuck source file syntax highlighting"
+HOMEPAGE="https://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..5c000c763084
--- /dev/null
+++ b/app-vim/brainfuck-syntax/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>vim@gentoo.org</email>
+ <name>Gentoo Vim Project</name>
+ </maintainer>
+</pkgmetadata>