* [gentoo-commits] repo/gentoo:master commit in: app-vim/help-extra-syntax/
@ 2019-03-22 23:59 Patrice Clement
0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2019-03-22 23:59 UTC (permalink / raw
To: gentoo-commits
commit: 9e1fcc4b97bc650fc758cd9500816035645f38fb
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Mar 21 17:03:40 2019 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 23:59:10 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e1fcc4b
app-vim/help-extra-syntax: fix HOMEPAGE.
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11447
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild b/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild
index 9779d9eb5d8..5b397734af3 100644
--- a/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild
+++ b/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.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: extra syntax highlighting for help files"
-HOMEPAGE="http://mysite.verizon.net/astronaut/vim/"
+HOMEPAGE="http://www.drchip.org/astronaut/vim/"
LICENSE="public-domain"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 sparc x86"
IUSE=""
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/help-extra-syntax/
@ 2019-03-22 23:59 Patrice Clement
0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2019-03-22 23:59 UTC (permalink / raw
To: gentoo-commits
commit: b8771d80ed3eab0498d0ebfa69f69b61ace56572
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Mar 21 17:08:08 2019 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 23:59:11 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8771d80
app-vim/help-extra-syntax: EAPI7 bump, fix HOMEPAGE.
Closes: https://bugs.gentoo.org/681170
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
| 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
--git a/app-vim/help-extra-syntax/help-extra-syntax-20050106-r2.ebuild b/app-vim/help-extra-syntax/help-extra-syntax-20050106-r2.ebuild
new file mode 100644
index 00000000000..eb05cccf8fa
--- /dev/null
+++ b/app-vim/help-extra-syntax/help-extra-syntax-20050106-r2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: extra syntax highlighting for help files"
+HOMEPAGE="http://www.drchip.org/astronaut/vim/"
+LICENSE="public-domain"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin provides additional syntax highlighting for help files."
+
+src_prepare() {
+ default
+ # use hi def link, bug #101797 / bug #101804
+ sed -i -e 's,^hi link,hi def link,' \
+ "after/syntax/help.vim.d/extra-help-syntax.vim" || die
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/help-extra-syntax/
@ 2019-04-01 8:53 Patrice Clement
0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2019-04-01 8:53 UTC (permalink / raw
To: gentoo-commits
commit: 416e0bb4dc85e293f0fb485d6bdf599323eda540
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 31 18:46:57 2019 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Apr 1 08:51:29 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=416e0bb4
app-vim/help-extra-syntax: stable for amd64.
... and remaining arches via ALLARCHES.
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/app-vim/help-extra-syntax/help-extra-syntax-20050106-r2.ebuild b/app-vim/help-extra-syntax/help-extra-syntax-20050106-r2.ebuild
index eb05cccf8fa..bbe11531b29 100644
--- a/app-vim/help-extra-syntax/help-extra-syntax-20050106-r2.ebuild
+++ b/app-vim/help-extra-syntax/help-extra-syntax-20050106-r2.ebuild
@@ -8,7 +8,7 @@ inherit vim-plugin
DESCRIPTION="vim plugin: extra syntax highlighting for help files"
HOMEPAGE="http://www.drchip.org/astronaut/vim/"
LICENSE="public-domain"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 sparc x86"
VIM_PLUGIN_HELPTEXT=\
"This plugin provides additional syntax highlighting for help files."
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/help-extra-syntax/
@ 2019-04-01 8:53 Patrice Clement
0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2019-04-01 8:53 UTC (permalink / raw
To: gentoo-commits
commit: 15b68a03c0a3448f6c51abf9fca2ee89e963d6de
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 31 18:47:35 2019 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Apr 1 08:51:31 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b68a03
app-vim/help-extra-syntax: clean up old.
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
| 23 ----------------------
1 file changed, 23 deletions(-)
diff --git a/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild b/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild
deleted file mode 100644
index 5b397734af3..00000000000
--- a/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild
+++ /dev/null
@@ -1,23 +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: extra syntax highlighting for help files"
-HOMEPAGE="http://www.drchip.org/astronaut/vim/"
-LICENSE="public-domain"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 sparc x86"
-IUSE=""
-
-VIM_PLUGIN_HELPTEXT=\
-"This plugin provides additional syntax highlighting for help files."
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # use hi def link, bug #101797 / bug #101804
- sed -i -e 's,^hi link,hi def link,' \
- "after/syntax/help.vim.d/extra-help-syntax.vim" || die "sed failed"
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-04-01 8:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-22 23:59 [gentoo-commits] repo/gentoo:master commit in: app-vim/help-extra-syntax/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2019-03-22 23:59 Patrice Clement
2019-04-01 8:53 Patrice Clement
2019-04-01 8:53 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox