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/errsign/
Date: Wed, 29 Jun 2016 11:49:34
Message-Id: 1467199260.ecc0cd2ccfaf0e945a4849b059cd409efa8b4a36.monsieurp@gentoo
1 commit: ecc0cd2ccfaf0e945a4849b059cd409efa8b4a36
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 11:17:21 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 11:21:00 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecc0cd2c
7
8 app-vim/errsign: Clean up old.
9
10 Package-Manager: portage-2.2.28
11
12 app-vim/errsign/errsign-0.1.ebuild | 17 -----------------
13 1 file changed, 17 deletions(-)
14
15 diff --git a/app-vim/errsign/errsign-0.1.ebuild b/app-vim/errsign/errsign-0.1.ebuild
16 deleted file mode 100644
17 index 8db986c..0000000
18 --- a/app-vim/errsign/errsign-0.1.ebuild
19 +++ /dev/null
20 @@ -1,17 +0,0 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -inherit vim-plugin
26 -
27 -DESCRIPTION="vim plugin: display marks on lines with errors"
28 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1027"
29 -
30 -LICENSE="vim.org"
31 -KEYWORDS="alpha ~amd64 ia64 ~mips ppc sparc x86"
32 -IUSE=""
33 -
34 -VIM_PLUGIN_HELPTEXT=\
35 -'To use this plugin, simply type \\\\es in normal mode and any lines which
36 -have been marked as errors (for example, via :make) will be indicated with
37 -a >> mark on the left of the window.'