summaryrefslogtreecommitdiff
path: root/app-vim/brainfuck-syntax
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-03-03 13:42:34 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-03-03 13:42:34 +0000
commit066d27181e9a797ad9f8fc43b49fc9a10ff2f707 (patch)
tree3cb05783d73b2c33589ba305144a31c718e123cd /app-vim/brainfuck-syntax
parent16449a80e28af2209916cc66d19c9a44ca2b90d9 (diff)
gentoo resync : 03.03.2019
Diffstat (limited to 'app-vim/brainfuck-syntax')
-rw-r--r--app-vim/brainfuck-syntax/Manifest4
-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-r1.ebuild (renamed from app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild)7
3 files changed, 5 insertions, 21 deletions
diff --git a/app-vim/brainfuck-syntax/Manifest b/app-vim/brainfuck-syntax/Manifest
index bf942852a5bc..5a44c775cd3c 100644
--- a/app-vim/brainfuck-syntax/Manifest
+++ b/app-vim/brainfuck-syntax/Manifest
@@ -1,5 +1,3 @@
-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
+EBUILD brainfuck-syntax-1.0.3-r1.ebuild 410 BLAKE2B ca7bcb2ef7d94948ad3f0318561ff704ae1adc4c1764a7288c089f87c1077989fc20f619c77a2b7644c2e8f5cf3c0aae558c7d68ca0dec782467a3c89b816393 SHA512 bc383725faec437ebb1e3b06088c7852ad8089db2f890fc648d07b68a30819644bbce9ad3c20ef878a53eae91f8f257badfe080003152d476de8f3e9bc320ea1
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
deleted file mode 100644
index b3eca59a1f52..000000000000
--- a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.2.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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-r1.ebuild
index 3228130a7b40..23437b6784fc 100644
--- a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild
+++ b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3-r1.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
+
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"
+KEYWORDS="amd64 ~mips ppc ppc64 x86"
VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for BrainFuck source files."