blob: 24b7598248c1f32dbd993f9f1b72bf120dc2f221 (
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/minibufexpl/minibufexpl-6.2.6.ebuild,v 1.6 2004/06/23 17:18:42 kugelfang Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: easily switch between buffers"
HOMEPAGE="http://vim.sourceforge.net/scripts/script.php?script_id=159"
LICENSE="as-is"
KEYWORDS="sparc x86 alpha ia64 mips ~ppc ~amd64"
|