public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-vim/eruby-syntax/
@ 2017-09-28  9:31 Patrice Clement
  0 siblings, 0 replies; 13+ messages in thread
From: Patrice Clement @ 2017-09-28  9:31 UTC (permalink / raw
  To: gentoo-commits

commit:     f0112afcf54bd453d833831e0fa6f83f35ffee1a
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 28 09:26:52 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Sep 28 09:31:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0112afc

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

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild b/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild
new file mode 100644
index 00000000000..6e87f027959
--- /dev/null
+++ b/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: syntax highlighting for eruby"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=403"
+LICENSE="vim.org"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+
+VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for eruby"
+
+src_prepare() {
+	default
+	sed -i -e 's#hi link#hi def link#' syntax/eruby.vim || die "sed failed"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/eruby-syntax/
@ 2018-03-05 22:00 Patrice Clement
  0 siblings, 0 replies; 13+ messages in thread
From: Patrice Clement @ 2018-03-05 22:00 UTC (permalink / raw
  To: gentoo-commits

commit:     4281836159a42f4c4f6a3b27e2ac56fd68c8aa2f
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Mar  4 08:26:24 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Mar  5 21:46:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42818361

app-vim/eruby-syntax: use HTTPS.

 app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild | 4 ++--
 app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild b/app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild
index 6b501debb74..7ee7fbd8853 100644
--- a/app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild
+++ b/app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 inherit vim-plugin
 
 DESCRIPTION="vim plugin: syntax highlighting for eruby"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=403"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=403"
 LICENSE="vim.org"
 KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE=""

diff --git a/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild b/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild
index 6e87f027959..08e3138f69e 100644
--- a/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild
+++ b/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit vim-plugin
 
 DESCRIPTION="vim plugin: syntax highlighting for eruby"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=403"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=403"
 LICENSE="vim.org"
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/eruby-syntax/
@ 2018-04-18 13:58 Mikle Kolyada
  0 siblings, 0 replies; 13+ messages in thread
From: Mikle Kolyada @ 2018-04-18 13:58 UTC (permalink / raw
  To: gentoo-commits

commit:     b98e41cd4f95cc2216000282cea58ac8bb3cb043
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 18 13:56:48 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Apr 18 13:58:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b98e41cd

app-vim/eruby-syntax: amd64 stable wrt bug #646598

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild b/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild
index 08e3138f69e..a1217043980 100644
--- a/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild
+++ b/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild
@@ -8,7 +8,7 @@ inherit vim-plugin
 DESCRIPTION="vim plugin: syntax highlighting for eruby"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=403"
 LICENSE="vim.org"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 
 VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for eruby"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/eruby-syntax/
@ 2018-04-18 20:58 Sergei Trofimovich
  0 siblings, 0 replies; 13+ messages in thread
From: Sergei Trofimovich @ 2018-04-18 20:58 UTC (permalink / raw
  To: gentoo-commits

commit:     ad7a9a0bd4ce8fc924dbfa457476ab5bdba4e5b0
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 18 20:57:07 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Apr 18 20:58:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad7a9a0b

app-vim/eruby-syntax: stable 2.0-r2 for ppc, bug #646598

Bug: https://bugs.gentoo.org/646598
Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

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

diff --git a/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild b/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild
index a1217043980..3b358bb1c16 100644
--- a/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild
+++ b/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild
@@ -8,7 +8,7 @@ inherit vim-plugin
 DESCRIPTION="vim plugin: syntax highlighting for eruby"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=403"
 LICENSE="vim.org"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 
 VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for eruby"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/eruby-syntax/
@ 2018-04-18 21:06 Sergei Trofimovich
  0 siblings, 0 replies; 13+ messages in thread
From: Sergei Trofimovich @ 2018-04-18 21:06 UTC (permalink / raw
  To: gentoo-commits

commit:     572d74a96367d7457cca60c1acbfe7e6306b6a2b
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 18 21:06:06 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Apr 18 21:06:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=572d74a9

app-vim/eruby-syntax: stable 2.0-r2 for ia64, bug #646598

Bug: https://bugs.gentoo.org/646598
Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"

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

diff --git a/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild b/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild
index 3b358bb1c16..f95fa6a2acf 100644
--- a/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild
+++ b/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild
@@ -8,7 +8,7 @@ inherit vim-plugin
 DESCRIPTION="vim plugin: syntax highlighting for eruby"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=403"
 LICENSE="vim.org"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~hppa ia64 ~mips ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 
 VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for eruby"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/eruby-syntax/
@ 2018-04-24 18:55 Sergei Trofimovich
  0 siblings, 0 replies; 13+ messages in thread
From: Sergei Trofimovich @ 2018-04-24 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     25b159475ee6562a451bb26ba04bfca7bd7d2fcc
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Tue Apr 24 11:32:15 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Apr 24 18:55:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b15947

app-vim/eruby-syntax: stable 2.0-r2 for sparc

Bug: https://bugs.gentoo.org/646598
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

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

diff --git a/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild b/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild
index f95fa6a2acf..0daf2fb271b 100644
--- a/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild
+++ b/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild
@@ -8,7 +8,7 @@ inherit vim-plugin
 DESCRIPTION="vim plugin: syntax highlighting for eruby"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=403"
 LICENSE="vim.org"
-KEYWORDS="~alpha amd64 ~hppa ia64 ~mips ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~hppa ia64 ~mips ppc ~ppc64 sparc ~x86 ~x86-fbsd"
 
 VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for eruby"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/eruby-syntax/
@ 2018-05-11 22:09 Patrice Clement
  0 siblings, 0 replies; 13+ messages in thread
From: Patrice Clement @ 2018-05-11 22:09 UTC (permalink / raw
  To: gentoo-commits

commit:     e64ecf7a901699efe64f8e42db318083dfedf4a1
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri May 11 22:04:25 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri May 11 22:08:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e64ecf7a

app-vim/eruby-syntax: mark stable for the remaining arches using the ALLARCHES policy.

Bug: https://bugs.gentoo.org/646598
Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild b/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild
index 5f4dcb5b371..7062ef9a855 100644
--- a/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild
+++ b/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild
@@ -8,7 +8,7 @@ inherit vim-plugin
 DESCRIPTION="vim plugin: syntax highlighting for eruby"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=403"
 LICENSE="vim.org"
-KEYWORDS="~alpha amd64 ~hppa ia64 ~mips ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
 
 VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for eruby"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/eruby-syntax/
@ 2018-05-11 22:09 Patrice Clement
  0 siblings, 0 replies; 13+ messages in thread
From: Patrice Clement @ 2018-05-11 22:09 UTC (permalink / raw
  To: gentoo-commits

commit:     8d7c013446121f68fdf3448af65161e472a4dac2
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri May 11 22:07:17 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri May 11 22:08:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d7c0134

app-vim/eruby-syntax: clean up old ebuild.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild b/app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild
deleted file mode 100644
index f781740b355..00000000000
--- a/app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: syntax highlighting for eruby"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=403"
-LICENSE="vim.org"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-
-VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for eruby"
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	sed -i -e 's,hi link,hi def link,' syntax/eruby.vim || die "sed failed"
-}


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

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

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

app-vim/eruby-syntax: Stabilize 2.0-r3 amd64, #919599

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

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

diff --git a/app-vim/eruby-syntax/eruby-syntax-2.0-r3.ebuild b/app-vim/eruby-syntax/eruby-syntax-2.0-r3.ebuild
index 2bf72a0fb743..7a7bb154640b 100644
--- a/app-vim/eruby-syntax/eruby-syntax-2.0-r3.ebuild
+++ b/app-vim/eruby-syntax/eruby-syntax-2.0-r3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: syntax highlighting for eruby"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=403"
 
 LICENSE="vim.org"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 
 VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for eruby"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/eruby-syntax/
@ 2023-12-09 20:01 Michał Górny
  0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2023-12-09 20:01 UTC (permalink / raw
  To: gentoo-commits

commit:     08856a3a3b7c1b2cd76e93d8da04813d9e0f06a5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 20:01:15 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 20:01:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08856a3a

app-vim/eruby-syntax: Stabilize 2.0-r3 sparc, #919599

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

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

diff --git a/app-vim/eruby-syntax/eruby-syntax-2.0-r3.ebuild b/app-vim/eruby-syntax/eruby-syntax-2.0-r3.ebuild
index 54349bd373a2..3a98adce7e2c 100644
--- a/app-vim/eruby-syntax/eruby-syntax-2.0-r3.ebuild
+++ b/app-vim/eruby-syntax/eruby-syntax-2.0-r3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: syntax highlighting for eruby"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=403"
 
 LICENSE="vim.org"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86"
 
 VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for eruby"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/eruby-syntax/
@ 2023-12-09 20:01 Michał Górny
  0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2023-12-09 20:01 UTC (permalink / raw
  To: gentoo-commits

commit:     28c61924f3a4bf1dda5806a5a2b1c17cdc81ca0e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 20:01:14 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 20:01:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28c61924

app-vim/eruby-syntax: Stabilize 2.0-r3 x86, #919599

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

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

diff --git a/app-vim/eruby-syntax/eruby-syntax-2.0-r3.ebuild b/app-vim/eruby-syntax/eruby-syntax-2.0-r3.ebuild
index 7a7bb154640b..54349bd373a2 100644
--- a/app-vim/eruby-syntax/eruby-syntax-2.0-r3.ebuild
+++ b/app-vim/eruby-syntax/eruby-syntax-2.0-r3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: syntax highlighting for eruby"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=403"
 
 LICENSE="vim.org"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 
 VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for eruby"
 


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

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

commit:     1e189dd2afa662bd447cbc259073ed79f233b7d2
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 20:23:26 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 20:23:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e189dd2

app-vim/eruby-syntax: Stabilize 2.0-r3 ppc64, #919599

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

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

diff --git a/app-vim/eruby-syntax/eruby-syntax-2.0-r3.ebuild b/app-vim/eruby-syntax/eruby-syntax-2.0-r3.ebuild
index 3a98adce7e2c..c180ca5d02b9 100644
--- a/app-vim/eruby-syntax/eruby-syntax-2.0-r3.ebuild
+++ b/app-vim/eruby-syntax/eruby-syntax-2.0-r3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: syntax highlighting for eruby"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=403"
 
 LICENSE="vim.org"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc x86"
 
 VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for eruby"
 


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

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

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

app-vim/eruby-syntax: Stabilize 2.0-r3 ppc, #919599

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

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

diff --git a/app-vim/eruby-syntax/eruby-syntax-2.0-r3.ebuild b/app-vim/eruby-syntax/eruby-syntax-2.0-r3.ebuild
index c180ca5d02b9..5c5aa79710aa 100644
--- a/app-vim/eruby-syntax/eruby-syntax-2.0-r3.ebuild
+++ b/app-vim/eruby-syntax/eruby-syntax-2.0-r3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: syntax highlighting for eruby"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=403"
 
 LICENSE="vim.org"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
 
 VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for eruby"
 


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

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

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-24 18:55 [gentoo-commits] repo/gentoo:master commit in: app-vim/eruby-syntax/ Sergei Trofimovich
  -- strict thread matches above, loose matches on Subject: below --
2023-12-09 20:36 Arthur Zamarin
2023-12-09 20:24 Arthur Zamarin
2023-12-09 20:01 Michał Górny
2023-12-09 20:01 Michał Górny
2023-12-09 19:57 Arthur Zamarin
2018-05-11 22:09 Patrice Clement
2018-05-11 22:09 Patrice Clement
2018-04-18 21:06 Sergei Trofimovich
2018-04-18 20:58 Sergei Trofimovich
2018-04-18 13:58 Mikle Kolyada
2018-03-05 22:00 Patrice Clement
2017-09-28  9:31 Patrice Clement

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