blob: a5b4a954fe735697e8cb040d158463b54fc2f1cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2004 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.8 2004/08/25 16:17:34 ciaranm 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"
IUSE=""
RDEPEND="${RDEPEND} sys-apps/slocate"
|