From 72836f84553ca5bd600743eb94add060c00c84ad Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Sun, 30 Oct 2016 21:15:46 +0100 Subject: app-vim/surround: stable for amd64 and mark stable for x86 whilst at it using the ALLARCHES policy. Vim scripts are platform independant scripts. Package-Manager: portage-2.3.0 --- app-vim/surround/surround-2.1-r1.ebuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 app-vim/surround/surround-2.1-r1.ebuild (limited to 'app-vim') diff --git a/app-vim/surround/surround-2.1-r1.ebuild b/app-vim/surround/surround-2.1-r1.ebuild new file mode 100644 index 000000000000..c18b554508cb --- /dev/null +++ b/app-vim/surround/surround-2.1-r1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: Delete/change/add parentheses/quotes/XML-tags & much more" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1697" +LICENSE="vim" +KEYWORDS="amd64 x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" -- cgit v1.2.3-65-gdbad