public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-vim/toggle/
@ 2016-04-10 21:44 Patrice Clement
  0 siblings, 0 replies; 10+ messages in thread
From: Patrice Clement @ 2016-04-10 21:44 UTC (permalink / raw
  To: gentoo-commits

commit:     f4cc1a71b43dd818f3827247f8424c9e00dc9954
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 21:29:35 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 21:30:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4cc1a71

app-vim/toggle: EAPI 6 bump.

Package-Manager: portage-2.2.26

 app-vim/toggle/toggle-0.5-r1.ebuild | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/app-vim/toggle/toggle-0.5-r1.ebuild b/app-vim/toggle/toggle-0.5-r1.ebuild
new file mode 100644
index 0000000..b1e1a0b
--- /dev/null
+++ b/app-vim/toggle/toggle-0.5-r1.ebuild
@@ -0,0 +1,17 @@
+# 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: quickly toggle boolean-type keywords"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=895"
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
+IUSE=""
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin will toggle true/false, on/off, yes/no and so on when <C-T>
+is pressed."


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/toggle/
@ 2016-06-28 20:15 Patrice Clement
  0 siblings, 0 replies; 10+ messages in thread
From: Patrice Clement @ 2016-06-28 20:15 UTC (permalink / raw
  To: gentoo-commits

commit:     aa41583c3209291c5294b4896d52fae541928a6f
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 28 19:41:43 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 19:46:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa41583c

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

Package-Manager: portage-2.2.28

 app-vim/toggle/toggle-0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/toggle/toggle-0.5-r1.ebuild b/app-vim/toggle/toggle-0.5-r1.ebuild
index b1e1a0b..8acdf97 100644
--- a/app-vim/toggle/toggle-0.5-r1.ebuild
+++ b/app-vim/toggle/toggle-0.5-r1.ebuild
@@ -9,7 +9,7 @@ inherit vim-plugin
 DESCRIPTION="vim plugin: quickly toggle boolean-type keywords"
 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=895"
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="alpha amd64 ia64 mips ppc sparc x86"
 IUSE=""
 
 VIM_PLUGIN_HELPTEXT=\


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/toggle/
@ 2016-06-28 20:15 Patrice Clement
  0 siblings, 0 replies; 10+ messages in thread
From: Patrice Clement @ 2016-06-28 20:15 UTC (permalink / raw
  To: gentoo-commits

commit:     4826d99cdd0ec59d041dd7ce888238a3825bc0b1
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 28 19:42:38 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 19:47:05 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4826d99c

app-vim/toggle: Clean up old.

Package-Manager: portage-2.2.28

 app-vim/toggle/toggle-0.5.ebuild | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/app-vim/toggle/toggle-0.5.ebuild b/app-vim/toggle/toggle-0.5.ebuild
deleted file mode 100644
index fc7d681..0000000
--- a/app-vim/toggle/toggle-0.5.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: quickly toggle boolean-type keywords"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=895"
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
-IUSE=""
-
-VIM_PLUGIN_HELPTEXT=\
-"This plugin will toggle true/false, on/off, yes/no and so on when <C-T>
-is pressed."


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

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

commit:     3d69b2a62932ca19b40f896487787c7d4c3b700a
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 14:28:14 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 14:31:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d69b2a6

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

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/app-vim/toggle/toggle-0.5-r1.ebuild b/app-vim/toggle/toggle-0.5-r1.ebuild
index 8acdf97..3942a3c 100644
--- a/app-vim/toggle/toggle-0.5-r1.ebuild
+++ b/app-vim/toggle/toggle-0.5-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$
 
@@ -9,7 +9,7 @@ inherit vim-plugin
 DESCRIPTION="vim plugin: quickly toggle boolean-type keywords"
 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=895"
 LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ia64 mips ppc sparc x86"
+KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
 IUSE=""
 
 VIM_PLUGIN_HELPTEXT=\


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

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

commit:     27bab6bc65a5a596d3567896966e94f51e262807
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Mar  9 14:50:07 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Mar 10 22:55:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27bab6bc

app-vim/toggle: use HTTPS.

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

diff --git a/app-vim/toggle/toggle-0.5-r1.ebuild b/app-vim/toggle/toggle-0.5-r1.ebuild
index cc6ea38f9cc..7e312a8c91d 100644
--- a/app-vim/toggle/toggle-0.5-r1.ebuild
+++ b/app-vim/toggle/toggle-0.5-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: quickly toggle boolean-type keywords"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=895"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=895"
 LICENSE="GPL-2"
 KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
 IUSE=""


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

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

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

app-vim/toggle: Stabilize 0.5-r2 sparc, #919649

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

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

diff --git a/app-vim/toggle/toggle-0.5-r2.ebuild b/app-vim/toggle/toggle-0.5-r2.ebuild
index d907ae933d66..9c25ce9b4b23 100644
--- a/app-vim/toggle/toggle-0.5-r2.ebuild
+++ b/app-vim/toggle/toggle-0.5-r2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: quickly toggle boolean-type keywords"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=895"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc sparc ~x86"
 
 VIM_PLUGIN_HELPTEXT=\
 "This plugin will toggle true/false, on/off, yes/no and so on when <C-T>


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

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

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

app-vim/toggle: Stabilize 0.5-r2 x86, #919649

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

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

diff --git a/app-vim/toggle/toggle-0.5-r2.ebuild b/app-vim/toggle/toggle-0.5-r2.ebuild
index 2cb66f6dc75d..f8152b0b9098 100644
--- a/app-vim/toggle/toggle-0.5-r2.ebuild
+++ b/app-vim/toggle/toggle-0.5-r2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: quickly toggle boolean-type keywords"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=895"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~ia64 ~mips ~ppc sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~mips ~ppc sparc x86"
 
 VIM_PLUGIN_HELPTEXT=\
 "This plugin will toggle true/false, on/off, yes/no and so on when <C-T>


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

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

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

app-vim/toggle: Stabilize 0.5-r2 amd64, #919649

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

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

diff --git a/app-vim/toggle/toggle-0.5-r2.ebuild b/app-vim/toggle/toggle-0.5-r2.ebuild
index 9c25ce9b4b23..2cb66f6dc75d 100644
--- a/app-vim/toggle/toggle-0.5-r2.ebuild
+++ b/app-vim/toggle/toggle-0.5-r2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: quickly toggle boolean-type keywords"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=895"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~mips ~ppc sparc ~x86"
 
 VIM_PLUGIN_HELPTEXT=\
 "This plugin will toggle true/false, on/off, yes/no and so on when <C-T>


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

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

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

app-vim/toggle: Stabilize 0.5-r2 ppc, #919649

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

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

diff --git a/app-vim/toggle/toggle-0.5-r2.ebuild b/app-vim/toggle/toggle-0.5-r2.ebuild
index f8152b0b9098..2ccbff302e70 100644
--- a/app-vim/toggle/toggle-0.5-r2.ebuild
+++ b/app-vim/toggle/toggle-0.5-r2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: quickly toggle boolean-type keywords"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=895"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~ia64 ~mips ~ppc sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ~mips ppc sparc x86"
 
 VIM_PLUGIN_HELPTEXT=\
 "This plugin will toggle true/false, on/off, yes/no and so on when <C-T>


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

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

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

app-vim/toggle: drop 0.5-r1, EAPI6--

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

 app-vim/toggle/toggle-0.5-r1.ebuild | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/app-vim/toggle/toggle-0.5-r1.ebuild b/app-vim/toggle/toggle-0.5-r1.ebuild
deleted file mode 100644
index d11e6b177f7a..000000000000
--- a/app-vim/toggle/toggle-0.5-r1.ebuild
+++ /dev/null
@@ -1,16 +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: quickly toggle boolean-type keywords"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=895"
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~ia64 ~mips ppc sparc x86"
-IUSE=""
-
-VIM_PLUGIN_HELPTEXT=\
-"This plugin will toggle true/false, on/off, yes/no and so on when <C-T>
-is pressed."


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

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

Thread overview: 10+ 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/toggle/ Mart Raudsepp
  -- strict thread matches above, loose matches on Subject: below --
2024-01-13 18:50 Michał Górny
2023-12-10 10:02 Arthur Zamarin
2023-12-09 20:36 Arthur Zamarin
2023-12-09 20:36 Arthur Zamarin
2023-12-09 20:24 Arthur Zamarin
2018-03-10 22:55 Patrice Clement
2016-06-28 20:15 Patrice Clement
2016-06-28 20:15 Patrice Clement
2016-04-10 21:44 Patrice Clement

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