public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-vim/csound-syntax/
@ 2016-03-13  1:44 Tim Harder
  0 siblings, 0 replies; 6+ messages in thread
From: Tim Harder @ 2016-03-13  1:44 UTC (permalink / raw
  To: gentoo-commits

commit:     35426d52bb3f587f705ddc3d7d01f344f50d77cf
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 13 01:43:26 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Mar 13 01:43:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35426d52

app-vim/csound-syntax: bump EAPI

 app-vim/csound-syntax/csound-syntax-3.1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/app-vim/csound-syntax/csound-syntax-3.1.ebuild b/app-vim/csound-syntax/csound-syntax-3.1.ebuild
index e76433f..8f5beba 100644
--- a/app-vim/csound-syntax/csound-syntax-3.1.ebuild
+++ b/app-vim/csound-syntax/csound-syntax-3.1.ebuild
@@ -1,15 +1,14 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=3
+EAPI=5
 inherit eutils vim-plugin
 
 DESCRIPTION="vim plugin: Syntax highlighting, filetype detection, folding, macros, and templates for Csound files"
 HOMEPAGE="http://www.eumus.edu.uy/docentes/jure/csound/vim/"
 LICENSE="vim"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 VIM_PLUGIN_HELPFILES="${PN}"
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/csound-syntax/
@ 2017-08-21 21:30 Patrice Clement
  0 siblings, 0 replies; 6+ messages in thread
From: Patrice Clement @ 2017-08-21 21:30 UTC (permalink / raw
  To: gentoo-commits

commit:     bb2e8488b8be9db5cf1ecfbc6d29b5515c1c7556
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 21 21:21:38 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Aug 21 21:30:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb2e8488

app-vim/csound-syntax: stable for amd64+x86.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-vim/csound-syntax/csound-syntax-20160804.ebuild | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/app-vim/csound-syntax/csound-syntax-20160804.ebuild b/app-vim/csound-syntax/csound-syntax-20160804.ebuild
index 6fd6f80c0b2..1562317fb7f 100644
--- a/app-vim/csound-syntax/csound-syntax-20160804.ebuild
+++ b/app-vim/csound-syntax/csound-syntax-20160804.ebuild
@@ -1,19 +1,20 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
+
 inherit vim-plugin
 
-DESCRIPTION="set of tools for editing Csound files with vim"
+DESCRIPTION="vim plugin: set of tools for editing Csound files with vim"
 HOMEPAGE="https://github.com/luisjure/csound"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 VIM_PLUGIN_HELPFILES="${PN}"
 
-PATCHES=( "${FILESDIR}"/${P}-doc.patch )
+PATCHES=( "${FILESDIR}/${P}-doc.patch" )
 
 src_prepare() {
-	rm LICENSE README.md || die
+	rm -v LICENSE README.md || die
 	default
 }


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/csound-syntax/
@ 2023-12-09 19:26 Arthur Zamarin
  0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2023-12-09 19:26 UTC (permalink / raw
  To: gentoo-commits

commit:     9ec93a4327864655d5d9af2d4183f381ef81f2e0
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 19:26:36 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 19:26:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ec93a43

app-vim/csound-syntax: Stabilize 20160804-r1 x86, #919591

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-vim/csound-syntax/csound-syntax-20160804-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/csound-syntax/csound-syntax-20160804-r1.ebuild b/app-vim/csound-syntax/csound-syntax-20160804-r1.ebuild
index 5da0b220f740..ce91c692c612 100644
--- a/app-vim/csound-syntax/csound-syntax-20160804-r1.ebuild
+++ b/app-vim/csound-syntax/csound-syntax-20160804-r1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: set of tools for editing Csound files with vim"
 HOMEPAGE="https://github.com/luisjure/csound-vim"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 VIM_PLUGIN_HELPFILES="${PN}"
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/csound-syntax/
@ 2023-12-09 19:30 Arthur Zamarin
  0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2023-12-09 19:30 UTC (permalink / raw
  To: gentoo-commits

commit:     1be78b8022606092c9647b4e50e452964dc4d7ca
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 19:29:54 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 19:29:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1be78b80

app-vim/csound-syntax: Stabilize 20160804-r1 amd64, #919591

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-vim/csound-syntax/csound-syntax-20160804-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/csound-syntax/csound-syntax-20160804-r1.ebuild b/app-vim/csound-syntax/csound-syntax-20160804-r1.ebuild
index ce91c692c612..bd83fe3c361f 100644
--- a/app-vim/csound-syntax/csound-syntax-20160804-r1.ebuild
+++ b/app-vim/csound-syntax/csound-syntax-20160804-r1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: set of tools for editing Csound files with vim"
 HOMEPAGE="https://github.com/luisjure/csound-vim"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 VIM_PLUGIN_HELPFILES="${PN}"
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/csound-syntax/
@ 2024-01-13 20:46 Conrad Kostecki
  0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2024-01-13 20:46 UTC (permalink / raw
  To: gentoo-commits

commit:     fd99843943fdb2d1691a5c5decfc8c2da9fdefdc
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Jan 13 16:27:01 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 20:45:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd998439

app-vim/csound-syntax: block on media-sound/csound[vim-syntax]

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-vim/csound-syntax/csound-syntax-20160804-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-vim/csound-syntax/csound-syntax-20160804-r1.ebuild b/app-vim/csound-syntax/csound-syntax-20160804-r1.ebuild
index bd83fe3c361f..006878f0b195 100644
--- a/app-vim/csound-syntax/csound-syntax-20160804-r1.ebuild
+++ b/app-vim/csound-syntax/csound-syntax-20160804-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,3 +14,5 @@ KEYWORDS="amd64 x86"
 VIM_PLUGIN_HELPFILES="${PN}"
 
 PATCHES=( "${FILESDIR}/${PN}-doc.patch" )
+
+RDEPEND="!media-sound/csound[vim-syntax]"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/csound-syntax/
@ 2024-01-20 21:22 Conrad Kostecki
  0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2024-01-20 21:22 UTC (permalink / raw
  To: gentoo-commits

commit:     66fecb01ec0eefb9344fb4b4d7241d39fa613207
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Jan 14 10:44:08 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jan 20 21:21:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66fecb01

app-vim/csound-syntax: revbump for RDEPEND change

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/34787
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 ...{csound-syntax-20160804-r1.ebuild => csound-syntax-20160804-r2.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/app-vim/csound-syntax/csound-syntax-20160804-r1.ebuild b/app-vim/csound-syntax/csound-syntax-20160804-r2.ebuild
similarity index 100%
rename from app-vim/csound-syntax/csound-syntax-20160804-r1.ebuild
rename to app-vim/csound-syntax/csound-syntax-20160804-r2.ebuild


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-01-20 21:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-21 21:30 [gentoo-commits] repo/gentoo:master commit in: app-vim/csound-syntax/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2024-01-20 21:22 Conrad Kostecki
2024-01-13 20:46 Conrad Kostecki
2023-12-09 19:30 Arthur Zamarin
2023-12-09 19:26 Arthur Zamarin
2016-03-13  1:44 Tim Harder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox