commit: 045d9964aa2df127a52c373e5c5efcec1ff11fab Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Wed Jun 29 11:10:42 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Wed Jun 29 11:20:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=045d9964
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(+) 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 0000000..c9b2a45 --- /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"
