From b8cd50dd4bb8810581105b1453212ba228a02d31 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Wed, 16 Mar 2016 02:31:57 -0400 Subject: app-vim/vim-addon-mw-utils: initial import --- app-vim/vim-addon-mw-utils/Manifest | 1 + app-vim/vim-addon-mw-utils/metadata.xml | 8 ++++++++ .../vim-addon-mw-utils/vim-addon-mw-utils-20121105.ebuild | 12 ++++++++++++ 3 files changed, 21 insertions(+) create mode 100644 app-vim/vim-addon-mw-utils/Manifest create mode 100644 app-vim/vim-addon-mw-utils/metadata.xml create mode 100644 app-vim/vim-addon-mw-utils/vim-addon-mw-utils-20121105.ebuild (limited to 'app-vim/vim-addon-mw-utils') diff --git a/app-vim/vim-addon-mw-utils/Manifest b/app-vim/vim-addon-mw-utils/Manifest new file mode 100644 index 000000000000..31e08db58fed --- /dev/null +++ b/app-vim/vim-addon-mw-utils/Manifest @@ -0,0 +1 @@ +DIST vim-addon-mw-utils-20121105.tar.bz2 10071 SHA256 6c859f6ae2d4a75c5edd546ce5bf58f447049852060ef36dbeca3b4437e9ea77 SHA512 15104f23416e8dbeb25d60e9b94c0c04434df19bbd3fa418285a1b1106a95dc6bf28cc472014fe431d80086217110c58f267d3d1b5d855bdf85fc4d4fe870346 WHIRLPOOL 6693215eab312bac96247dd93110ca4d30860a581a930125a72dc48f99ddcac6ed26503f1ed5fb1d85d2841bbef0527e922f80e6ba108ea1cdad834c2b08b6d6 diff --git a/app-vim/vim-addon-mw-utils/metadata.xml b/app-vim/vim-addon-mw-utils/metadata.xml new file mode 100644 index 000000000000..5c000c763084 --- /dev/null +++ b/app-vim/vim-addon-mw-utils/metadata.xml @@ -0,0 +1,8 @@ + + + + + vim@gentoo.org + Gentoo Vim Project + + diff --git a/app-vim/vim-addon-mw-utils/vim-addon-mw-utils-20121105.ebuild b/app-vim/vim-addon-mw-utils/vim-addon-mw-utils-20121105.ebuild new file mode 100644 index 000000000000..95419dc87883 --- /dev/null +++ b/app-vim/vim-addon-mw-utils/vim-addon-mw-utils-20121105.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: interpret a file by function and cache file automatically" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2940 https://github.com/MarcWeber/vim-addon-mw-utils" +LICENSE="GPL-3" +KEYWORDS="~amd64 ~x86" -- cgit v1.2.3-65-gdbad