blob: 8e71ced0392baf41b5d30b94acec1c10d8864ab1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/alternate/alternate-2.7.ebuild,v 1.2 2004/06/19 23:24:45 ciaranm Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: quickly switch between .c and .h files"
HOMEPAGE="http://vim.sourceforge.net/scripts/script.php?script_id=31"
LICENSE="as-is"
KEYWORDS="~alpha sparc ~x86 ~ppc ~amd64 ~ia64 mips"
|