325d34f92ba9aada8188210e347f87ba037e7490
[gentoo.git] / app-vim / rails / rails-4.3.ebuild
1 # Copyright 1999-2011 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=3
6
7 inherit vim-plugin
8
9 DESCRIPTION="vim plugin: aids developing Ruby on Rails applications"
10 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1567"
11 SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=13800 -> ${P}.zip"
12 LICENSE="vim"
13 KEYWORDS="~amd64 ~x86"
14 IUSE=""
15
16 VIM_PLUGIN_HELPFILES="rails"
17
18 DEPEND="app-arch/unzip"
19 RDEPEND=""
20
21 S="${WORKDIR}"