summaryrefslogtreecommitdiff
path: root/app-vim/json
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/json
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/json')
-rw-r--r--app-vim/json/Manifest3
-rw-r--r--app-vim/json/json-20150511.ebuild15
-rw-r--r--app-vim/json/metadata.xml11
3 files changed, 29 insertions, 0 deletions
diff --git a/app-vim/json/Manifest b/app-vim/json/Manifest
new file mode 100644
index 000000000000..02508ad459f2
--- /dev/null
+++ b/app-vim/json/Manifest
@@ -0,0 +1,3 @@
+DIST json-20150511.tar.bz2 8620 BLAKE2B 80b01585af1a94a2e46900adba16b1165d9fa3adf922ea3a8f9cbed9512de3779593394174fc465058385237bcb9e0ff0cfd5b0e9b91d9818c0b733eaddf4547 SHA512 357ea8ea298c6e2758db75e54334ccdfcd43d3146f032c816756688f35ff163dea99df42b9f1168aaac63e50e6ccedb85ff6f37f234e9faf72c53fb9e05c9b9c
+EBUILD json-20150511.ebuild 314 BLAKE2B c775210cad7140811d1d05730f2aae987e54b0bc53dbbf915d1cb9c4b82d9559e1a0e47f76454c8c6ca0bc68df4046727e54222e450c930210384e680cbb3b80 SHA512 e2250c2af2ed047e2ce1c22e9b46a39c0bbd384f0e6892c3748740f14e685df3086005125bdd02fbdc18f0e38a6cc5a4d04b348b37823b42f662b278c04d006d
+MISC metadata.xml 337 BLAKE2B 6f8fb0b0333f7f5e8a161d3a218de86a8cb8a3f79b10d73327f3384014c691d2a15d44d33ccfa1e0324ebf5a187f24c83abf3e531182041b34db5e410c4e48d3 SHA512 5d1f6814b0a463d6b4a534a4d16b1c28d9a3ebcbd9f351ea03eca3731ee993a355053d271ea2f40cb35ae900a75902b1033866439c786a2427f973d93b90dfdc
diff --git a/app-vim/json/json-20150511.ebuild b/app-vim/json/json-20150511.ebuild
new file mode 100644
index 000000000000..945e149aa0e4
--- /dev/null
+++ b/app-vim/json/json-20150511.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: a better JSON for Vim"
+HOMEPAGE="https://github.com/elzr/vim-json/"
+LICENSE="MIT"
+KEYWORDS="amd64 x86"
+
+src_prepare() {
+ rm *-test.* license.md || die
+}
diff --git a/app-vim/json/metadata.xml b/app-vim/json/metadata.xml
new file mode 100644
index 000000000000..853019aaa34f
--- /dev/null
+++ b/app-vim/json/metadata.xml
@@ -0,0 +1,11 @@
+<?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>
+ <upstream>
+ <remote-id type="github">elzr/vim-json</remote-id>
+ </upstream>
+</pkgmetadata>