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/ctx/
Date: Sun, 03 Jul 2016 11:57:18
Message-Id: 1467545336.ab8cada0337859698c5b25f9fd7654e810889072.monsieurp@gentoo
1 commit: ab8cada0337859698c5b25f9fd7654e810889072
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 3 11:25:02 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 11:28:56 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab8cada0
7
8 app-vim/ctx: 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/ctx/ctx-1.17-r1.ebuild | 17 +++++++++++++++++
13 1 file changed, 17 insertions(+)
14
15 diff --git a/app-vim/ctx/ctx-1.17-r1.ebuild b/app-vim/ctx/ctx-1.17-r1.ebuild
16 new file mode 100644
17 index 0000000..457d884
18 --- /dev/null
19 +++ b/app-vim/ctx/ctx-1.17-r1.ebuild
20 @@ -0,0 +1,17 @@
21 +# Copyright 1999-2016 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: display current scope context in a C file"
30 +HOMEPAGE="http://www.bluweb.com/us/chouser/proj/ctx/"
31 +LICENSE="GPL-2"
32 +KEYWORDS="alpha amd64 ia64 ppc x86"
33 +IUSE=""
34 +VIM_PLUGIN_HELPURI="http://www.bluweb.com/us/chouser/proj/ctx/"
35 +
36 +# bug #74897
37 +RDEPEND="!app-vim/enhancedcommentify"