From 0d6965a8db998cf7509b32b8370c8eefe2e9206d Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Fri, 24 Feb 2017 01:24:45 -0500 Subject: app-vim/dbext: version bump to 25.0 --- app-vim/dbext/dbext-25.0.ebuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 app-vim/dbext/dbext-25.0.ebuild (limited to 'app-vim/dbext/dbext-25.0.ebuild') diff --git a/app-vim/dbext/dbext-25.0.ebuild b/app-vim/dbext/dbext-25.0.ebuild new file mode 100644 index 00000000000..3ac3e1ee9ad --- /dev/null +++ b/app-vim/dbext/dbext-25.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit vim-plugin + +DESCRIPTION="vim plugin: easy access to databases" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=356" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~mips ~ppc ~x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" -- cgit v1.2.1