diff options
Diffstat (limited to 'app-vim/dbext/dbext-2.10.ebuild')
-rw-r--r-- | app-vim/dbext/dbext-2.10.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/app-vim/dbext/dbext-2.10.ebuild b/app-vim/dbext/dbext-2.10.ebuild deleted file mode 100644 index 782e30484318..000000000000 --- a/app-vim/dbext/dbext-2.10.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/dbext/dbext-2.10.ebuild,v 1.6 2008/04/07 08:41:13 hawking 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}/* -} |