diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-01-07 23:20:08 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-01-07 23:20:08 +0000 |
commit | 2a14e0b3b3a4557e59ef1fbf31e6fdb16fce7826 (patch) | |
tree | 79403aa0ae91cc951fa9e8fad75ff4d677f44a23 /app-vim/foldutil | |
parent | Remove old (diff) | |
download | gentoo-2-2a14e0b3b3a4557e59ef1fbf31e6fdb16fce7826.tar.gz gentoo-2-2a14e0b3b3a4557e59ef1fbf31e6fdb16fce7826.tar.bz2 gentoo-2-2a14e0b3b3a4557e59ef1fbf31e6fdb16fce7826.zip |
Remove old
(Portage version: 2.2.0_alpha12/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/foldutil')
-rw-r--r-- | app-vim/foldutil/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/foldutil/foldutil-2.0.ebuild | 21 |
2 files changed, 4 insertions, 22 deletions
diff --git a/app-vim/foldutil/ChangeLog b/app-vim/foldutil/ChangeLog index f354f2192854..a8d1ac1273bf 100644 --- a/app-vim/foldutil/ChangeLog +++ b/app-vim/foldutil/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/foldutil # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/foldutil/ChangeLog,v 1.24 2011/01/07 22:24:17 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/foldutil/ChangeLog,v 1.25 2011/01/07 23:20:07 radhermit Exp $ + + 07 Jan 2011; Tim Harder <radhermit@gentoo.org> -foldutil-2.0.ebuild: + Remove old 07 Jan 2011; Brent Baude <ranger@gentoo.org> foldutil-3.0.ebuild: stable ppc, bug 345053 diff --git a/app-vim/foldutil/foldutil-2.0.ebuild b/app-vim/foldutil/foldutil-2.0.ebuild deleted file mode 100644 index 8d40b387f0d7..000000000000 --- a/app-vim/foldutil/foldutil-2.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/foldutil/foldutil-2.0.ebuild,v 1.8 2010/10/07 03:15:07 leio Exp $ - -inherit vim-plugin - -DESCRIPTION="vim plugin: fold creation utility" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=158" -LICENSE="GPL-2" -KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" -IUSE="" - -RDEPEND=" - >=app-vim/multvals-3.10 - >=app-vim/genutils-1.18" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides a number of commands for working with folds: -\ :FoldNonMatching [pattern] [context] -\ :FoldShowLines {lines} [context] -\ :FoldEndFolding" |