summaryrefslogtreecommitdiff
path: root/app-vim/matrix
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/matrix
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/matrix')
-rw-r--r--app-vim/matrix/Manifest3
-rw-r--r--app-vim/matrix/matrix-1.10-r1.ebuild17
-rw-r--r--app-vim/matrix/metadata.xml12
3 files changed, 32 insertions, 0 deletions
diff --git a/app-vim/matrix/Manifest b/app-vim/matrix/Manifest
new file mode 100644
index 000000000000..3f4c2500ae8e
--- /dev/null
+++ b/app-vim/matrix/Manifest
@@ -0,0 +1,3 @@
+DIST matrix-1.10.tar.bz2 3365 BLAKE2B 71c8d4fe2117b4fa8fb31ba880b3af456f046d6f78bcec54107dab58bee1b733887752aba06f17fc6b4196ada40cc1ba7c5a7e4ddeafeeb5630f6ee1d8e44627 SHA512 9c268ced7b0a7e3117c88bfe005236f1fc61cfd74fa10d46318b739fe61a97f7bd856d125d69cf599a79efb8fb181d8876641cda65ae5dc80e4c650e7430fa85
+EBUILD matrix-1.10-r1.ebuild 431 BLAKE2B 5540aa537722fd860ea9bbc3ff4ebfaba11765d31148c5bcc0070d07a405ff66cb9402f9ffc6cbb3a3f19efa729ecb1ea70d7c2fb1ed9955701c3f50393cd5db SHA512 6c4fffbd235db17b2f593dd2e56b20d10ce2c42c285128c18b8f45251ffd0ebcfe191812a7b53426935a4e52d5f435dcd3872105a3c28c33dcc860cd5d4fc839
+MISC metadata.xml 401 BLAKE2B e62a9d3baf82371cfe83d16b48ff30e1e064087e79fad1afeee30e07f1e195e5142ee7364cd267eaea1967a34dbff097cd6033ea47e3db32c85f92cf6de88df5 SHA512 62867793f995b355e1dbb336bb5e2f2622ed6ee9467dead5b813c29c5667e4e1888c6c3ce09a2896acf31e95f0a849bce49529c959a4a209a871497fa8a9b614
diff --git a/app-vim/matrix/matrix-1.10-r1.ebuild b/app-vim/matrix/matrix-1.10-r1.ebuild
new file mode 100644
index 000000000000..91f50bb2f9ff
--- /dev/null
+++ b/app-vim/matrix/matrix-1.10-r1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Screensaver inspired by the Matrix"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1189"
+
+LICENSE="vim.org"
+KEYWORDS="amd64 ~mips ppc sparc x86"
+IUSE=""
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin provides the :Matrix command. To exit the screensaver,
+press a key."
diff --git a/app-vim/matrix/metadata.xml b/app-vim/matrix/metadata.xml
new file mode 100644
index 000000000000..185b552dd34c
--- /dev/null
+++ b/app-vim/matrix/metadata.xml
@@ -0,0 +1,12 @@
+<?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>
+ <longdescription lang="en">
+ A Vim plugin which displays a screensaver based upon the falling green
+ symbols seen in the Matrix.
+ </longdescription>
+</pkgmetadata>