app-vim/vim-addon-mw-utils: initial import
authorTim Harder <radhermit@gentoo.org>
Wed, 16 Mar 2016 06:31:57 +0000 (02:31 -0400)
committerTim Harder <radhermit@gentoo.org>
Wed, 16 Mar 2016 06:42:10 +0000 (02:42 -0400)
app-vim/vim-addon-mw-utils/Manifest [new file with mode: 0644]
app-vim/vim-addon-mw-utils/metadata.xml [new file with mode: 0644]
app-vim/vim-addon-mw-utils/vim-addon-mw-utils-20121105.ebuild [new file with mode: 0644]

diff --git a/app-vim/vim-addon-mw-utils/Manifest b/app-vim/vim-addon-mw-utils/Manifest
new file mode 100644 (file)
index 0000000..31e08db
--- /dev/null
@@ -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 (file)
index 0000000..5c000c7
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="project">
+               <email>vim@gentoo.org</email>
+               <name>Gentoo Vim Project</name>
+       </maintainer>
+</pkgmetadata>
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 (file)
index 0000000..95419dc
--- /dev/null
@@ -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"