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/increment/
Date: Sun, 03 Jul 2016 11:57:25
Message-Id: 1467545343.b3c4f0a9ccb170fd503f0bd59a9c185db50a6de1.monsieurp@gentoo
1 commit: b3c4f0a9ccb170fd503f0bd59a9c185db50a6de1
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 3 11:27:08 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 11:29:03 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3c4f0a9
7
8 app-vim/increment: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
9
10 Package-Manager: portage-2.2.28
11
12 app-vim/increment/increment-1.1-r1.ebuild | 16 ++++++++++++++++
13 1 file changed, 16 insertions(+)
14
15 diff --git a/app-vim/increment/increment-1.1-r1.ebuild b/app-vim/increment/increment-1.1-r1.ebuild
16 new file mode 100644
17 index 0000000..9df55c2
18 --- /dev/null
19 +++ b/app-vim/increment/increment-1.1-r1.ebuild
20 @@ -0,0 +1,16 @@
21 +# Copyright 1999-2012 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=6
26 +
27 +inherit vim-plugin
28 +
29 +DESCRIPTION="vim plugin: easily create sequences of incremented values"
30 +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=842"
31 +
32 +LICENSE="vim.org"
33 +KEYWORDS="alpha amd64 ia64 ppc sparc x86"
34 +IUSE=""
35 +
36 +VIM_PLUGIN_HELPFILES="increment.txt"