diff options
author | Dror Levin <spatz@gentoo.org> | 2010-06-08 20:54:22 +0000 |
---|---|---|
committer | Dror Levin <spatz@gentoo.org> | 2010-06-08 20:54:22 +0000 |
commit | 653c24b0ad659706a2b2b7fddff279e4f0e8a386 (patch) | |
tree | 372dda94e69a229326c899aa8ede7e94616000e6 /app-vim/bufferexplorer/bufferexplorer-7.2.7.ebuild | |
parent | fix string handling (bug #323249) with patch from David Leverton (diff) | |
download | gentoo-2-653c24b0ad659706a2b2b7fddff279e4f0e8a386.tar.gz gentoo-2-653c24b0ad659706a2b2b7fddff279e4f0e8a386.tar.bz2 gentoo-2-653c24b0ad659706a2b2b7fddff279e4f0e8a386.zip |
Initial import.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/bufferexplorer/bufferexplorer-7.2.7.ebuild')
-rw-r--r-- | app-vim/bufferexplorer/bufferexplorer-7.2.7.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-vim/bufferexplorer/bufferexplorer-7.2.7.ebuild b/app-vim/bufferexplorer/bufferexplorer-7.2.7.ebuild new file mode 100644 index 000000000000..39ec290f2520 --- /dev/null +++ b/app-vim/bufferexplorer/bufferexplorer-7.2.7.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/bufferexplorer/bufferexplorer-7.2.7.ebuild,v 1.1 2010/06/08 20:54:22 spatz Exp $ + +EAPI="2" + +VIM_PLUGIN_VIM_VERSION="7.0" +inherit vim-plugin + +DESCRIPTION="vim plugin: TextMate-style snippets" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=42" +SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=12904 -> ${P}.zip" +LICENSE="as-is" +KEYWORDS="~amd64 ~x86" +IUSE="" + +S="${WORKDIR}" + +VIM_PLUGIN_HELPFILES="bufexplorer" + +DEPEND="app-arch/unzip" +RDEPEND="" |