From 6136ecf2da97e6e997097fac597cf509a26e3b84 Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Mon, 27 Feb 2017 23:50:47 +0100 Subject: app-vim/vim-autoclose: new package. autoclose is a plugin to automatically open and close pair or characters. Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- app-vim/vim-autoclose/vim-autoclose-2.0.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 app-vim/vim-autoclose/vim-autoclose-2.0.ebuild (limited to 'app-vim/vim-autoclose/vim-autoclose-2.0.ebuild') diff --git a/app-vim/vim-autoclose/vim-autoclose-2.0.ebuild b/app-vim/vim-autoclose/vim-autoclose-2.0.ebuild new file mode 100644 index 00000000000..f3f5770eb2e --- /dev/null +++ b/app-vim/vim-autoclose/vim-autoclose-2.0.ebuild @@ -0,0 +1,21 @@ +# 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: open-close pair of characters" +HOMEPAGE="https://github.com/Townk/vim-autoclose" +SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz" +LICENSE="vim" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + +DEPEND="app-arch/unzip" +RDEPEND="${DEPEND}" + +src_unpack() { + default + mv * "${P}" || die +} -- cgit v1.2.1