summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2019-02-23 18:07:52 +0100
committerPatrice Clement <monsieurp@gentoo.org>2019-02-23 18:11:44 +0100
commit7e2b11fbb07aba870b8d97d646cf6c0fdbb43ea2 (patch)
tree9f10343194b51403d3e83e0559ae0d09a369cdfa /app-vim
parentapp-vim/brainfuck-syntax: mark stable for amd64. (diff)
downloadgentoo-7e2b11fbb07aba870b8d97d646cf6c0fdbb43ea2.tar.gz
gentoo-7e2b11fbb07aba870b8d97d646cf6c0fdbb43ea2.tar.bz2
gentoo-7e2b11fbb07aba870b8d97d646cf6c0fdbb43ea2.zip
app-vim/brainfuck-syntax: clean up old.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/brainfuck-syntax/Manifest1
-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
3 files changed, 0 insertions, 28 deletions
diff --git a/app-vim/brainfuck-syntax/Manifest b/app-vim/brainfuck-syntax/Manifest
index bd24709e55ba..b9c01eac42e2 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 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.ebuild
deleted file mode 100644
index 5a1a2b9bf2d4..000000000000
--- 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."