diff options
author | Tim Harder <radhermit@gentoo.org> | 2010-10-27 05:49:21 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2010-10-27 05:49:21 +0000 |
commit | 5eeb049bb01fc2977badee3905ca5e498bd3a2ee (patch) | |
tree | 11952533bda46f543215f4b0734d0ee783f59c97 /app-vim/bufferexplorer/bufferexplorer-7.2.7.ebuild | |
parent | In the latest license, distribution is specifically allowed, so remove RESTRI... (diff) | |
download | historical-5eeb049bb01fc2977badee3905ca5e498bd3a2ee.tar.gz historical-5eeb049bb01fc2977badee3905ca5e498bd3a2ee.tar.bz2 historical-5eeb049bb01fc2977badee3905ca5e498bd3a2ee.zip |
Use the correct DESCRIPTION (fixes bug #342183, thanks to Juho Rosqvist for reporting).
Package-Manager: portage-2.2_rc98/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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/bufferexplorer/bufferexplorer-7.2.7.ebuild b/app-vim/bufferexplorer/bufferexplorer-7.2.7.ebuild index 39ec290f2520..c6e38c02df42 100644 --- a/app-vim/bufferexplorer/bufferexplorer-7.2.7.ebuild +++ b/app-vim/bufferexplorer/bufferexplorer-7.2.7.ebuild @@ -1,13 +1,13 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/bufferexplorer/bufferexplorer-7.2.7.ebuild,v 1.2 2010/10/27 05:49:21 radhermit Exp $ EAPI="2" VIM_PLUGIN_VIM_VERSION="7.0" inherit vim-plugin -DESCRIPTION="vim plugin: TextMate-style snippets" +DESCRIPTION="vim plugin: easily browse vim buffers" 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" |