From 6cd9e9f322b334453a7508a846b3c52d8f434867 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Mon, 15 May 2017 07:12:57 -0500 Subject: app-vim/vim-multiple-cursors: Initial commit Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- app-vim/vim-multiple-cursors/vim-multiple-cursors-2.2.ebuild | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 app-vim/vim-multiple-cursors/vim-multiple-cursors-2.2.ebuild (limited to 'app-vim/vim-multiple-cursors/vim-multiple-cursors-2.2.ebuild') diff --git a/app-vim/vim-multiple-cursors/vim-multiple-cursors-2.2.ebuild b/app-vim/vim-multiple-cursors/vim-multiple-cursors-2.2.ebuild new file mode 100644 index 00000000000..085b83a5d58 --- /dev/null +++ b/app-vim/vim-multiple-cursors/vim-multiple-cursors-2.2.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit vim-plugin + +DESCRIPTION="vim plugin: Sublime Text's awesome multiple selection feature for Vim" +HOMEPAGE="https://github.com/terryma/vim-multiple-cursors" +SRC_URI="https://github.com/terryma/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" -- cgit v1.2.3-18-g5258