commit: 7e2b11fbb07aba870b8d97d646cf6c0fdbb43ea2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Sat Feb 23 17:07:52 2019 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sat Feb 23 17:11:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e2b11fb
app-vim/brainfuck-syntax: clean up old. Signed-off-by: Patrice Clement <monsieurp <AT> 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..00000000000 --- 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..00000000000 --- 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."
