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/pgn-syntax/
Date: Mon, 01 Apr 2019 08:53:14
Message-Id: 1554108688.615351dde8690e5ab2c377f47d5b95478c4a0e28.monsieurp@gentoo
1 commit: 615351dde8690e5ab2c377f47d5b95478c4a0e28
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 31 18:44:19 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 1 08:51:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=615351dd
7
8 app-vim/pgn-syntax: clean up old.
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 app-vim/pgn-syntax/pgn-syntax-1.0.ebuild | 16 ----------------
14 1 file changed, 16 deletions(-)
15
16 diff --git a/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild b/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild
17 deleted file mode 100644
18 index 82a0d2e267c..00000000000
19 --- a/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild
20 +++ /dev/null
21 @@ -1,16 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=0
26 -
27 -inherit vim-plugin
28 -
29 -DESCRIPTION="vim plugin: PGN (chess Portable Game Notation) syntax highlighting"
30 -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=677"
31 -
32 -LICENSE="vim.org"
33 -KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86"
34 -IUSE=""
35 -
36 -VIM_PLUGIN_HELPTEXT=\
37 -"This plugin provides syntax highlighting for PGN files."