summaryrefslogtreecommitdiff
path: root/app-vim/csound-syntax
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/csound-syntax
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/csound-syntax')
-rw-r--r--app-vim/csound-syntax/Manifest4
-rw-r--r--app-vim/csound-syntax/csound-syntax-20160804.ebuild20
-rw-r--r--app-vim/csound-syntax/files/csound-syntax-20160804-doc.patch9
-rw-r--r--app-vim/csound-syntax/metadata.xml11
4 files changed, 44 insertions, 0 deletions
diff --git a/app-vim/csound-syntax/Manifest b/app-vim/csound-syntax/Manifest
new file mode 100644
index 000000000000..e05010585f80
--- /dev/null
+++ b/app-vim/csound-syntax/Manifest
@@ -0,0 +1,4 @@
+AUX csound-syntax-20160804-doc.patch 388 BLAKE2B ec94940f41e3e9b891f4d70488bfc17b00e8f95a8efa989bb040261ccee8fca60b21e1a6f80c5b9189473ea73a46b3fb1f30d6f384607a97db89cf2d7c51aeb5 SHA512 a05e5bdb3165bdb3c86fd963e9767eaaca7c7047dffd73d239fa58248ad24f78667ebea6106777123ea1e366ba4c72387b5765ead760acbfc881d581691920bc
+DIST csound-syntax-20160804.tar.bz2 326658 BLAKE2B 04ba7e1eb3afee6b32de4603e91f78fdc7fd3b70b137bd05ecac5ace2b34222a1cc8c095cd7776abe46b7bb18bd67d1711bca75f20e2f656162d414f2c6e2b2f SHA512 83ba89768be3d9e5dd701cc8323fbbff75ce399210891fc1e5676e278c39cfdb4b5e4a354c93c1f439a667d0ea65f459aea0b6f79740a061381e22d2557c0eb8
+EBUILD csound-syntax-20160804.ebuild 422 BLAKE2B d7e5f6383d08e2d7866dc9327d4fd972e94c3cc3599a15abc469ff848ead5dbb1d7bb31569c93337385e328b1c09639c0a3c663a47e840484cc23506aa1c90dd SHA512 a1b2c9f4fff3e4399feaa556fd0c0dd973f4211c92b409f4de0cbfa6bf14b99180b4d7a114dcd1dddfcbadbc0ba809c1bcd5fbe7be907112caf6a4d723bef077
+MISC metadata.xml 329 BLAKE2B e0693430b5111554bfcbd4929204c4e88534933d4f5d8d445345845487adfcebc4181e5b55b6c04211c696a794b53c4dcac068e150949b419cd022c4de612a44 SHA512 5caad244c40e0c4a7db09f340c0119758dc579db6bfc5a82e1e0023e7cc63964dc85b4f35546155f15c1f858991d8ed428910bb5b7c41d5538b34bbeffa8354a
diff --git a/app-vim/csound-syntax/csound-syntax-20160804.ebuild b/app-vim/csound-syntax/csound-syntax-20160804.ebuild
new file mode 100644
index 000000000000..1562317fb7f5
--- /dev/null
+++ b/app-vim/csound-syntax/csound-syntax-20160804.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: set of tools for editing Csound files with vim"
+HOMEPAGE="https://github.com/luisjure/csound"
+LICENSE="MIT"
+KEYWORDS="amd64 x86"
+
+VIM_PLUGIN_HELPFILES="${PN}"
+
+PATCHES=( "${FILESDIR}/${P}-doc.patch" )
+
+src_prepare() {
+ rm -v LICENSE README.md || die
+ default
+}
diff --git a/app-vim/csound-syntax/files/csound-syntax-20160804-doc.patch b/app-vim/csound-syntax/files/csound-syntax-20160804-doc.patch
new file mode 100644
index 000000000000..c2cc7eccbad1
--- /dev/null
+++ b/app-vim/csound-syntax/files/csound-syntax-20160804-doc.patch
@@ -0,0 +1,9 @@
+--- csound-syntax-20160804/doc/csound.txt
++++ csound-syntax-20160804/doc/csound.txt
+@@ -1,4 +1,6 @@
++*csound.txt* Csound Syntax Reference
+
++ *csound-syntax*
+ ===========================================================================
+ != *!=*
+
diff --git a/app-vim/csound-syntax/metadata.xml b/app-vim/csound-syntax/metadata.xml
new file mode 100644
index 000000000000..a734c4404129
--- /dev/null
+++ b/app-vim/csound-syntax/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">luisjure/csound</remote-id>
+ </upstream>
+</pkgmetadata>