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/curcmdmode/
Date: Tue, 03 Jan 2017 22:59:55
Message-Id: 1483484072.df1a7c9dda0b83482f9e5aa1607912e77220c318.monsieurp@gentoo
1 commit: df1a7c9dda0b83482f9e5aa1607912e77220c318
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 3 22:54:32 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 22:54:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df1a7c9d
7
8 app-vim/curcmdmode: remove old.
9
10 Package-Manager: portage-2.3.0
11
12 app-vim/curcmdmode/curcmdmode-1.0.ebuild | 17 -----------------
13 1 file changed, 17 deletions(-)
14
15 diff --git a/app-vim/curcmdmode/curcmdmode-1.0.ebuild b/app-vim/curcmdmode/curcmdmode-1.0.ebuild
16 deleted file mode 100644
17 index 13d6f00..00000000
18 --- a/app-vim/curcmdmode/curcmdmode-1.0.ebuild
19 +++ /dev/null
20 @@ -1,17 +0,0 @@
21 -# Copyright 1999-2010 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: library for extending vim's mode() function"
28 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=745"
29 -LICENSE="GPL-2"
30 -KEYWORDS="alpha ~amd64 ia64 ~mips ppc sparc x86"
31 -IUSE=""
32 -
33 -RDEPEND=">=app-vim/genutils-1.7"
34 -
35 -VIM_PLUGIN_HELPTEXT=\
36 -"This plugin provides library functions and is not intended to be used
37 -directly by the user."