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

commit:     dd68ce52a9373e96a883ee6fc54bba323f23575f
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 30 12:19:29 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Jun 30 14:10:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd68ce52

app-vim/matrix: Clean up old.

Package-Manager: portage-2.2.28

 app-vim/matrix/matrix-1.10.ebuild | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/app-vim/matrix/matrix-1.10.ebuild b/app-vim/matrix/matrix-1.10.ebuild
deleted file mode 100644
index b3c897d..0000000
--- a/app-vim/matrix/matrix-1.10.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Screensaver inspired by the Matrix"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1189"
-
-LICENSE="vim.org"
-KEYWORDS="amd64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris"
-IUSE=""
-
-VIM_PLUGIN_HELPTEXT=\
-"This plugin provides the :Matrix command. To exit the screensaver,
-press a key."


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/matrix/
@ 2016-06-30 14:40 Patrice Clement
  0 siblings, 0 replies; 8+ messages in thread
From: Patrice Clement @ 2016-06-30 14:40 UTC (permalink / raw
  To: gentoo-commits

commit:     a9d7a3c24a663b96410368e1b5ad23c02f801610
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 30 12:18:34 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Jun 30 14:10:33 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9d7a3c2

app-vim/matrix: EAPI 6 bump.

Package-Manager: portage-2.2.28

 app-vim/matrix/matrix-1.10-r1.ebuild | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/app-vim/matrix/matrix-1.10-r1.ebuild b/app-vim/matrix/matrix-1.10-r1.ebuild
new file mode 100644
index 0000000..e36b756
--- /dev/null
+++ b/app-vim/matrix/matrix-1.10-r1.ebuild
@@ -0,0 +1,18 @@
+# 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: Screensaver inspired by the Matrix"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1189"
+
+LICENSE="vim.org"
+KEYWORDS="amd64 mips ppc sparc x86"
+IUSE=""
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin provides the :Matrix command. To exit the screensaver,
+press a key."


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/matrix/
@ 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:     cca445ab7165d1da67955831dd698513755eded4
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 14:25:54 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 14:31:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cca445ab

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

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-vim/matrix/matrix-1.10-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/matrix/matrix-1.10-r1.ebuild b/app-vim/matrix/matrix-1.10-r1.ebuild
index e36b756..911d856 100644
--- a/app-vim/matrix/matrix-1.10-r1.ebuild
+++ b/app-vim/matrix/matrix-1.10-r1.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$
 
@@ -10,7 +10,7 @@ DESCRIPTION="vim plugin: Screensaver inspired by the Matrix"
 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1189"
 
 LICENSE="vim.org"
-KEYWORDS="amd64 mips ppc sparc x86"
+KEYWORDS="amd64 ~mips ppc 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/matrix/
@ 2018-03-10 22:55 Patrice Clement
  0 siblings, 0 replies; 8+ messages in thread
From: Patrice Clement @ 2018-03-10 22:55 UTC (permalink / raw
  To: gentoo-commits

commit:     87052f745cfee9a475b3142f2c5b8853e9d4db04
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Mar  5 21:03:45 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Mar 10 22:55:25 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87052f74

app-vim/matrix: use HTTPS

 app-vim/matrix/matrix-1.10-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/matrix/matrix-1.10-r1.ebuild b/app-vim/matrix/matrix-1.10-r1.ebuild
index bdcbef0f202..91f50bb2f9f 100644
--- a/app-vim/matrix/matrix-1.10-r1.ebuild
+++ b/app-vim/matrix/matrix-1.10-r1.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: Screensaver inspired by the Matrix"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1189"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1189"
 
 LICENSE="vim.org"
 KEYWORDS="amd64 ~mips ppc sparc x86"


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

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

app-vim/matrix: Stabilize 1.10-r2 x86, #919618

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

 app-vim/matrix/matrix-1.10-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/matrix/matrix-1.10-r2.ebuild b/app-vim/matrix/matrix-1.10-r2.ebuild
index d52456bb444a..cefc472f5384 100644
--- a/app-vim/matrix/matrix-1.10-r2.ebuild
+++ b/app-vim/matrix/matrix-1.10-r2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: Screensaver inspired by the Matrix"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1189"
 
 LICENSE="vim.org"
-KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~mips ~ppc ~sparc x86"
 
 VIM_PLUGIN_HELPTEXT=\
 "This plugin provides the :Matrix command. To exit the screensaver,


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

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

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

app-vim/matrix: Stabilize 1.10-r2 amd64, #919618

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

 app-vim/matrix/matrix-1.10-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/matrix/matrix-1.10-r2.ebuild b/app-vim/matrix/matrix-1.10-r2.ebuild
index cefc472f5384..6b4280dd6ae1 100644
--- a/app-vim/matrix/matrix-1.10-r2.ebuild
+++ b/app-vim/matrix/matrix-1.10-r2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: Screensaver inspired by the Matrix"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1189"
 
 LICENSE="vim.org"
-KEYWORDS="~amd64 ~mips ~ppc ~sparc x86"
+KEYWORDS="amd64 ~mips ~ppc ~sparc x86"
 
 VIM_PLUGIN_HELPTEXT=\
 "This plugin provides the :Matrix command. To exit the screensaver,


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

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

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

app-vim/matrix: Stabilize 1.10-r2 sparc, #919618

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

 app-vim/matrix/matrix-1.10-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/matrix/matrix-1.10-r2.ebuild b/app-vim/matrix/matrix-1.10-r2.ebuild
index 6b4280dd6ae1..94da92c4716a 100644
--- a/app-vim/matrix/matrix-1.10-r2.ebuild
+++ b/app-vim/matrix/matrix-1.10-r2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: Screensaver inspired by the Matrix"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1189"
 
 LICENSE="vim.org"
-KEYWORDS="amd64 ~mips ~ppc ~sparc x86"
+KEYWORDS="amd64 ~mips ~ppc sparc x86"
 
 VIM_PLUGIN_HELPTEXT=\
 "This plugin provides the :Matrix command. To exit the screensaver,


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

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

commit:     df1ea9cbbed7121dd4fe8774c01125540752d967
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 10 10:02:03 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 10 10:02:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df1ea9cb

app-vim/matrix: Stabilize 1.10-r2 ppc, #919618

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

 app-vim/matrix/matrix-1.10-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/matrix/matrix-1.10-r2.ebuild b/app-vim/matrix/matrix-1.10-r2.ebuild
index 94da92c4716a..30d219d166cc 100644
--- a/app-vim/matrix/matrix-1.10-r2.ebuild
+++ b/app-vim/matrix/matrix-1.10-r2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: Screensaver inspired by the Matrix"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1189"
 
 LICENSE="vim.org"
-KEYWORDS="amd64 ~mips ~ppc sparc x86"
+KEYWORDS="amd64 ~mips ppc sparc x86"
 
 VIM_PLUGIN_HELPTEXT=\
 "This plugin provides the :Matrix command. To exit the screensaver,


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

end of thread, other threads:[~2023-12-10 10:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-28 14:32 [gentoo-commits] repo/gentoo:master commit in: app-vim/matrix/ Mart Raudsepp
  -- strict thread matches above, loose matches on Subject: below --
2023-12-10 10:02 Arthur Zamarin
2023-12-09 20:24 Arthur Zamarin
2023-12-09 19:34 Arthur Zamarin
2023-12-09 19:33 Arthur Zamarin
2018-03-10 22:55 Patrice Clement
2016-06-30 14:40 Patrice Clement
2016-06-30 14:40 Patrice Clement

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