summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2008-04-01 23:16:11 +0000
committerChristian Faulhammer <opfer@gentoo.org>2008-04-01 23:16:11 +0000
commitc8eca171fcd5396d5f6f1253cb2b4918a64a1040 (patch)
treea86c1b92a6b4af6df18e76edd8d372e821619082 /app-vim
parentstable x86, bug 215735 (diff)
downloadgentoo-2-c8eca171fcd5396d5f6f1253cb2b4918a64a1040.tar.gz
gentoo-2-c8eca171fcd5396d5f6f1253cb2b4918a64a1040.tar.bz2
gentoo-2-c8eca171fcd5396d5f6f1253cb2b4918a64a1040.zip
clean up
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/locateopen/ChangeLog8
-rw-r--r--app-vim/locateopen/locateopen-0.8.0.ebuild23
-rw-r--r--app-vim/locateopen/locateopen-1.1.ebuild24
3 files changed, 6 insertions, 49 deletions
diff --git a/app-vim/locateopen/ChangeLog b/app-vim/locateopen/ChangeLog
index a5ebc00f681d..bced84bb5d4d 100644
--- a/app-vim/locateopen/ChangeLog
+++ b/app-vim/locateopen/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-vim/locateopen
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/locateopen/ChangeLog,v 1.26 2007/01/12 18:34:33 pioto Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/locateopen/ChangeLog,v 1.27 2008/04/01 23:16:11 opfer Exp $
+
+ 01 Apr 2008; Christian Faulhammer <opfer@gentoo.org>
+ -locateopen-0.8.0.ebuild, -locateopen-1.1.ebuild:
+ clean up
12 Jan 2007; Mike Kelly <pioto@gentoo.org> locateopen-1.3.ebuild:
Mark stable on mips (okayed by spb). Resolved bug #151818.
diff --git a/app-vim/locateopen/locateopen-0.8.0.ebuild b/app-vim/locateopen/locateopen-0.8.0.ebuild
deleted file mode 100644
index 4f4d5e3f9260..000000000000
--- a/app-vim/locateopen/locateopen-0.8.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/locateopen/locateopen-0.8.0.ebuild,v 1.11 2005/01/01 16:51:57 eradicator Exp $
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: open a file without supplying a path"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=858"
-LICENSE="vim"
-KEYWORDS="sparc x86 alpha ia64 mips ~ppc ~amd64"
-IUSE=""
-
-RDEPEND="${RDEPEND} sys-apps/slocate"
-
-VIM_PLUGIN_HELPTEXT=\
-"This plugin provides commands which hook vim into slocate:
-\ :LocateEdit filename
-\ :LocateSplit filename
-\ :LocateSource filename
-To configure:
-\ :let g:locateopen_ignorecase = 1 \" enable ignore case mode
-\ :let g:locateopen_smartcase = 0 \" disable smart case mode
-\ :let g:locateopen_alwaysprompt = 1 \" show menu for one match"
diff --git a/app-vim/locateopen/locateopen-1.1.ebuild b/app-vim/locateopen/locateopen-1.1.ebuild
deleted file mode 100644
index 0158772e4f01..000000000000
--- a/app-vim/locateopen/locateopen-1.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/locateopen/locateopen-1.1.ebuild,v 1.6 2005/04/24 12:11:07 hansmi Exp $
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: open a file without supplying a path"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=858"
-LICENSE="vim"
-KEYWORDS="sparc x86 alpha ia64 mips ppc amd64"
-IUSE=""
-
-RDEPEND="${RDEPEND} sys-apps/slocate"
-
-VIM_PLUGIN_HELPTEXT=\
-"This plugin provides commands which hook vim into slocate:
-\ :LocateEdit filename
-\ :LocateSplit filename
-\ :LocateSource filename
-\ :LocateRead filename
-To configure:
-\ :let g:locateopen_ignorecase = 1 \" enable ignore case mode
-\ :let g:locateopen_smartcase = 0 \" disable smart case mode
-\ :let g:locateopen_alwaysprompt = 1 \" show menu for one match"