diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-01-21 16:49:24 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-01-21 16:49:24 +0000 |
commit | 3653459571abade36b74e7922dfd68d67ef5b281 (patch) | |
tree | 3213f47853c478af6a2b5989552698fe767b9da9 /app-vim/dbext/dbext-2.11.ebuild | |
parent | Version bump; applied several fixes provided by Jeff Ames in bug 76288. (diff) | |
download | gentoo-2-3653459571abade36b74e7922dfd68d67ef5b281.tar.gz gentoo-2-3653459571abade36b74e7922dfd68d67ef5b281.tar.bz2 gentoo-2-3653459571abade36b74e7922dfd68d67ef5b281.zip |
New version, bug #78704
(Portage version: 2.0.51-r14)
Diffstat (limited to 'app-vim/dbext/dbext-2.11.ebuild')
-rw-r--r-- | app-vim/dbext/dbext-2.11.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/app-vim/dbext/dbext-2.11.ebuild b/app-vim/dbext/dbext-2.11.ebuild new file mode 100644 index 000000000000..bb01143c0a04 --- /dev/null +++ b/app-vim/dbext/dbext-2.11.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/dbext/dbext-2.11.ebuild,v 1.1 2005/01/21 16:49:24 ciaranm Exp $ + +inherit vim-plugin eutils + +DESCRIPTION="vim plugin: easy access to databases" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=356" +LICENSE="as-is" +KEYWORDS="~x86 ~sparc ~mips ~ppc" +IUSE="" + +RDEPEND=">=app-vim/multvals-3.6.1 + >=app-vim/genutils-1.13" + +VIM_PLUGIN_HELPFILES="dbext" + +src_unpack() { + unpack ${A} + cd ${S} + edos2unix {plugin,doc}/* +} + |