public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-vim/xsl-syntax/
@ 2016-06-29 11:49 Patrice Clement
  0 siblings, 0 replies; 13+ messages in thread
From: Patrice Clement @ 2016-06-29 11:49 UTC (permalink / raw
  To: gentoo-commits

commit:     8f31925411b39fbddfead3315757c2f23526c6e1
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 11:06:40 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 11:19:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f319254

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

Package-Manager: portage-2.2.28

 app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild
new file mode 100644
index 0000000..62f7a29
--- /dev/null
+++ b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.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="vim plugin: Syntax for XSLT (with HTML and others)"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=257"
+LICENSE="vim"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=257"
+
+src_prepare() {
+	default
+	# hi link is evil. See bug #101787, bug #101804.
+	sed -i -e 's,^hi link,hi def link,' syntax/xsl.vim || die "sed failed"
+}


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

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

commit:     bbfceac801a8d61d5bf137336551cf270432b562
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  9 22:45:34 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Aug  9 22:47:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbfceac8

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

Package-Manager: portage-2.2.28

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

diff --git a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild
index 62f7a29..75af74d 100644
--- a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild
+++ b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild
@@ -9,7 +9,7 @@ inherit vim-plugin
 DESCRIPTION="vim plugin: Syntax for XSLT (with HTML and others)"
 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=257"
 LICENSE="vim"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ia64 mips ppc ppc64 sparc x86"
 IUSE=""
 VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=257"
 


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

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

commit:     71532b88de6248c0e9b2ce4f08eabfaa8876539c
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  9 22:46:28 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Aug  9 22:47:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71532b88

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

Package-Manager: portage-2.2.28

 app-vim/xsl-syntax/xsl-syntax-0.3.11-r1.ebuild | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r1.ebuild b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r1.ebuild
deleted file mode 100644
index 8ce20c7..0000000
--- a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Syntax for XSLT (with HTML and others)"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=257"
-LICENSE="vim"
-KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=257"
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	# hi link is evil. See bug #101787, bug #101804.
-	sed -i -e 's,^hi link,hi def link,' syntax/xsl.vim || die "sed failed"
-}


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

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

commit:     8b83fbf9d89fbce48e5bccba048e80a41fa8d244
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 14:30:19 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 14:31:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b83fbf9

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

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild
index 75af74d..eabbfc6 100644
--- a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild
+++ b/app-vim/xsl-syntax/xsl-syntax-0.3.11-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: Syntax for XSLT (with HTML and others)"
 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=257"
 LICENSE="vim"
-KEYWORDS="alpha amd64 ia64 mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86"
 IUSE=""
 VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=257"
 


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

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

commit:     3c6352f07238bf799f457d390548c864033ba45f
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Mar  9 18:44:04 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Mar 10 22:54:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c6352f0

app-vim/xsl-syntas: use HTTPS.

 app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild
index 3776c50a125..8bc90a7472c 100644
--- a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild
+++ b/app-vim/xsl-syntax/xsl-syntax-0.3.11-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,11 +6,11 @@ EAPI=6
 inherit vim-plugin
 
 DESCRIPTION="vim plugin: Syntax for XSLT (with HTML and others)"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=257"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=257"
 LICENSE="vim"
 KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86"
 IUSE=""
-VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=257"
+VIM_PLUGIN_HELPURI="https://www.vim.org/scripts/script.php?script_id=257"
 
 src_prepare() {
 	default


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/xsl-syntax/
@ 2023-09-14 21:23 Conrad Kostecki
  0 siblings, 0 replies; 13+ messages in thread
From: Conrad Kostecki @ 2023-09-14 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     182ccf1f09bb82ecf5bd75f9a9a9dbf1e5be9a45
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Mar 19 17:34:21 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 21:22:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=182ccf1f

app-vim/xsl-syntax: EAPI8 bump

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

 app-vim/xsl-syntax/xsl-syntax-0.3.11-r3.ebuild | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r3.ebuild b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r3.ebuild
new file mode 100644
index 000000000000..fb380c5d310a
--- /dev/null
+++ b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Syntax for XSLT (with HTML and others)"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=257"
+
+LICENSE="vim"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+
+VIM_PLUGIN_HELPURI="https://www.vim.org/scripts/script.php?script_id=257"
+
+src_prepare() {
+	default
+	# hi link is evil. See bug #101787, bug #101804.
+	sed -i -e 's,^hi link,hi def link,' syntax/xsl.vim || die "sed failed"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/xsl-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:     601b601c7172bd32210e0b4c7db08ce92ade9652
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 19:57:11 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 19:57:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=601b601c

app-vim/xsl-syntax: Stabilize 0.3.11-r3 x86, #919602

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

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

diff --git a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r3.ebuild b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r3.ebuild
index fb380c5d310a..9b763b633c76 100644
--- a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r3.ebuild
+++ b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: Syntax for XSLT (with HTML and others)"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=257"
 
 LICENSE="vim"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 
 VIM_PLUGIN_HELPURI="https://www.vim.org/scripts/script.php?script_id=257"
 


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

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

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

app-vim/xsl-syntax: Stabilize 0.3.11-r3 sparc, #919602

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

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

diff --git a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r3.ebuild b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r3.ebuild
index 9b763b633c76..994ca2f91bd8 100644
--- a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r3.ebuild
+++ b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: Syntax for XSLT (with HTML and others)"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=257"
 
 LICENSE="vim"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 sparc x86"
 
 VIM_PLUGIN_HELPURI="https://www.vim.org/scripts/script.php?script_id=257"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/xsl-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:     0d1b1d8928581ddcc9579dca220604e8023cf24a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 20:35:49 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 20:35:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d1b1d89

app-vim/xsl-syntax: Stabilize 0.3.11-r3 ppc, #919602

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

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

diff --git a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r3.ebuild b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r3.ebuild
index 994ca2f91bd8..944c81db9255 100644
--- a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r3.ebuild
+++ b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: Syntax for XSLT (with HTML and others)"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=257"
 
 LICENSE="vim"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ppc ~ppc64 sparc x86"
 
 VIM_PLUGIN_HELPURI="https://www.vim.org/scripts/script.php?script_id=257"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/xsl-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:     89f94a9fbbd9c636b5e67d3afd3dcf7adf861b20
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 20:35:50 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 20:35:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89f94a9f

app-vim/xsl-syntax: Stabilize 0.3.11-r3 amd64, #919602

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

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

diff --git a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r3.ebuild b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r3.ebuild
index 944c81db9255..ac06297d3c2d 100644
--- a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r3.ebuild
+++ b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: Syntax for XSLT (with HTML and others)"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=257"
 
 LICENSE="vim"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ~mips ppc ~ppc64 sparc x86"
 
 VIM_PLUGIN_HELPURI="https://www.vim.org/scripts/script.php?script_id=257"
 


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

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

commit:     2bec8606299e57acb9f3663203c44df925aee2eb
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 20:52:24 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 20:52:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bec8606

app-vim/xsl-syntax: Stabilize 0.3.11-r3 ppc64, #919602

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

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

diff --git a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r3.ebuild b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r3.ebuild
index ac06297d3c2d..357f4a7e153d 100644
--- a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r3.ebuild
+++ b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: Syntax for XSLT (with HTML and others)"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=257"
 
 LICENSE="vim"
-KEYWORDS="~alpha amd64 ~ia64 ~mips ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ~mips ppc ppc64 sparc x86"
 
 VIM_PLUGIN_HELPURI="https://www.vim.org/scripts/script.php?script_id=257"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/xsl-syntax/
@ 2023-12-26  2:37 Conrad Kostecki
  0 siblings, 0 replies; 13+ messages in thread
From: Conrad Kostecki @ 2023-12-26  2:37 UTC (permalink / raw
  To: gentoo-commits

commit:     865ab161036a641677c1095bfdb9e71b3f86ad5c
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Oct 28 19:00:01 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 02:36:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=865ab161

app-vim/xsl-syntax: add <stabilize-allarches/>

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

 app-vim/xsl-syntax/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-vim/xsl-syntax/metadata.xml b/app-vim/xsl-syntax/metadata.xml
index 23f733cc8624..f8a2bb7497f6 100644
--- a/app-vim/xsl-syntax/metadata.xml
+++ b/app-vim/xsl-syntax/metadata.xml
@@ -5,4 +5,5 @@
 		<email>vim@gentoo.org</email>
 		<name>Gentoo Vim Project</name>
 	</maintainer>
+	<stabilize-allarches/>
 </pkgmetadata>


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

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

commit:     b13eed3082e0b368dac88c9818869f4c7e9a2d3e
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Jan 13 17:43:12 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 18:50:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b13eed30

app-vim/xsl-syntax: drop 0.3.11-r2, EAPI6--

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild
deleted file mode 100644
index 8032a7a99872..000000000000
--- a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Syntax for XSLT (with HTML and others)"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=257"
-LICENSE="vim"
-KEYWORDS="~alpha amd64 ~ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-VIM_PLUGIN_HELPURI="https://www.vim.org/scripts/script.php?script_id=257"
-
-src_prepare() {
-	default
-	# hi link is evil. See bug #101787, bug #101804.
-	sed -i -e 's,^hi link,hi def link,' syntax/xsl.vim || die "sed failed"
-}


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

end of thread, other threads:[~2024-01-13 18:51 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-26  2:37 [gentoo-commits] repo/gentoo:master commit in: app-vim/xsl-syntax/ Conrad Kostecki
  -- strict thread matches above, loose matches on Subject: below --
2024-01-13 18:50 Michał Górny
2023-12-09 20:53 Arthur Zamarin
2023-12-09 20:36 Arthur Zamarin
2023-12-09 20:36 Arthur Zamarin
2023-12-09 20:19 Arthur Zamarin
2023-12-09 19:57 Arthur Zamarin
2023-09-14 21:23 Conrad Kostecki
2018-03-10 22:55 Patrice Clement
2017-01-28 14:32 Mart Raudsepp
2016-08-09 22:47 Patrice Clement
2016-08-09 22:47 Patrice Clement
2016-06-29 11:49 Patrice Clement

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