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/surround/
Date: Mon, 31 Oct 2016 12:09:56
Message-Id: 1477914818.72836f84553ca5bd600743eb94add060c00c84ad.monsieurp@gentoo
1 commit: 72836f84553ca5bd600743eb94add060c00c84ad
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 30 20:15:46 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 11:53:38 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72836f84
7
8 app-vim/surround: stable for amd64 and mark stable for x86 whilst at it using the ALLARCHES policy.
9
10 Vim scripts are platform independant scripts.
11
12 Package-Manager: portage-2.3.0
13
14 app-vim/surround/surround-2.1-r1.ebuild | 14 ++++++++++++++
15 1 file changed, 14 insertions(+)
16
17 diff --git a/app-vim/surround/surround-2.1-r1.ebuild b/app-vim/surround/surround-2.1-r1.ebuild
18 new file mode 100644
19 index 00000000..c18b554
20 --- /dev/null
21 +++ b/app-vim/surround/surround-2.1-r1.ebuild
22 @@ -0,0 +1,14 @@
23 +# Copyright 1999-2016 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Id$
26 +
27 +EAPI=5
28 +
29 +inherit vim-plugin
30 +
31 +DESCRIPTION="vim plugin: Delete/change/add parentheses/quotes/XML-tags & much more"
32 +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1697"
33 +LICENSE="vim"
34 +KEYWORDS="amd64 x86"
35 +
36 +VIM_PLUGIN_HELPFILES="${PN}.txt"