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:21
Message-Id: 1467545339.f7b38b7de6f2eb5a48deb74de6fd9499b220db8f.monsieurp@gentoo
1 commit: f7b38b7de6f2eb5a48deb74de6fd9499b220db8f
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 3 11:25:30 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 11:28:59 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7b38b7d
7
8 app-vim/ctx: Clean up old.
9
10 Package-Manager: portage-2.2.28
11
12 app-vim/ctx/ctx-1.17.ebuild | 15 ---------------
13 1 file changed, 15 deletions(-)
14
15 diff --git a/app-vim/ctx/ctx-1.17.ebuild b/app-vim/ctx/ctx-1.17.ebuild
16 deleted file mode 100644
17 index 9d9c561..0000000
18 --- a/app-vim/ctx/ctx-1.17.ebuild
19 +++ /dev/null
20 @@ -1,15 +0,0 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -inherit vim-plugin
26 -
27 -DESCRIPTION="vim plugin: display current scope context in a C file"
28 -HOMEPAGE="http://www.bluweb.com/us/chouser/proj/ctx/"
29 -LICENSE="GPL-2"
30 -KEYWORDS="alpha amd64 ia64 ppc x86"
31 -IUSE=""
32 -VIM_PLUGIN_HELPURI="http://www.bluweb.com/us/chouser/proj/ctx/"
33 -
34 -# bug #74897
35 -RDEPEND="!app-vim/enhancedcommentify"