| 1 |
# Copyright 1999-2010 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/app-vim/eselect-syntax/eselect-syntax-20070506.ebuild,v 1.13 2009/12/17 10:23:14 fauli Exp $
|
| 4 |
|
| 5 |
inherit eutils vim-plugin
|
| 6 |
|
| 7 |
DESCRIPTION="vim plugin: Eselect syntax highlighting, filetype and indent settings"
|
| 8 |
HOMEPAGE="http://www.gentoo.org/"
|
| 9 |
SRC_URI="mirror://gentoo/${P}.tar.bz2"
|
| 10 |
|
| 11 |
LICENSE="vim"
|
| 12 |
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
|
| 13 |
|
| 14 |
DEPEND="!<app-vim/gentoo-syntax-20070506"
|
| 15 |
RDEPEND="${DEPEND}"
|
| 16 |
|
| 17 |
IUSE=""
|
| 18 |
|
| 19 |
VIM_PLUGIN_HELPFILES="${PN}"
|
| 20 |
VIM_PLUGIN_MESSAGES="filetype"
|