summaryrefslogtreecommitdiff
path: root/app-vim/zoomwin
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-vim/zoomwin
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/zoomwin')
-rw-r--r--app-vim/zoomwin/Manifest3
-rw-r--r--app-vim/zoomwin/metadata.xml8
-rw-r--r--app-vim/zoomwin/zoomwin-24.ebuild14
3 files changed, 25 insertions, 0 deletions
diff --git a/app-vim/zoomwin/Manifest b/app-vim/zoomwin/Manifest
new file mode 100644
index 000000000000..604014c295e2
--- /dev/null
+++ b/app-vim/zoomwin/Manifest
@@ -0,0 +1,3 @@
+DIST zoomwin-24.tar.bz2 7928 BLAKE2B fc841f859635c58738a52ed55fdea997eaaaa867984347a0977c0818a24517ad580bbc3386567304d5812e20fa0015fbf3cbc116b50b7a56f361d5140a25e8ab SHA512 fb20958813c1cd956c25f34c9355454b5003cf1a2d3582149c07ea3cdb4630a0407f2407f3a8f96abec37659e75facef13094d6d1ec2972b937dab8bdf9d61a9
+EBUILD zoomwin-24.ebuild 354 BLAKE2B 6cbd8a74db41da78a9c247dcc2ae90d412bda045be702a39b5685151e10df6a263aedd65fd8b849abe96cc07be055a0fdf29f797c1c8fe5fc51f7018769f80e4 SHA512 42289997c6eb206a6aba453c9b4bae5330f32227af4c5bb3c8e855bf190e0145f26082e34e4b1322656ae14c303c17090765841f1ba380aede11175ebd56d84e
+MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7
diff --git a/app-vim/zoomwin/metadata.xml b/app-vim/zoomwin/metadata.xml
new file mode 100644
index 000000000000..5c000c763084
--- /dev/null
+++ b/app-vim/zoomwin/metadata.xml
@@ -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/zoomwin/zoomwin-24.ebuild b/app-vim/zoomwin/zoomwin-24.ebuild
new file mode 100644
index 000000000000..6b8008f13afe
--- /dev/null
+++ b/app-vim/zoomwin/zoomwin-24.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=4
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: brief-style window zooming"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=508"
+LICENSE="vim"
+KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
+IUSE=""
+
+VIM_PLUGIN_HELPFILES="zoomwin"