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

commit:     bbd410a7dbce30963a0d36a354cb3bdf02f07399
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri May 13 08:15:42 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri May 13 08:23:38 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbd410a7

app-vim/info: EAPI 6 bump.

Package-Manager: portage-2.2.26

 app-vim/info/info-1.7-r2.ebuild | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/app-vim/info/info-1.7-r2.ebuild b/app-vim/info/info-1.7-r2.ebuild
new file mode 100644
index 0000000..2c3e368
--- /dev/null
+++ b/app-vim/info/info-1.7-r2.ebuild
@@ -0,0 +1,24 @@
+# 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: GNU info documentation browser"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=21"
+LICENSE="BSD"
+KEYWORDS="~x86 ~alpha ~sparc ~ia64 ~ppc ~s390 ~amd64"
+IUSE=""
+
+VIM_PLUGIN_HELPTEXT="This plugin adds the :Info command."
+
+src_prepare() {
+	default
+
+	# The 'h' key is a bad choice for help.  'H' would have been a
+	# much better choice.  I sent this suggestion to the maintainer,
+	# but no reply.
+	sed -i 's/\(noremap <buffer> \)h/\1H/' plugin/info.vim || die 'sed failed'
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/info/
@ 2016-06-29 11:49 Patrice Clement
  0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2016-06-29 11:49 UTC (permalink / raw
  To: gentoo-commits

commit:     804f99f2544cab88ebc7184def3d1958aeeb0dd1
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 11:17:53 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 11:21:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804f99f2

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

Package-Manager: portage-2.2.28

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

diff --git a/app-vim/info/info-1.7-r2.ebuild b/app-vim/info/info-1.7-r2.ebuild
index 2c3e368..a1fb6b2 100644
--- a/app-vim/info/info-1.7-r2.ebuild
+++ b/app-vim/info/info-1.7-r2.ebuild
@@ -9,7 +9,7 @@ inherit vim-plugin
 DESCRIPTION="vim plugin: GNU info documentation browser"
 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=21"
 LICENSE="BSD"
-KEYWORDS="~x86 ~alpha ~sparc ~ia64 ~ppc ~s390 ~amd64"
+KEYWORDS="x86 alpha sparc ia64 ppc s390 amd64"
 IUSE=""
 
 VIM_PLUGIN_HELPTEXT="This plugin adds the :Info command."


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/info/
@ 2016-06-29 11:49 Patrice Clement
  0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2016-06-29 11:49 UTC (permalink / raw
  To: gentoo-commits

commit:     4c2f44172c1a4fb0e42e2498ee25aaa86eb89e0e
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 11:18:45 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 11:21:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c2f4417

app-vim/info: Clean up old.

Package-Manager: portage-2.2.28

 app-vim/info/info-1.7-r1.ebuild | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/app-vim/info/info-1.7-r1.ebuild b/app-vim/info/info-1.7-r1.ebuild
deleted file mode 100644
index f3235d6..0000000
--- a/app-vim/info/info-1.7-r1.ebuild
+++ /dev/null
@@ -1,23 +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: GNU info documentation browser"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=21"
-LICENSE="BSD"
-KEYWORDS="x86 alpha sparc ia64 ppc s390 amd64"
-IUSE=""
-
-VIM_PLUGIN_HELPTEXT="This plugin adds the :Info command."
-
-src_unpack() {
-	unpack ${A}
-	cd ${P}/plugin
-
-	# The 'h' key is a bad choice for help.  'H' would have been a
-	# much better choice.  I sent this suggestion to the maintainer,
-	# but no reply.
-	sed -i 's/\(noremap <buffer> \)h/\1H/' info.vim || die 'sed failed'
-}


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

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

commit:     c2933f1836d2888e154774557f3157f2fdbc3fde
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Mar  4 17:31:47 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Mar  4 22:11:05 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2933f18

app-vim/info: use HTTPS.

 app-vim/info/info-1.7-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/info/info-1.7-r2.ebuild b/app-vim/info/info-1.7-r2.ebuild
index fdc870f23c2..5f80fab5439 100644
--- a/app-vim/info/info-1.7-r2.ebuild
+++ b/app-vim/info/info-1.7-r2.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
@@ -6,7 +6,7 @@ EAPI=6
 inherit vim-plugin
 
 DESCRIPTION="vim plugin: GNU info documentation browser"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=21"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=21"
 LICENSE="BSD"
 KEYWORDS="x86 alpha sparc ia64 ppc s390 amd64"
 IUSE=""


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

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

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

app-vim/info: Stabilize 1.7-r3 amd64, #919641

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

 app-vim/info/info-1.7-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/info/info-1.7-r3.ebuild b/app-vim/info/info-1.7-r3.ebuild
index 5b11956b2c7a..d2fd6049e7c2 100644
--- a/app-vim/info/info-1.7-r3.ebuild
+++ b/app-vim/info/info-1.7-r3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: GNU info documentation browser"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=21"
 
 LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~s390 ~sparc ~x86"
 
 VIM_PLUGIN_HELPTEXT="This plugin adds the :Info command."
 


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

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

commit:     527b70cb4a20f8b2b4e49a09f3a073cafaba5e5c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 20:12:34 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 20:12:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=527b70cb

app-vim/info: Stabilize 1.7-r3 sparc, #919641

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

 app-vim/info/info-1.7-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/info/info-1.7-r3.ebuild b/app-vim/info/info-1.7-r3.ebuild
index d2fd6049e7c2..18ad699900a1 100644
--- a/app-vim/info/info-1.7-r3.ebuild
+++ b/app-vim/info/info-1.7-r3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: GNU info documentation browser"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=21"
 
 LICENSE="BSD"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~s390 sparc ~x86"
 
 VIM_PLUGIN_HELPTEXT="This plugin adds the :Info command."
 


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

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

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

app-vim/info: Stabilize 1.7-r3 x86, #919641

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

 app-vim/info/info-1.7-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/info/info-1.7-r3.ebuild b/app-vim/info/info-1.7-r3.ebuild
index 18ad699900a1..53fdcfcf748d 100644
--- a/app-vim/info/info-1.7-r3.ebuild
+++ b/app-vim/info/info-1.7-r3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: GNU info documentation browser"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=21"
 
 LICENSE="BSD"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~s390 sparc x86"
 
 VIM_PLUGIN_HELPTEXT="This plugin adds the :Info command."
 


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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-13  8:38 [gentoo-commits] repo/gentoo:master commit in: app-vim/info/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2016-06-29 11:49 Patrice Clement
2016-06-29 11:49 Patrice Clement
2018-03-04 22:11 Patrice Clement
2023-12-09 20:02 Arthur Zamarin
2023-12-09 20:13 Arthur Zamarin
2023-12-09 20:24 Arthur Zamarin

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