blob: 4fa24931eda28d9cbdb50e72c554c47fc383d745 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/alternate/alternate-2.8.ebuild,v 1.2 2004/08/25 16:16:05 ciaranm Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: quickly switch between .c and .h files"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=31"
LICENSE="as-is"
KEYWORDS="~alpha ~sparc ~x86 ~ppc ~amd64 ~ia64 ~mips"
IUSE=""
|