From 045d9964aa2df127a52c373e5c5efcec1ff11fab Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Wed, 29 Jun 2016 11:10:42 +0000 Subject: app-vim/searchcomplete: EAPI 6 bump. Package-Manager: portage-2.2.28 --- app-vim/searchcomplete/searchcomplete-1.1-r1.ebuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 app-vim/searchcomplete/searchcomplete-1.1-r1.ebuild (limited to 'app-vim') diff --git a/app-vim/searchcomplete/searchcomplete-1.1-r1.ebuild b/app-vim/searchcomplete/searchcomplete-1.1-r1.ebuild new file mode 100644 index 000000000000..c9b2a45d29e6 --- /dev/null +++ b/app-vim/searchcomplete/searchcomplete-1.1-r1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit vim-plugin + +DESCRIPTION="vim plugin: tab completion in searches" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=474" +LICENSE="GPL-2" +KEYWORDS="~alpha ~sparc ~x86 ~ia64 ~ppc ~amd64" +IUSE="" + +VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=474" -- cgit v1.2.3-65-gdbad