| 1 | # Copyright 1999-2008 Gentoo Foundation |
1 | # Copyright 1999-2009 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/app-vim/locateopen/locateopen-1.3.ebuild,v 1.8 2008/04/01 23:19:44 opfer Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-vim/locateopen/locateopen-1.3.ebuild,v 1.9 2009/01/04 17:47:59 vapier Exp $ |
| 4 | |
4 | |
| 5 | inherit vim-plugin |
5 | inherit vim-plugin |
| 6 | |
6 | |
| 7 | DESCRIPTION="vim plugin: open a file without supplying a path" |
7 | DESCRIPTION="vim plugin: open a file without supplying a path" |
| 8 | HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=858" |
8 | HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=858" |
|
|
9 | |
| 9 | LICENSE="vim" |
10 | LICENSE="vim" |
| 10 | KEYWORDS="alpha amd64 ia64 mips ppc sparc x86" |
11 | KEYWORDS="alpha amd64 ia64 mips ppc sparc x86" |
| 11 | IUSE="" |
12 | IUSE="" |
| 12 | |
13 | |
| 13 | RDEPEND="${RDEPEND} || ( sys-apps/slocate |
14 | RDEPEND="${RDEPEND} || ( sys-apps/slocate sys-apps/mlocate )" |
| 14 | sys-apps/rlocate |
|
|
| 15 | sys-apps/mlocate )" |
|
|
| 16 | |
15 | |
| 17 | VIM_PLUGIN_HELPTEXT=\ |
16 | VIM_PLUGIN_HELPTEXT=\ |
| 18 | "This plugin provides commands that hook vim into slocate: |
17 | "This plugin provides commands that hook vim into slocate: |
| 19 | \ :LocateEdit filename |
18 | \ :LocateEdit filename |
| 20 | \ :LocateSplit filename |
19 | \ :LocateSplit filename |