* [gentoo-commits] repo/gentoo:master commit in: app-vim/locateopen/
@ 2016-06-29 11:49 Patrice Clement
0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2016-06-29 11:49 UTC (permalink / raw
To: gentoo-commits
commit: a284ec5f1bc47733dcb9a187456d14165d96b9d7
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 11:14:50 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 11:20:39 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a284ec5f
app-vim/locateopen: EAPI 6 bump.
Package-Manager: portage-2.2.28
app-vim/locateopen/locateopen-1.3-r1.ebuild | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/app-vim/locateopen/locateopen-1.3-r1.ebuild b/app-vim/locateopen/locateopen-1.3-r1.ebuild
new file mode 100644
index 0000000..1426846
--- /dev/null
+++ b/app-vim/locateopen/locateopen-1.3-r1.ebuild
@@ -0,0 +1,27 @@
+# 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: open a file without supplying a path"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=858"
+
+LICENSE="vim"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="${RDEPEND} sys-apps/mlocate"
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin provides commands that hook vim into mlocate:
+\ :LocateEdit filename
+\ :LocateSplit filename
+\ :LocateSource filename
+\ :LocateRead filename
+To configure:
+\ :let g:locateopen_ignorecase = 1 \" enable ignore case mode
+\ :let g:locateopen_smartcase = 0 \" disable smart case mode
+\ :let g:locateopen_alwaysprompt = 1 \" show menu for one match"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/locateopen/
@ 2016-08-23 9:14 Patrice Clement
0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2016-08-23 9:14 UTC (permalink / raw
To: gentoo-commits
commit: ae1c1521b77c70190a139f3ced0c20e62961c1e9
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 23 08:37:39 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Aug 23 09:14:11 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae1c1521
app-vim/locateopen: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.2.28
app-vim/locateopen/locateopen-1.3-r1.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/app-vim/locateopen/locateopen-1.3-r1.ebuild b/app-vim/locateopen/locateopen-1.3-r1.ebuild
index 1426846..b0a28be 100644
--- a/app-vim/locateopen/locateopen-1.3-r1.ebuild
+++ b/app-vim/locateopen/locateopen-1.3-r1.ebuild
@@ -10,10 +10,12 @@ DESCRIPTION="vim plugin: open a file without supplying a path"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=858"
LICENSE="vim"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="alpha amd64 ia64 mips ppc sparc x86"
IUSE=""
-RDEPEND="${RDEPEND} sys-apps/mlocate"
+RDEPEND="
+ ${RDEPEND}
+ sys-apps/mlocate"
VIM_PLUGIN_HELPTEXT=\
"This plugin provides commands that hook vim into mlocate:
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/locateopen/
@ 2016-08-23 9:14 Patrice Clement
0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2016-08-23 9:14 UTC (permalink / raw
To: gentoo-commits
commit: a1ba57a56ceeacc8eb29a7a647a55d5fc73561d2
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 23 08:38:01 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Aug 23 09:14:16 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ba57a5
app-vim/locateopen: Clean up old.
Package-Manager: portage-2.2.28
app-vim/locateopen/locateopen-1.3.ebuild | 25 -------------------------
1 file changed, 25 deletions(-)
diff --git a/app-vim/locateopen/locateopen-1.3.ebuild b/app-vim/locateopen/locateopen-1.3.ebuild
deleted file mode 100644
index 5c4b4d0..0000000
--- a/app-vim/locateopen/locateopen-1.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: open a file without supplying a path"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=858"
-
-LICENSE="vim"
-KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
-IUSE=""
-
-RDEPEND="${RDEPEND} sys-apps/mlocate"
-
-VIM_PLUGIN_HELPTEXT=\
-"This plugin provides commands that hook vim into mlocate:
-\ :LocateEdit filename
-\ :LocateSplit filename
-\ :LocateSource filename
-\ :LocateRead filename
-To configure:
-\ :let g:locateopen_ignorecase = 1 \" enable ignore case mode
-\ :let g:locateopen_smartcase = 0 \" disable smart case mode
-\ :let g:locateopen_alwaysprompt = 1 \" show menu for one match"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/locateopen/
@ 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: 04a74221689a504505b0b84a73d74daf6fd553c5
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 14:25:19 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 14:31:28 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04a74221
app-vim/locateopen: Drop to ~mips; mips doesn't do stable keywords right now
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-vim/locateopen/locateopen-1.3-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-vim/locateopen/locateopen-1.3-r1.ebuild b/app-vim/locateopen/locateopen-1.3-r1.ebuild
index b0a28be..741c362 100644
--- a/app-vim/locateopen/locateopen-1.3-r1.ebuild
+++ b/app-vim/locateopen/locateopen-1.3-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: open a file without supplying a path"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=858"
LICENSE="vim"
-KEYWORDS="alpha amd64 ia64 mips ppc sparc x86"
+KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/locateopen/
@ 2018-03-10 22:55 Patrice Clement
0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2018-03-10 22:55 UTC (permalink / raw
To: gentoo-commits
commit: b10cc9d109de249276e9efa321f43f90f78bd931
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Mar 5 21:02:50 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Mar 10 22:55:23 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b10cc9d1
app-vim/locateopen: use HTTPS.
app-vim/locateopen/locateopen-1.3-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-vim/locateopen/locateopen-1.3-r1.ebuild b/app-vim/locateopen/locateopen-1.3-r1.ebuild
index cbc60e66275..0074be8f297 100644
--- a/app-vim/locateopen/locateopen-1.3-r1.ebuild
+++ b/app-vim/locateopen/locateopen-1.3-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: open a file without supplying a path"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=858"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=858"
LICENSE="vim"
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/locateopen/
@ 2023-12-09 19:57 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2023-12-09 19:57 UTC (permalink / raw
To: gentoo-commits
commit: 2c622b9eabe7e54af3683e16cc473c45c9bde33f
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 19:57:15 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 19:57:15 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c622b9e
app-vim/locateopen: Stabilize 1.3-r2 sparc, #919613
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-vim/locateopen/locateopen-1.3-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/locateopen/locateopen-1.3-r2.ebuild b/app-vim/locateopen/locateopen-1.3-r2.ebuild
index 620fa6113d63..1178d0e9f4f5 100644
--- a/app-vim/locateopen/locateopen-1.3-r2.ebuild
+++ b/app-vim/locateopen/locateopen-1.3-r2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: open a file without supplying a path"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=858"
LICENSE="vim"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc sparc ~x86"
RDEPEND="sys-apps/mlocate"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/locateopen/
@ 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: b98a705310a37eb5b20c9ede9dc1e2966ec6235a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 20:01:20 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 20:01:45 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b98a7053
app-vim/locateopen: Stabilize 1.3-r2 amd64, #919613
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-vim/locateopen/locateopen-1.3-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/locateopen/locateopen-1.3-r2.ebuild b/app-vim/locateopen/locateopen-1.3-r2.ebuild
index 1178d0e9f4f5..39a81e23b526 100644
--- a/app-vim/locateopen/locateopen-1.3-r2.ebuild
+++ b/app-vim/locateopen/locateopen-1.3-r2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: open a file without supplying a path"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=858"
LICENSE="vim"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~mips ~ppc sparc ~x86"
RDEPEND="sys-apps/mlocate"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/locateopen/
@ 2023-12-09 20:16 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2023-12-09 20:16 UTC (permalink / raw
To: gentoo-commits
commit: fa178d9d8bdeeef85fb0b003fbb856c0f248b627
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 20:15:58 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 20:15:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa178d9d
app-vim/locateopen: Stabilize 1.3-r2 x86, #919613
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-vim/locateopen/locateopen-1.3-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/locateopen/locateopen-1.3-r2.ebuild b/app-vim/locateopen/locateopen-1.3-r2.ebuild
index 39a81e23b526..745138abdad8 100644
--- a/app-vim/locateopen/locateopen-1.3-r2.ebuild
+++ b/app-vim/locateopen/locateopen-1.3-r2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: open a file without supplying a path"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=858"
LICENSE="vim"
-KEYWORDS="~alpha amd64 ~ia64 ~mips ~ppc sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~mips ~ppc sparc x86"
RDEPEND="sys-apps/mlocate"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/locateopen/
@ 2023-12-09 20:53 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2023-12-09 20:53 UTC (permalink / raw
To: gentoo-commits
commit: 91c8f176d0d829afd0c3c976911d7d830b81220f
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 20:52:25 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 20:52:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c8f176
app-vim/locateopen: Stabilize 1.3-r2 ppc, #919613
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-vim/locateopen/locateopen-1.3-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/locateopen/locateopen-1.3-r2.ebuild b/app-vim/locateopen/locateopen-1.3-r2.ebuild
index 745138abdad8..55fc532a167b 100644
--- a/app-vim/locateopen/locateopen-1.3-r2.ebuild
+++ b/app-vim/locateopen/locateopen-1.3-r2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: open a file without supplying a path"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=858"
LICENSE="vim"
-KEYWORDS="~alpha amd64 ~ia64 ~mips ~ppc sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ~mips ppc sparc x86"
RDEPEND="sys-apps/mlocate"
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2023-12-09 20:53 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-09 20:01 [gentoo-commits] repo/gentoo:master commit in: app-vim/locateopen/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2023-12-09 20:53 Arthur Zamarin
2023-12-09 20:16 Arthur Zamarin
2023-12-09 19:57 Arthur Zamarin
2018-03-10 22:55 Patrice Clement
2017-01-28 14:32 Mart Raudsepp
2016-08-23 9:14 Patrice Clement
2016-08-23 9:14 Patrice Clement
2016-06-29 11:49 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox