* [gentoo-commits] repo/gentoo:master commit in: app-vim/ri-browser/
@ 2019-04-09 8:07 Patrice Clement
0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2019-04-09 8:07 UTC (permalink / raw
To: gentoo-commits
commit: 09c927166ec895ba9f0880f236dd846499e189d2
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Mar 23 21:59:47 2019 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Apr 9 07:27:34 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09c92716
app-vim/ri-browser: use HTTPS.
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11448
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
app-vim/ri-browser/ri-browser-1.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-vim/ri-browser/ri-browser-1.2.ebuild b/app-vim/ri-browser/ri-browser-1.2.ebuild
index 57709448420..8ef0c7657e5 100644
--- a/app-vim/ri-browser/ri-browser-1.2.ebuild
+++ b/app-vim/ri-browser/ri-browser-1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=0
@@ -6,7 +6,7 @@ EAPI=0
inherit vim-plugin
DESCRIPTION="vim plugin: interface for browsing ri/ruby documentation"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=494"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=494"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~sparc"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/ri-browser/
@ 2019-04-09 8:07 Patrice Clement
0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2019-04-09 8:07 UTC (permalink / raw
To: gentoo-commits
commit: 122bc0b199cd311da5af3430d5434708b7b2d506
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Mar 23 22:00:06 2019 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Apr 9 07:27:34 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=122bc0b1
app-vim/ri-browser: EAPI7 bump.
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
app-vim/ri-browser/ri-browser-1.2-r1.ebuild | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/app-vim/ri-browser/ri-browser-1.2-r1.ebuild b/app-vim/ri-browser/ri-browser-1.2-r1.ebuild
new file mode 100644
index 00000000000..1e68c9e0bc8
--- /dev/null
+++ b/app-vim/ri-browser/ri-browser-1.2-r1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: interface for browsing ri/ruby documentation"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=494"
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~sparc"
+
+RDEPEND="dev-lang/ruby"
+
+VIM_PLUGIN_HELPFILES="ri.txt"
+VIM_PLUGIN_MESSAGES="filetype"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/ri-browser/
@ 2019-04-23 8:51 David Seifert
0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2019-04-23 8:51 UTC (permalink / raw
To: gentoo-commits
commit: 8d74d51ba4a8187c0b23ae457ad1d87b05905e7d
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Apr 22 11:30:32 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Apr 23 08:51:04 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d74d51b
app-vim/ri-browser: drop old (EAPI0)
Closes: https://github.com/gentoo/gentoo/pull/11784
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
app-vim/ri-browser/ri-browser-1.2.ebuild | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/app-vim/ri-browser/ri-browser-1.2.ebuild b/app-vim/ri-browser/ri-browser-1.2.ebuild
deleted file mode 100644
index 8ef0c7657e5..00000000000
--- a/app-vim/ri-browser/ri-browser-1.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: interface for browsing ri/ruby documentation"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=494"
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~sparc"
-IUSE=""
-
-RDEPEND="dev-lang/ruby"
-
-VIM_PLUGIN_HELPFILES="ri.txt"
-VIM_PLUGIN_MESSAGES="filetype"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-04-23 8:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-09 8:07 [gentoo-commits] repo/gentoo:master commit in: app-vim/ri-browser/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2019-04-09 8:07 Patrice Clement
2019-04-23 8:51 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox