public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-vim/bnf-syntax/
@ 2016-08-18  9:46 Patrice Clement
  0 siblings, 0 replies; 8+ messages in thread
From: Patrice Clement @ 2016-08-18  9:46 UTC (permalink / raw
  To: gentoo-commits

commit:     a2ffa0135319731b75579fd1db5d885d733c7784
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 18 09:45:46 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Aug 18 09:46:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2ffa013

app-vim/bnf-syntax: EAPI 6 bump.

Package-Manager: portage-2.2.28

 app-vim/bnf-syntax/bnf-syntax-1.2-r2.ebuild | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/app-vim/bnf-syntax/bnf-syntax-1.2-r2.ebuild b/app-vim/bnf-syntax/bnf-syntax-1.2-r2.ebuild
new file mode 100644
index 0000000..f125500
--- /dev/null
+++ b/app-vim/bnf-syntax/bnf-syntax-1.2-r2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: BNF file syntax highlighting"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=250"
+LICENSE="vim.org"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin provides syntax highlighting for BNF files."
+
+src_prepare() {
+	default
+	# fix hi link to use def, bug #101790.
+	sed -i -e 's,hi link,hi def link,g' syntax/bnf.vim || die "sed failed"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/bnf-syntax/
@ 2016-09-01  9:40 Patrice Clement
  0 siblings, 0 replies; 8+ messages in thread
From: Patrice Clement @ 2016-09-01  9:40 UTC (permalink / raw
  To: gentoo-commits

commit:     3172868e46fcc5122faa122895ce957c3f148944
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  1 09:00:05 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Sep  1 09:40:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3172868e

app-vim/bnf-syntax: Clean up old.

Package-Manager: portage-2.2.28

 app-vim/bnf-syntax/bnf-syntax-1.2-r1.ebuild | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/app-vim/bnf-syntax/bnf-syntax-1.2-r1.ebuild b/app-vim/bnf-syntax/bnf-syntax-1.2-r1.ebuild
deleted file mode 100644
index e9cf1125..00000000
--- a/app-vim/bnf-syntax/bnf-syntax-1.2-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: BNF file syntax highlighting"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=250"
-LICENSE="vim.org"
-KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-VIM_PLUGIN_HELPTEXT=\
-"This plugin provides syntax highlighting for BNF files."
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	# fix hi link to use def, bug #101790.
-	sed -i -e 's,hi link,hi def link,g' syntax/bnf.vim || die "sed failed"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/bnf-syntax/
@ 2016-09-01  9:40 Patrice Clement
  0 siblings, 0 replies; 8+ messages in thread
From: Patrice Clement @ 2016-09-01  9:40 UTC (permalink / raw
  To: gentoo-commits

commit:     69187109affd353be51393c2774c8833e91b25e1
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  1 08:59:41 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Sep  1 09:39:59 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69187109

app-vim/bnf-syntax: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.

Package-Manager: portage-2.2.28

 app-vim/bnf-syntax/bnf-syntax-1.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/bnf-syntax/bnf-syntax-1.2-r2.ebuild b/app-vim/bnf-syntax/bnf-syntax-1.2-r2.ebuild
index f125500..c5a61d4 100644
--- a/app-vim/bnf-syntax/bnf-syntax-1.2-r2.ebuild
+++ b/app-vim/bnf-syntax/bnf-syntax-1.2-r2.ebuild
@@ -9,7 +9,7 @@ inherit vim-plugin
 DESCRIPTION="vim plugin: BNF file syntax highlighting"
 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=250"
 LICENSE="vim.org"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ia64 mips ppc ppc64 sparc x86"
 IUSE=""
 
 VIM_PLUGIN_HELPTEXT=\


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/bnf-syntax/
@ 2017-01-28 14:32 Mart Raudsepp
  0 siblings, 0 replies; 8+ messages in thread
From: Mart Raudsepp @ 2017-01-28 14:32 UTC (permalink / raw
  To: gentoo-commits

commit:     f646a789435c49109d03c8e17df37df0db271500
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 14:18:15 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 14:30:55 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f646a789

app-vim/bnf-syntax: Drop to ~mips; mips doesn't do stable keywords right now

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-vim/bnf-syntax/bnf-syntax-1.2-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/bnf-syntax/bnf-syntax-1.2-r2.ebuild b/app-vim/bnf-syntax/bnf-syntax-1.2-r2.ebuild
index c5a61d4..063ac25 100644
--- a/app-vim/bnf-syntax/bnf-syntax-1.2-r2.ebuild
+++ b/app-vim/bnf-syntax/bnf-syntax-1.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,7 +9,7 @@ inherit vim-plugin
 DESCRIPTION="vim plugin: BNF file syntax highlighting"
 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=250"
 LICENSE="vim.org"
-KEYWORDS="alpha amd64 ia64 mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86"
 IUSE=""
 
 VIM_PLUGIN_HELPTEXT=\


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

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

commit:     283c10d3b8a4a8589dd498815f4ecc3e93ad9b30
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 19:33:07 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 19:33:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=283c10d3

app-vim/bnf-syntax: Stabilize 1.2-r3 amd64, #919588

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

 app-vim/bnf-syntax/bnf-syntax-1.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/bnf-syntax/bnf-syntax-1.2-r3.ebuild b/app-vim/bnf-syntax/bnf-syntax-1.2-r3.ebuild
index 8e08807acb05..211b948cf445 100644
--- a/app-vim/bnf-syntax/bnf-syntax-1.2-r3.ebuild
+++ b/app-vim/bnf-syntax/bnf-syntax-1.2-r3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: BNF file syntax highlighting"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=250"
 
 LICENSE="vim.org"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 
 VIM_PLUGIN_HELPTEXT=\
 "This plugin provides syntax highlighting for BNF files."


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

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

commit:     90f215dc1ae28e86d1acf86da23ff8c22c0739ef
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 19:40:46 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 19:40:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f215dc

app-vim/bnf-syntax: Stabilize 1.2-r3 x86, #919588

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

 app-vim/bnf-syntax/bnf-syntax-1.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/bnf-syntax/bnf-syntax-1.2-r3.ebuild b/app-vim/bnf-syntax/bnf-syntax-1.2-r3.ebuild
index 211b948cf445..4f1a38948920 100644
--- a/app-vim/bnf-syntax/bnf-syntax-1.2-r3.ebuild
+++ b/app-vim/bnf-syntax/bnf-syntax-1.2-r3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: BNF file syntax highlighting"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=250"
 
 LICENSE="vim.org"
-KEYWORDS="~alpha amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 
 VIM_PLUGIN_HELPTEXT=\
 "This plugin provides syntax highlighting for BNF files."


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

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

commit:     dac918aca152041bf64da3ede4457a91208f793c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 20:05:54 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 20:05:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dac918ac

app-vim/bnf-syntax: Stabilize 1.2-r3 ppc64, #919588

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

 app-vim/bnf-syntax/bnf-syntax-1.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/bnf-syntax/bnf-syntax-1.2-r3.ebuild b/app-vim/bnf-syntax/bnf-syntax-1.2-r3.ebuild
index 4f1a38948920..6b9a7abd4860 100644
--- a/app-vim/bnf-syntax/bnf-syntax-1.2-r3.ebuild
+++ b/app-vim/bnf-syntax/bnf-syntax-1.2-r3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: BNF file syntax highlighting"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=250"
 
 LICENSE="vim.org"
-KEYWORDS="~alpha amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ~mips ~ppc ppc64 ~sparc x86"
 
 VIM_PLUGIN_HELPTEXT=\
 "This plugin provides syntax highlighting for BNF files."


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

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

commit:     69640cbad47804b2dba34841dae6edb41e04fd10
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 20:12:28 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 20:12:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69640cba

app-vim/bnf-syntax: Stabilize 1.2-r3 sparc, #919588

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

 app-vim/bnf-syntax/bnf-syntax-1.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/bnf-syntax/bnf-syntax-1.2-r3.ebuild b/app-vim/bnf-syntax/bnf-syntax-1.2-r3.ebuild
index 6b9a7abd4860..ffdef1144e88 100644
--- a/app-vim/bnf-syntax/bnf-syntax-1.2-r3.ebuild
+++ b/app-vim/bnf-syntax/bnf-syntax-1.2-r3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: BNF file syntax highlighting"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=250"
 
 LICENSE="vim.org"
-KEYWORDS="~alpha amd64 ~ia64 ~mips ~ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ~mips ~ppc ppc64 sparc x86"
 
 VIM_PLUGIN_HELPTEXT=\
 "This plugin provides syntax highlighting for BNF files."


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

end of thread, other threads:[~2023-12-09 20:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-01  9:40 [gentoo-commits] repo/gentoo:master commit in: app-vim/bnf-syntax/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2023-12-09 20:13 Arthur Zamarin
2023-12-09 20:06 Arthur Zamarin
2023-12-09 19:40 Arthur Zamarin
2023-12-09 19:33 Arthur Zamarin
2017-01-28 14:32 Mart Raudsepp
2016-09-01  9:40 Patrice Clement
2016-08-18  9:46 Patrice Clement

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