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/searchcomplete/
Date: Sat, 30 Jul 2016 22:04:23
Message-Id: 1469916246.e4788494ba8e7e98c089577a7a04ffb5a6ba0a3f.monsieurp@gentoo
1 commit: e4788494ba8e7e98c089577a7a04ffb5a6ba0a3f
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 30 22:01:20 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 22:04:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4788494
7
8 app-vim/searchcomplete: Clean up old.
9
10 app-vim/searchcomplete/searchcomplete-1.1.ebuild | 13 -------------
11 1 file changed, 13 deletions(-)
12
13 diff --git a/app-vim/searchcomplete/searchcomplete-1.1.ebuild b/app-vim/searchcomplete/searchcomplete-1.1.ebuild
14 deleted file mode 100644
15 index e98f62a..0000000
16 --- a/app-vim/searchcomplete/searchcomplete-1.1.ebuild
17 +++ /dev/null
18 @@ -1,13 +0,0 @@
19 -# Copyright 1999-2005 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -# $Id$
22 -
23 -inherit vim-plugin
24 -
25 -DESCRIPTION="vim plugin: tab completion in searches"
26 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=474"
27 -LICENSE="GPL-2"
28 -KEYWORDS="alpha sparc x86 ia64 ppc amd64"
29 -IUSE=""
30 -
31 -VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=474"