diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-07-03 11:25:30 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-07-03 11:28:59 +0000 |
commit | f7b38b7de6f2eb5a48deb74de6fd9499b220db8f (patch) | |
tree | 720ff2c0f11d6696ccab8010459300c6cd2c3765 /app-vim | |
parent | app-vim/ctx: Stable for amd64. Retroactively mark stable for the remaining ar... (diff) | |
download | gentoo-f7b38b7de6f2eb5a48deb74de6fd9499b220db8f.tar.gz gentoo-f7b38b7de6f2eb5a48deb74de6fd9499b220db8f.tar.bz2 gentoo-f7b38b7de6f2eb5a48deb74de6fd9499b220db8f.zip |
app-vim/ctx: Clean up old.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/ctx/ctx-1.17.ebuild | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/app-vim/ctx/ctx-1.17.ebuild b/app-vim/ctx/ctx-1.17.ebuild deleted file mode 100644 index 9d9c5612d4e7..000000000000 --- a/app-vim/ctx/ctx-1.17.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit vim-plugin - -DESCRIPTION="vim plugin: display current scope context in a C file" -HOMEPAGE="http://www.bluweb.com/us/chouser/proj/ctx/" -LICENSE="GPL-2" -KEYWORDS="alpha amd64 ia64 ppc x86" -IUSE="" -VIM_PLUGIN_HELPURI="http://www.bluweb.com/us/chouser/proj/ctx/" - -# bug #74897 -RDEPEND="!app-vim/enhancedcommentify" |