diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-10-30 21:15:46 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-10-31 12:53:38 +0100 |
commit | 72836f84553ca5bd600743eb94add060c00c84ad (patch) | |
tree | ce8c7cb86f60e44359af59bf07daf55112ed5295 /app-vim | |
parent | net-libs/gnome-online-accounts: cleanup old revision (diff) | |
download | gentoo-72836f84553ca5bd600743eb94add060c00c84ad.tar.gz gentoo-72836f84553ca5bd600743eb94add060c00c84ad.tar.bz2 gentoo-72836f84553ca5bd600743eb94add060c00c84ad.zip |
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
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/surround/surround-2.1-r1.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
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" |