[gentoo-commits] repo/gentoo:master commit in: app-vim/csound-syntax/, app-vim/csound-syntax/files/

2020-11-15 Thread Patrice Clement
commit: 92733b24f57c867222d4f49de0b1cb67a75919d5
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sat Aug  8 12:09:33 2020 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Nov 15 15:03:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92733b24

app-vim/csound-syntax: version bump to 0.8.1.

Closes: https://bugs.gentoo.org/736358
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Jakov Smolic  sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/17051
Signed-off-by: Patrice Clement  gentoo.org>

 app-vim/csound-syntax/Manifest   |  1 +
 ...und-syntax-20160804.ebuild => csound-syntax-0.8.1.ebuild} | 12 
 app-vim/csound-syntax/csound-syntax-20160804.ebuild  |  2 +-
 ...und-syntax-20160804-doc.patch => csound-syntax-doc.patch} |  0
 4 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/app-vim/csound-syntax/Manifest b/app-vim/csound-syntax/Manifest
index 13e5c0d5e4b..782d85f0c0c 100644
--- a/app-vim/csound-syntax/Manifest
+++ b/app-vim/csound-syntax/Manifest
@@ -1 +1,2 @@
+DIST csound-syntax-0.8.1.tar.gz 404555 BLAKE2B 
a26d158a3a050b3767cade77a0ccb8f12491a4b9e6957c6c8ccf1de5402367f58ddf9c367f314c0410346de08ddde49964cc4c5e38f6bc7605a4965f28afcedd
 SHA512 
a87458efabcef4e3681b8f6b6325ad1fbe5b68befbf602fe858db2baf455c66c3a5b953a6aeeb28155867f7c53ae29618801c6b66a30118346069a1598b5ada1
 DIST csound-syntax-20160804.tar.bz2 326658 BLAKE2B 
04ba7e1eb3afee6b32de4603e91f78fdc7fd3b70b137bd05ecac5ace2b34222a1cc8c095cd7776abe46b7bb18bd67d1711bca75f20e2f656162d414f2c6e2b2f
 SHA512 
83ba89768be3d9e5dd701cc8323fbbff75ce399210891fc1e5676e278c39cfdb4b5e4a354c93c1f439a667d0ea65f459aea0b6f79740a061381e22d2557c0eb8

diff --git a/app-vim/csound-syntax/csound-syntax-20160804.ebuild 
b/app-vim/csound-syntax/csound-syntax-0.8.1.ebuild
similarity index 56%
copy from app-vim/csound-syntax/csound-syntax-20160804.ebuild
copy to app-vim/csound-syntax/csound-syntax-0.8.1.ebuild
index 1562317fb7f..a2e3cf0246c 100644
--- a/app-vim/csound-syntax/csound-syntax-20160804.ebuild
+++ b/app-vim/csound-syntax/csound-syntax-0.8.1.ebuild
@@ -1,18 +1,22 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit vim-plugin
+MY_P="csound-vim-${PV}"
 
 DESCRIPTION="vim plugin: set of tools for editing Csound files with vim"
 HOMEPAGE="https://github.com/luisjure/csound;
+SRC_URI="https://github.com/luisjure/csound-vim/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
 LICENSE="MIT"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 
 VIM_PLUGIN_HELPFILES="${PN}"
 
-PATCHES=( "${FILESDIR}/${P}-doc.patch" )
+PATCHES=( "${FILESDIR}/${PN}-doc.patch" )
 
 src_prepare() {
rm -v LICENSE README.md || die

diff --git a/app-vim/csound-syntax/csound-syntax-20160804.ebuild 
b/app-vim/csound-syntax/csound-syntax-20160804.ebuild
index 1562317fb7f..f562b9ebe09 100644
--- a/app-vim/csound-syntax/csound-syntax-20160804.ebuild
+++ b/app-vim/csound-syntax/csound-syntax-20160804.ebuild
@@ -12,7 +12,7 @@ KEYWORDS="amd64 x86"
 
 VIM_PLUGIN_HELPFILES="${PN}"
 
-PATCHES=( "${FILESDIR}/${P}-doc.patch" )
+PATCHES=( "${FILESDIR}/${PN}-doc.patch" )
 
 src_prepare() {
rm -v LICENSE README.md || die

diff --git a/app-vim/csound-syntax/files/csound-syntax-20160804-doc.patch 
b/app-vim/csound-syntax/files/csound-syntax-doc.patch
similarity index 100%
rename from app-vim/csound-syntax/files/csound-syntax-20160804-doc.patch
rename to app-vim/csound-syntax/files/csound-syntax-doc.patch



[gentoo-commits] repo/gentoo:master commit in: app-vim/csound-syntax/, app-vim/csound-syntax/files/

2016-08-06 Thread Tim Harder
commit: da44b89f707022c20e6e370b9b0592fd3773584f
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Aug  7 03:48:04 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Aug  7 03:50:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da44b89f

app-vim/csound-syntax: version bump to 20160804

 app-vim/csound-syntax/Manifest   |  1 +
 app-vim/csound-syntax/csound-syntax-20160804.ebuild  | 20 
 .../files/csound-syntax-20160804-doc.patch   |  9 +
 3 files changed, 30 insertions(+)

diff --git a/app-vim/csound-syntax/Manifest b/app-vim/csound-syntax/Manifest
index 74e4283..9c446c2 100644
--- a/app-vim/csound-syntax/Manifest
+++ b/app-vim/csound-syntax/Manifest
@@ -1 +1,2 @@
+DIST csound-syntax-20160804.tar.bz2 326658 SHA256 
b222e1b55945e4ccc1c11c55c3e9c8dae4c2a34c61bda80efaab508896416935 SHA512 
83ba89768be3d9e5dd701cc8323fbbff75ce399210891fc1e5676e278c39cfdb4b5e4a354c93c1f439a667d0ea65f459aea0b6f79740a061381e22d2557c0eb8
 WHIRLPOOL 
61963663791405565263dcab85f8be64d45fffa522ca7a7e7c749c8d8316943bd215b04266eac92171a5f942833ed3455f88893198adbd605ed0b092d2267dd1
 DIST csound-syntax-3.1.tar.bz2 39643 SHA256 
123643a4118341f6ca44ebdd7ccddd82e2a3d5b4696db7b674a8043814de11dd SHA512 
b82236a8502c3b9eb0fb98c1a34d992b329933a51a981bd213d3ab82fd73cb9ffb354b7786d69ee53a8ee8df02bf4ac4364569f5850af0581dbea72fe1471ed0
 WHIRLPOOL 
55ced201b86af9dee0f0f2c7239428cfd3b39a27bb0a2cbee955490ebe6992192898b41b1c1223e2a716eaae03641eec25a8a522fc38d1735bcf261e1269658a

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 000..0c4ca01
--- /dev/null
+++ b/app-vim/csound-syntax/csound-syntax-20160804.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit vim-plugin
+
+DESCRIPTION="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 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 000..c2cc7ec
--- /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*
+ ===
+ !=   *!=*
+