[gentoo-commits] repo/gentoo:master commit in: app-vim/brainfuck-syntax/

2021-07-08 Thread Patrice Clement
commit: 853edaa90f6518e640148b2cd399927f032757ca
Author: Marco Scardovi  scardovi  com>
AuthorDate: Mon Jun 28 17:59:50 2021 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Jul  8 16:52:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=853edaa9

app-vim/brainfuck-syntax: EAPI bump to 7.

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi  scardovi.com>
Signed-off-by: Patrice Clement  gentoo.org>

 app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3-r1.ebuild 
b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3-r1.ebuild
index 23437b6784f..cba10340d93 100644
--- a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3-r1.ebuild
+++ b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit vim-plugin
 
-DESCRIPTION="vim plugin: BrainFuck source file syntax highlighting"
+DESCRIPTION="Support for the brainfuck programming language"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=716;
 LICENSE="BSD-2"
 KEYWORDS="amd64 ~mips ppc ppc64 x86"



[gentoo-commits] repo/gentoo:master commit in: app-vim/brainfuck-syntax/

2019-02-23 Thread Patrice Clement
commit: 7e2b11fbb07aba870b8d97d646cf6c0fdbb43ea2
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Feb 23 17:07:52 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Feb 23 17:11:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e2b11fb

app-vim/brainfuck-syntax: clean up old.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-vim/brainfuck-syntax/Manifest  |  1 -
 app-vim/brainfuck-syntax/brainfuck-syntax-1.0.2.ebuild | 15 ---
 app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild | 12 
 3 files changed, 28 deletions(-)

diff --git a/app-vim/brainfuck-syntax/Manifest 
b/app-vim/brainfuck-syntax/Manifest
index bd24709e55b..b9c01eac42e 100644
--- a/app-vim/brainfuck-syntax/Manifest
+++ b/app-vim/brainfuck-syntax/Manifest
@@ -1,2 +1 @@
-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

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 b3eca59a1f5..000
--- 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.ebuild
deleted file mode 100644
index 5a1a2b9bf2d..000
--- a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# 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."



[gentoo-commits] repo/gentoo:master commit in: app-vim/brainfuck-syntax/

2019-02-23 Thread Patrice Clement
commit: a7968e87cb345f10e98cfb0dc3cd2febd7d2c64f
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Feb 23 17:08:36 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Feb 23 17:11:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7968e87

app-vim/brainfuck-syntax: EAPI 6 bump.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --force

 app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3-r1.ebuild | 13 +
 1 file changed, 13 insertions(+)

diff --git a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3-r1.ebuild 
b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3-r1.ebuild
new file mode 100644
index 000..23437b6784f
--- /dev/null
+++ b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3-r1.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+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"
+
+VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for BrainFuck 
source files."



[gentoo-commits] repo/gentoo:master commit in: app-vim/brainfuck-syntax/

2019-02-23 Thread Patrice Clement
commit: 8cac8eb4b33861da3cd82bc7deae5d98ce0a687b
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Feb 23 16:49:47 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Feb 23 17:11:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cac8eb4

app-vim/brainfuck-syntax: mark stable for amd64.

All arches stabilisation completed.

Closes: https://bugs.gentoo.org/665774
Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild 
b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild
index aba631cd039..5a1a2b9bf2d 100644
--- a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild
+++ b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild
@@ -7,6 +7,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."



[gentoo-commits] repo/gentoo:master commit in: app-vim/brainfuck-syntax/

2019-02-23 Thread Sergei Trofimovich
commit: af853f14fcfda19e57e2203efcd37ee2ca83ab8b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Feb 23 12:00:20 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Feb 23 12:54:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af853f14

app-vim/brainfuck-syntax: stable 1.0.3 for ppc64, bug #665774

Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild 
b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild
index ff17017fa63..aba631cd039 100644
--- a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild
+++ b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild
@@ -7,6 +7,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."



[gentoo-commits] repo/gentoo:master commit in: app-vim/brainfuck-syntax/

2019-02-23 Thread Sergei Trofimovich
commit: 386d1d83a6c5ec265c46473dd6ba2ba5a204ebfd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Feb 23 11:56:50 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Feb 23 11:58:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=386d1d83

app-vim/brainfuck-syntax: stable 1.0.3 for ppc, bug #665774

Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild 
b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild
index 66a6a6bd0ce..ff17017fa63 100644
--- a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild
+++ b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild
@@ -7,6 +7,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."



[gentoo-commits] repo/gentoo:master commit in: app-vim/brainfuck-syntax/

2019-02-20 Thread Thomas Deutschmann
commit: 62ffcfb38ddb5feb163aa89350d48ccc5cc1db75
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb 20 21:45:49 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb 20 21:49:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ffcfb3

app-vim/brainfuck-syntax: x86 stable (bug #665774)

Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild 
b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild
index 3228130a7b4..66a6a6bd0ce 100644
--- a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild
+++ b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,6 +7,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."



[gentoo-commits] repo/gentoo:master commit in: app-vim/brainfuck-syntax/

2016-03-13 Thread Manuel Rüger
commit: 8453373c38935ff5f521eb8c5fe16d5e21fe3b91
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Mar 13 18:51:17 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Mar 13 18:51:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8453373c

app-vim/brainfuck-syntax: Remove old

Package-Manager: portage-2.2.28

 app-vim/brainfuck-syntax/Manifest  |  1 -
 app-vim/brainfuck-syntax/brainfuck-syntax-1.0.1.ebuild | 14 --
 2 files changed, 15 deletions(-)

diff --git a/app-vim/brainfuck-syntax/Manifest 
b/app-vim/brainfuck-syntax/Manifest
index 20bc306..30ff4c9 100644
--- a/app-vim/brainfuck-syntax/Manifest
+++ b/app-vim/brainfuck-syntax/Manifest
@@ -1,3 +1,2 @@
-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
deleted file mode 100644
index 811b57f..000
--- a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.1.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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."