blob: 15fd4eecd49637c525e6db2711a0b93a8e569190 (
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/minibufexpl/minibufexpl-6.2.6.ebuild,v 1.8 2004/07/14 13:39:25 agriffis 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"
IUSE=""
|