diff options
author | Matthias Maier <tamiko@gentoo.org> | 2017-05-15 07:12:57 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2017-05-15 07:13:54 -0500 |
commit | 6cd9e9f322b334453a7508a846b3c52d8f434867 (patch) | |
tree | 2c731d46cbeeb530fdf52fa3ac0e9ac8543c2e1f /app-vim | |
parent | dev-util/drone: Remove old (diff) | |
download | gentoo-6cd9e9f322b334453a7508a846b3c52d8f434867.tar.gz gentoo-6cd9e9f322b334453a7508a846b3c52d8f434867.tar.bz2 gentoo-6cd9e9f322b334453a7508a846b3c52d8f434867.zip |
app-vim/vim-multiple-cursors: Initial commit
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vim-multiple-cursors/Manifest | 1 | ||||
-rw-r--r-- | app-vim/vim-multiple-cursors/metadata.xml | 15 | ||||
-rw-r--r-- | app-vim/vim-multiple-cursors/vim-multiple-cursors-2.2.ebuild | 12 |
3 files changed, 28 insertions, 0 deletions
diff --git a/app-vim/vim-multiple-cursors/Manifest b/app-vim/vim-multiple-cursors/Manifest new file mode 100644 index 000000000000..c3f349e77643 --- /dev/null +++ b/app-vim/vim-multiple-cursors/Manifest @@ -0,0 +1 @@ +DIST vim-multiple-cursors-2.2.tar.gz 1055659 SHA256 754d81183d9ef2d17801f9f5518f3343f33ff199f9f602fbae93f6d43f29d9e7 SHA512 109e8117a692e05c450ba30e0a4f635bfd24f08125d06b22c0e850e03e89e193e2ef7b415c8356d326b44ca93254b390d44ee417e8a0ee59fe9a805cf157c0e0 WHIRLPOOL 2856c3a826728e3bdd665c12c8746b97918a722df76252fae255e7fb7dc378a242bb788091453b7f34e5c0437f9a99ffed44426eae1b30bb35f77bb55482d201 diff --git a/app-vim/vim-multiple-cursors/metadata.xml b/app-vim/vim-multiple-cursors/metadata.xml new file mode 100644 index 000000000000..b6f784080ccc --- /dev/null +++ b/app-vim/vim-multiple-cursors/metadata.xml @@ -0,0 +1,15 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>tamiko@gentoo.org</email> + <name>Matthias Maier</name> + </maintainer> + <maintainer type="project"> + <email>vim@gentoo.org</email> + <name>Gentoo Vim Project</name> + </maintainer> + <upstream> + <remote-id type="github">terryma/vim-multiple-cursors</remote-id> + </upstream> +</pkgmetadata> 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 000000000000..085b83a5d584 --- /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" |