From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A8679138334 for ; Sat, 23 Feb 2019 17:12:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7087E096F; Sat, 23 Feb 2019 17:12:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 755DAE096F for ; Sat, 23 Feb 2019 17:12:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51D0433BEAE for ; Sat, 23 Feb 2019 17:12:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB3A354E for ; Sat, 23 Feb 2019 17:11:58 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1550941904.7e2b11fbb07aba870b8d97d646cf6c0fdbb43ea2.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/brainfuck-syntax/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/brainfuck-syntax/Manifest app-vim/brainfuck-syntax/brainfuck-syntax-1.0.2.ebuild app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild X-VCS-Directories: app-vim/brainfuck-syntax/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 7e2b11fbb07aba870b8d97d646cf6c0fdbb43ea2 X-VCS-Branch: master Date: Sat, 23 Feb 2019 17:11:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0d0c1d51-627e-41b7-9176-7d795eb62ff2 X-Archives-Hash: 86967fad0f32a9d4c19596efe9de7b9b commit: 7e2b11fbb07aba870b8d97d646cf6c0fdbb43ea2 Author: Patrice Clement gentoo org> AuthorDate: Sat Feb 23 17:07:52 2019 +0000 Commit: Patrice Clement gentoo 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 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."