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

commit:     ab8cada0337859698c5b25f9fd7654e810889072
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  3 11:25:02 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Jul  3 11:28:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab8cada0

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

Package-Manager: portage-2.2.28

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

diff --git a/app-vim/ctx/ctx-1.17-r1.ebuild b/app-vim/ctx/ctx-1.17-r1.ebuild
new file mode 100644
index 0000000..457d884
--- /dev/null
+++ b/app-vim/ctx/ctx-1.17-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: display current scope context in a C file"
+HOMEPAGE="http://www.bluweb.com/us/chouser/proj/ctx/"
+LICENSE="GPL-2"
+KEYWORDS="alpha amd64 ia64 ppc x86"
+IUSE=""
+VIM_PLUGIN_HELPURI="http://www.bluweb.com/us/chouser/proj/ctx/"
+
+# bug #74897
+RDEPEND="!app-vim/enhancedcommentify"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/ctx/
@ 2016-07-03 11:57 Patrice Clement
  0 siblings, 0 replies; 6+ messages in thread
From: Patrice Clement @ 2016-07-03 11:57 UTC (permalink / raw
  To: gentoo-commits

commit:     f7b38b7de6f2eb5a48deb74de6fd9499b220db8f
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  3 11:25:30 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Jul  3 11:28:59 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7b38b7d

app-vim/ctx: Clean up old.

Package-Manager: portage-2.2.28

 app-vim/ctx/ctx-1.17.ebuild | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/app-vim/ctx/ctx-1.17.ebuild b/app-vim/ctx/ctx-1.17.ebuild
deleted file mode 100644
index 9d9c561..0000000
--- a/app-vim/ctx/ctx-1.17.ebuild
+++ /dev/null
@@ -1,15 +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: display current scope context in a C file"
-HOMEPAGE="http://www.bluweb.com/us/chouser/proj/ctx/"
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ia64 ppc x86"
-IUSE=""
-VIM_PLUGIN_HELPURI="http://www.bluweb.com/us/chouser/proj/ctx/"
-
-# bug #74897
-RDEPEND="!app-vim/enhancedcommentify"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/ctx/
@ 2018-01-14  0:28 Patrice Clement
  0 siblings, 0 replies; 6+ messages in thread
From: Patrice Clement @ 2018-01-14  0:28 UTC (permalink / raw
  To: gentoo-commits

commit:     553faa3a6330706cda3971965b7cf6c72e17a84d
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 00:27:59 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 00:28:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=553faa3a

app-vim/ctx: add vim with built-in Perl support to DEPEND.

Closes: https://bugs.gentoo.org/591068
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-vim/ctx/ctx-1.17-r1.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/app-vim/ctx/ctx-1.17-r1.ebuild b/app-vim/ctx/ctx-1.17-r1.ebuild
index 0077c323516..3d0faf39b45 100644
--- a/app-vim/ctx/ctx-1.17-r1.ebuild
+++ b/app-vim/ctx/ctx-1.17-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,8 +9,11 @@ DESCRIPTION="vim plugin: display current scope context in a C file"
 HOMEPAGE="http://www.bluweb.com/us/chouser/proj/ctx/"
 LICENSE="GPL-2"
 KEYWORDS="alpha amd64 ia64 ppc x86"
-IUSE=""
+
 VIM_PLUGIN_HELPURI="http://www.bluweb.com/us/chouser/proj/ctx/"
 
 # bug #74897
 RDEPEND="!app-vim/enhancedcommentify"
+
+# See bug 591068.
+DEPEND="app-editors/vim[perl]"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/ctx/
@ 2024-01-20 21:22 Conrad Kostecki
  0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2024-01-20 21:22 UTC (permalink / raw
  To: gentoo-commits

commit:     04a7219283fc02370e82e48205422b5137b21ba1
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Jan 14 18:37:45 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jan 20 21:21:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04a72192

app-vim/ctx: EAPI8 bump

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

 app-vim/ctx/ctx-1.17-r2.ebuild | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/app-vim/ctx/ctx-1.17-r2.ebuild b/app-vim/ctx/ctx-1.17-r2.ebuild
new file mode 100644
index 000000000000..8f6db1d5e1bd
--- /dev/null
+++ b/app-vim/ctx/ctx-1.17-r2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: display current scope context in a C file"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=208"
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86"
+
+VIM_PLUGIN_HELPURI="https://www.vim.org/scripts/script.php?script_id=208"
+
+# bug #74897
+RDEPEND="!app-vim/enhancedcommentify"
+
+# See bug 591068.
+DEPEND="app-editors/vim[perl]"


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

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

commit:     b7cc689c1640785c622bde18e83f410bcef43892
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 12:04:27 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 12:04:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7cc689c

app-vim/ctx: Stabilize 1.17-r2 ALLARCHES, #926659

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

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

diff --git a/app-vim/ctx/ctx-1.17-r2.ebuild b/app-vim/ctx/ctx-1.17-r2.ebuild
index 8f6db1d5e1bd..0613b64842ad 100644
--- a/app-vim/ctx/ctx-1.17-r2.ebuild
+++ b/app-vim/ctx/ctx-1.17-r2.ebuild
@@ -8,7 +8,7 @@ inherit vim-plugin
 DESCRIPTION="vim plugin: display current scope context in a C file"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=208"
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc x86"
 
 VIM_PLUGIN_HELPURI="https://www.vim.org/scripts/script.php?script_id=208"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/ctx/
@ 2024-04-11 14:41 Arthur Zamarin
  0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2024-04-11 14:41 UTC (permalink / raw
  To: gentoo-commits

commit:     28183ce1b377ec8945dc39793c361dbe9f41de87
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 11 11:24:54 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 14:41:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28183ce1

app-vim/ctx: drop 1.17-r1, EAPI6--

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

 app-vim/ctx/ctx-1.17-r1.ebuild | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/app-vim/ctx/ctx-1.17-r1.ebuild b/app-vim/ctx/ctx-1.17-r1.ebuild
deleted file mode 100644
index 510ef3a09ec4..000000000000
--- a/app-vim/ctx/ctx-1.17-r1.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: display current scope context in a C file"
-HOMEPAGE="http://www.bluweb.com/us/chouser/proj/ctx/"
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~ia64 ppc x86"
-
-VIM_PLUGIN_HELPURI="http://www.bluweb.com/us/chouser/proj/ctx/"
-
-# bug #74897
-RDEPEND="!app-vim/enhancedcommentify"
-
-# See bug 591068.
-DEPEND="app-editors/vim[perl]"


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

end of thread, other threads:[~2024-04-11 14:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-14  0:28 [gentoo-commits] repo/gentoo:master commit in: app-vim/ctx/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2024-04-11 14:41 Arthur Zamarin
2024-03-10 12:04 Arthur Zamarin
2024-01-20 21:22 Conrad Kostecki
2016-07-03 11:57 Patrice Clement
2016-07-03 11:57 Patrice Clement

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