Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/brainfuck-syntax/
Date: Sat, 23 Feb 2019 17:12:03
Message-Id: 1550941904.7e2b11fbb07aba870b8d97d646cf6c0fdbb43ea2.monsieurp@gentoo
1 commit: 7e2b11fbb07aba870b8d97d646cf6c0fdbb43ea2
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 23 17:07:52 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 23 17:11:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e2b11fb
7
8 app-vim/brainfuck-syntax: clean up old.
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-vim/brainfuck-syntax/Manifest | 1 -
14 app-vim/brainfuck-syntax/brainfuck-syntax-1.0.2.ebuild | 15 ---------------
15 app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild | 12 ------------
16 3 files changed, 28 deletions(-)
17
18 diff --git a/app-vim/brainfuck-syntax/Manifest b/app-vim/brainfuck-syntax/Manifest
19 index bd24709e55b..b9c01eac42e 100644
20 --- a/app-vim/brainfuck-syntax/Manifest
21 +++ b/app-vim/brainfuck-syntax/Manifest
22 @@ -1,2 +1 @@
23 -DIST brainfuck-syntax-1.0.2.tar.bz2 916 BLAKE2B 0436337aef6cb28b55806510046c3604840f6f7e1cf0a1f94222886658474e41f76879ca1e2b42b5db378fbf98e2f8bffe5da27fe3381af5e778576d377b1576 SHA512 d01e544e45d4ada1c7ed8ca02e72d888fdcd374be8ee45c01d7797fc1e32457be94e0429dc3fc88f12fee063bd70d06af8ab4238795154a82793b6abb42dd974
24 DIST brainfuck-syntax-1.0.3.tar.bz2 926 BLAKE2B e5cb55e58d0d2a597cdcc00fd5a1fc482a715b4fda6d0fbd0790ceba261005478091c4c94dfeba0154e4917470ce386b3ebe03bd3e1f90a315b0d5bc2cfc4a97 SHA512 42dbcbe916b19bcb30cadf929cb71aadb7032ebe38c26b1d5fa2fc9d8513d3dda275df289cc5fdf094f9fccd5f4e720e6c24d006d431fd3668f73d2c44e8b82a
25
26 diff --git a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.2.ebuild b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.2.ebuild
27 deleted file mode 100644
28 index b3eca59a1f5..00000000000
29 --- a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.2.ebuild
30 +++ /dev/null
31 @@ -1,15 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=0
36 -
37 -inherit vim-plugin
38 -
39 -DESCRIPTION="vim plugin: BrainFuck source file syntax highlighting"
40 -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=716"
41 -LICENSE="vim.org"
42 -KEYWORDS="amd64 ~mips ppc ppc64 x86"
43 -IUSE=""
44 -
45 -VIM_PLUGIN_HELPTEXT=\
46 -"This plugin provides syntax highlighting for BrainFuck source files."
47
48 diff --git a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild
49 deleted file mode 100644
50 index 5a1a2b9bf2d..00000000000
51 --- a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild
52 +++ /dev/null
53 @@ -1,12 +0,0 @@
54 -# Copyright 1999-2019 Gentoo Authors
55 -# Distributed under the terms of the GNU General Public License v2
56 -
57 -EAPI=5
58 -inherit vim-plugin
59 -
60 -DESCRIPTION="vim plugin: BrainFuck source file syntax highlighting"
61 -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=716"
62 -LICENSE="BSD-2"
63 -KEYWORDS="amd64 ~mips ppc ppc64 x86"
64 -
65 -VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for BrainFuck source files."