diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-09-02 15:15:08 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-09-02 15:15:23 +0200 |
commit | 011e8ced7e8e6379581ff9253b9c3054c7a5fc6f (patch) | |
tree | 63ae360d1a5b0d870390633dbb31a8bd2d644dbd /app-vim | |
parent | haskell-cabal.eclass: unleash full parallelism of parallel ghc (diff) | |
download | gentoo-011e8ced7e8e6379581ff9253b9c3054c7a5fc6f.tar.gz gentoo-011e8ced7e8e6379581ff9253b9c3054c7a5fc6f.tar.bz2 gentoo-011e8ced7e8e6379581ff9253b9c3054c7a5fc6f.zip |
app-vim/cmdalias: EAPI 6 bump.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/cmdalias/cmdalias-3.0-r1.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-vim/cmdalias/cmdalias-3.0-r1.ebuild b/app-vim/cmdalias/cmdalias-3.0-r1.ebuild new file mode 100644 index 000000000000..3ed3f44f4658 --- /dev/null +++ b/app-vim/cmdalias/cmdalias-3.0-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit vim-plugin + +DESCRIPTION="vim plugin: library for alias creation" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=746" +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides library functions and is not intended to be used +directly by the user." |