* [gentoo-commits] repo/gentoo:master commit in: app-vim/showmarks/
@ 2016-09-02 13:49 Patrice Clement
0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2016-09-02 13:49 UTC (permalink / raw
To: gentoo-commits
commit: ce8366c34b3dc993f4a40e96136d5cd2c2c44e2b
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 2 13:19:40 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Sep 2 13:49:23 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce8366c3
app-vim/showmarks: EAPI 6 bump.
Package-Manager: portage-2.2.28
app-vim/showmarks/showmarks-2.2-r1.ebuild | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/app-vim/showmarks/showmarks-2.2-r1.ebuild b/app-vim/showmarks/showmarks-2.2-r1.ebuild
new file mode 100644
index 00000000..2c5da04
--- /dev/null
+++ b/app-vim/showmarks/showmarks-2.2-r1.ebuild
@@ -0,0 +1,31 @@
+# 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: show location marks visually"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=152"
+
+LICENSE="public-domain"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
+IUSE=""
+
+VIM_PLUGIN_HELPFILES="showmarks.txt"
+
+src_prepare() {
+ default
+
+ mkdir "${S}"/doc || die "can't make doc dir"
+
+ # This plugin uses an 'automatic HelpExtractor' variant. This causes
+ # problems for us during the unmerge. Fortunately, sed can fix this
+ # for us.
+ sed -e '1,/^" HelpExtractorDoc:$/d' \
+ "${S}"/plugin/showmarks.vim > "${S}"/doc/showmarks.txt \
+ || die "help extraction failed"
+ sed -i -e '/^" HelpExtractor:$/,$d' "${S}"/plugin/showmarks.vim \
+ || die "help extract remove failed"
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/showmarks/
@ 2016-10-15 12:32 Patrice Clement
0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2016-10-15 12:32 UTC (permalink / raw
To: gentoo-commits
commit: 1294691140ac34fb9d8a7635b2c0d2eafc867c5e
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 15 10:13:03 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 12:31:50 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12946911
app-vim/showmarks: clean up old.
Package-Manager: portage-2.3.0
app-vim/showmarks/showmarks-2.2.ebuild | 28 ----------------------------
1 file changed, 28 deletions(-)
diff --git a/app-vim/showmarks/showmarks-2.2.ebuild b/app-vim/showmarks/showmarks-2.2.ebuild
deleted file mode 100644
index 0969132..00000000
--- a/app-vim/showmarks/showmarks-2.2.ebuild
+++ /dev/null
@@ -1,28 +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: show location marks visually"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=152"
-
-LICENSE="public-domain"
-KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
-IUSE=""
-
-VIM_PLUGIN_HELPFILES="showmarks.txt"
-
-function src_unpack() {
- unpack ${A}
- mkdir "${S}"/doc || die "can't make doc dir"
-
- # This plugin uses an 'automatic HelpExtractor' variant. This causes
- # problems for us during the unmerge. Fortunately, sed can fix this
- # for us.
- sed -e '1,/^" HelpExtractorDoc:$/d' \
- "${S}"/plugin/showmarks.vim > "${S}"/doc/showmarks.txt \
- || die "help extraction failed"
- sed -i -e '/^" HelpExtractor:$/,$d' "${S}"/plugin/showmarks.vim \
- || die "help extract remove failed"
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/showmarks/
@ 2016-10-15 12:32 Patrice Clement
0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2016-10-15 12:32 UTC (permalink / raw
To: gentoo-commits
commit: d0b1b03c6506d04e37ae85272926b2e0ae3ae8e8
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 15 10:12:14 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 12:31:23 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b1b03c
app-vim/showmarks: Stable for amd64. Mark stable for the remaining arches via the ALLARCHES policy.
Package-Manager: portage-2.3.0
app-vim/showmarks/showmarks-2.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/showmarks/showmarks-2.2-r1.ebuild b/app-vim/showmarks/showmarks-2.2-r1.ebuild
index 2c5da04..dc2a60d 100644
--- a/app-vim/showmarks/showmarks-2.2-r1.ebuild
+++ b/app-vim/showmarks/showmarks-2.2-r1.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="vim plugin: show location marks visually"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=152"
LICENSE="public-domain"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="alpha amd64 ia64 mips ppc sparc x86"
IUSE=""
VIM_PLUGIN_HELPFILES="showmarks.txt"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/showmarks/
@ 2017-01-28 14:32 Mart Raudsepp
0 siblings, 0 replies; 9+ messages in thread
From: Mart Raudsepp @ 2017-01-28 14:32 UTC (permalink / raw
To: gentoo-commits
commit: e888537367cd6b5cff0bf052cd97eebd3b8462dc
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 14:27:46 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 14:31:38 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8885373
app-vim/showmarks: Drop to ~mips; mips doesn't do stable keywords right now
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-vim/showmarks/showmarks-2.2-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-vim/showmarks/showmarks-2.2-r1.ebuild b/app-vim/showmarks/showmarks-2.2-r1.ebuild
index dc2a60d..65d9c8a 100644
--- a/app-vim/showmarks/showmarks-2.2-r1.ebuild
+++ b/app-vim/showmarks/showmarks-2.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -10,7 +10,7 @@ DESCRIPTION="vim plugin: show location marks visually"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=152"
LICENSE="public-domain"
-KEYWORDS="alpha amd64 ia64 mips ppc sparc x86"
+KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
IUSE=""
VIM_PLUGIN_HELPFILES="showmarks.txt"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/showmarks/
@ 2018-03-11 14:15 Patrice Clement
0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2018-03-11 14:15 UTC (permalink / raw
To: gentoo-commits
commit: 03c5ee2f1dc4a328c956cf6fba532a5f0c835e82
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Mar 8 20:08:41 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Mar 11 14:15:11 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03c5ee2f
app-vim/showmarks: use HTTPS.
app-vim/showmarks/showmarks-2.2-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-vim/showmarks/showmarks-2.2-r1.ebuild b/app-vim/showmarks/showmarks-2.2-r1.ebuild
index 58f2af5d082..a28e80f254c 100644
--- a/app-vim/showmarks/showmarks-2.2-r1.ebuild
+++ b/app-vim/showmarks/showmarks-2.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 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: show location marks visually"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=152"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=152"
LICENSE="public-domain"
KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/showmarks/
@ 2023-12-09 20:01 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2023-12-09 20:01 UTC (permalink / raw
To: gentoo-commits
commit: 9834c4aff615c9efb425b5eb4b6fe167e6bc4c8e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 20:01:25 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 20:01:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9834c4af
app-vim/showmarks: Stabilize 2.2-r2 ppc, #919650
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-vim/showmarks/showmarks-2.2-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/showmarks/showmarks-2.2-r2.ebuild b/app-vim/showmarks/showmarks-2.2-r2.ebuild
index 247c654173bb..26ced3d2f593 100644
--- a/app-vim/showmarks/showmarks-2.2-r2.ebuild
+++ b/app-vim/showmarks/showmarks-2.2-r2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: show location marks visually"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=152"
LICENSE="public-domain"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ppc ~sparc ~x86"
VIM_PLUGIN_HELPFILES="showmarks.txt"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/showmarks/
@ 2023-12-09 20:19 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2023-12-09 20:19 UTC (permalink / raw
To: gentoo-commits
commit: 6299a99b2450741d43a8126d6a0a8d2abcb84de8
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 20:18:41 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 20:18:41 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6299a99b
app-vim/showmarks: Stabilize 2.2-r2 sparc, #919650
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-vim/showmarks/showmarks-2.2-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/showmarks/showmarks-2.2-r2.ebuild b/app-vim/showmarks/showmarks-2.2-r2.ebuild
index 3c139d1c0419..1f89122d583d 100644
--- a/app-vim/showmarks/showmarks-2.2-r2.ebuild
+++ b/app-vim/showmarks/showmarks-2.2-r2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: show location marks visually"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=152"
LICENSE="public-domain"
-KEYWORDS="~alpha amd64 ~ia64 ~mips ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~mips ppc sparc ~x86"
VIM_PLUGIN_HELPFILES="showmarks.txt"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/showmarks/
@ 2023-12-09 20:19 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2023-12-09 20:19 UTC (permalink / raw
To: gentoo-commits
commit: fd6659bad2e3c297dffc80f58729f0f9ddc639f4
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 20:18:40 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 20:18:40 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd6659ba
app-vim/showmarks: Stabilize 2.2-r2 amd64, #919650
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-vim/showmarks/showmarks-2.2-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/showmarks/showmarks-2.2-r2.ebuild b/app-vim/showmarks/showmarks-2.2-r2.ebuild
index 26ced3d2f593..3c139d1c0419 100644
--- a/app-vim/showmarks/showmarks-2.2-r2.ebuild
+++ b/app-vim/showmarks/showmarks-2.2-r2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: show location marks visually"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=152"
LICENSE="public-domain"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~mips ppc ~sparc ~x86"
VIM_PLUGIN_HELPFILES="showmarks.txt"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/showmarks/
@ 2023-12-09 20:30 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2023-12-09 20:30 UTC (permalink / raw
To: gentoo-commits
commit: 54b02129c364d42a6166e0a8df1aa110099ef6b0
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 20:29:58 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 20:29:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54b02129
app-vim/showmarks: Stabilize 2.2-r2 x86, #919650
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-vim/showmarks/showmarks-2.2-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/showmarks/showmarks-2.2-r2.ebuild b/app-vim/showmarks/showmarks-2.2-r2.ebuild
index 1f89122d583d..ee89f462e9de 100644
--- a/app-vim/showmarks/showmarks-2.2-r2.ebuild
+++ b/app-vim/showmarks/showmarks-2.2-r2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: show location marks visually"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=152"
LICENSE="public-domain"
-KEYWORDS="~alpha amd64 ~ia64 ~mips ppc sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~mips ppc sparc x86"
VIM_PLUGIN_HELPFILES="showmarks.txt"
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2023-12-09 20:30 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-02 13:49 [gentoo-commits] repo/gentoo:master commit in: app-vim/showmarks/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2016-10-15 12:32 Patrice Clement
2016-10-15 12:32 Patrice Clement
2017-01-28 14:32 Mart Raudsepp
2018-03-11 14:15 Patrice Clement
2023-12-09 20:01 Michał Górny
2023-12-09 20:19 Arthur Zamarin
2023-12-09 20:19 Arthur Zamarin
2023-12-09 20:30 Arthur Zamarin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox