blob: a73b9fd2db15dab744d44a499803919e35ffc9fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/vimirc/vimirc-0.6.3.ebuild,v 1.1 2004/03/27 01:32:29 ciaranm Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: IRC Client"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=931"
LICENSE="vim"
KEYWORDS="~x86 ~sparc ~mips ~ppc"
pkg_postinst() {
einfo " "
einfo "This plugin requires a Vim with perl support enabled. This is"
einfo "controlled by the 'perl' USE flag."
einfo " "
}
|