* [gentoo-commits] repo/gentoo:master commit in: app-vim/pgn-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: 3197a8d59b8f00f9e8a63495220ba1f158b14638
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Mar 21 17:15:49 2019 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 23:59:15 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3197a8d5
app-vim/pgn-syntax: EAPI7 bump.
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
app-vim/pgn-syntax/pgn-syntax-1.0-r1.ebuild | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/app-vim/pgn-syntax/pgn-syntax-1.0-r1.ebuild b/app-vim/pgn-syntax/pgn-syntax-1.0-r1.ebuild
new file mode 100644
index 00000000000..6d283c4529a
--- /dev/null
+++ b/app-vim/pgn-syntax/pgn-syntax-1.0-r1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: PGN (chess Portable Game Notation) syntax highlighting"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=677"
+
+LICENSE="vim.org"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin provides syntax highlighting for PGN files."
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/pgn-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: 81d324004beea4ec3e26ef97775af47e65f0b3c5
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Mar 21 17:15:23 2019 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 23:59:14 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d32400
app-vim/pgn-syntax: use HTTPS.
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11449
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
app-vim/pgn-syntax/pgn-syntax-1.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild b/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild
index f12033db306..82a0d2e267c 100644
--- a/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild
+++ b/app-vim/pgn-syntax/pgn-syntax-1.0.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: PGN (chess Portable Game Notation) syntax highlighting"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=677"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=677"
LICENSE="vim.org"
KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/pgn-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: 615351dde8690e5ab2c377f47d5b95478c4a0e28
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 31 18:44:19 2019 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Apr 1 08:51:28 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=615351dd
app-vim/pgn-syntax: clean up old.
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
app-vim/pgn-syntax/pgn-syntax-1.0.ebuild | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild b/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild
deleted file mode 100644
index 82a0d2e267c..00000000000
--- a/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild
+++ /dev/null
@@ -1,16 +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: PGN (chess Portable Game Notation) syntax highlighting"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=677"
-
-LICENSE="vim.org"
-KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-VIM_PLUGIN_HELPTEXT=\
-"This plugin provides syntax highlighting for PGN files."
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/pgn-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: bebe10c9176a3ef2a91c0f2c8f1626862778e275
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 31 18:43:52 2019 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Apr 1 08:51:27 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bebe10c9
app-vim/pgn-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
app-vim/pgn-syntax/pgn-syntax-1.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/pgn-syntax/pgn-syntax-1.0-r1.ebuild b/app-vim/pgn-syntax/pgn-syntax-1.0-r1.ebuild
index 6d283c4529a..8b10a32617c 100644
--- a/app-vim/pgn-syntax/pgn-syntax-1.0-r1.ebuild
+++ b/app-vim/pgn-syntax/pgn-syntax-1.0-r1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: PGN (chess Portable Game Notation) syntax highlighting"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=677"
LICENSE="vim.org"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86"
VIM_PLUGIN_HELPTEXT=\
"This plugin provides syntax highlighting for PGN files."
^ 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/pgn-syntax/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2019-04-01 8:53 Patrice Clement
2019-04-01 8:53 Patrice Clement
2019-03-22 23:59 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox