* [gentoo-commits] repo/gentoo:master commit in: app-vim/genutils/
@ 2016-03-13 1:44 Tim Harder
0 siblings, 0 replies; 8+ messages in thread
From: Tim Harder @ 2016-03-13 1:44 UTC (permalink / raw
To: gentoo-commits
commit: 669c95edc9521f3985f3da87be9460ebb9e20c5e
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 13 01:40:26 2016 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Mar 13 01:40:26 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=669c95ed
app-vim/genutils: bump EAPI
app-vim/genutils/genutils-2.5.ebuild | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/app-vim/genutils/genutils-2.5.ebuild b/app-vim/genutils/genutils-2.5.ebuild
index 6184d61..a3a7080 100644
--- a/app-vim/genutils/genutils-2.5.ebuild
+++ b/app-vim/genutils/genutils-2.5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=3
+EAPI=5
inherit vim-plugin
@@ -11,13 +11,11 @@ HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=197"
SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=11399 -> ${P}.zip"
LICENSE="GPL-3"
KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
-IUSE=""
VIM_PLUGIN_HELPTEXT=\
"This plugin provides library functions and is not intended to be used
directly by the user."
DEPEND="app-arch/unzip"
-RDEPEND=""
-S="${WORKDIR}"
+S=${WORKDIR}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/genutils/
@ 2018-03-04 22:11 Patrice Clement
0 siblings, 0 replies; 8+ messages in thread
From: Patrice Clement @ 2018-03-04 22:11 UTC (permalink / raw
To: gentoo-commits
commit: 77ab5c28da1da627f01266f44411aec0e7fee31d
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Mar 4 17:26:22 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Mar 4 22:09:52 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77ab5c28
app-vim/genutils: use HTTPS.
app-vim/genutils/genutils-2.5.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-vim/genutils/genutils-2.5.ebuild b/app-vim/genutils/genutils-2.5.ebuild
index b263733bfdc..ad3e2f826c8 100644
--- a/app-vim/genutils/genutils-2.5.ebuild
+++ b/app-vim/genutils/genutils-2.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -6,8 +6,8 @@ EAPI=5
inherit vim-plugin
DESCRIPTION="vim plugin: library with various useful functions"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=197"
-SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=11399 -> ${P}.zip"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=197"
+SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=11399 -> ${P}.zip"
LICENSE="GPL-3"
KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/genutils/
@ 2018-06-06 12:32 Patrice Clement
0 siblings, 0 replies; 8+ messages in thread
From: Patrice Clement @ 2018-06-06 12:32 UTC (permalink / raw
To: gentoo-commits
commit: 7e815a85d17fed4e81a4faf28826e9a32661dfa6
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 5 21:55:09 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Jun 6 12:32:24 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e815a85
app-vim/genutils: EAPI 6 bump.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-vim/genutils/genutils-2.5-r1.ebuild | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/app-vim/genutils/genutils-2.5-r1.ebuild b/app-vim/genutils/genutils-2.5-r1.ebuild
new file mode 100644
index 00000000000..57fc9d0c385
--- /dev/null
+++ b/app-vim/genutils/genutils-2.5-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: library with various useful functions"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=197"
+SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=11399 -> ${P}.zip"
+LICENSE="GPL-3"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin provides library functions and is not intended to be used
+directly by the user."
+
+DEPEND="app-arch/unzip"
+
+S="${WORKDIR}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/genutils/
@ 2021-04-19 22:41 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-04-19 22:41 UTC (permalink / raw
To: gentoo-commits
commit: 7e34683428cd1fdc5148103debc9d02eba0dea89
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 19 21:59:29 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 19 22:41:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e346834
app-vim/genutils: drop 2.5
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-vim/genutils/genutils-2.5.ebuild | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/app-vim/genutils/genutils-2.5.ebuild b/app-vim/genutils/genutils-2.5.ebuild
deleted file mode 100644
index a34145df707..00000000000
--- a/app-vim/genutils/genutils-2.5.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: library with various useful functions"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=197"
-SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=11399 -> ${P}.zip"
-
-LICENSE="GPL-3"
-KEYWORDS="~alpha amd64 ~ia64 ~mips ppc sparc x86"
-
-VIM_PLUGIN_HELPTEXT=\
-"This plugin provides library functions and is not intended to be used
-directly by the user."
-
-DEPEND="app-arch/unzip"
-
-S=${WORKDIR}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/genutils/
@ 2021-04-19 22:41 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-04-19 22:41 UTC (permalink / raw
To: gentoo-commits
commit: 8103770c156cc67f980a952c46c1463854989dd6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 19 21:59:17 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 19 22:41:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8103770c
app-vim/genutils: forward stable keywords to 2.5-r1
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-vim/genutils/genutils-2.5-r1.ebuild | 5 +++--
app-vim/genutils/genutils-2.5.ebuild | 3 ++-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/app-vim/genutils/genutils-2.5-r1.ebuild b/app-vim/genutils/genutils-2.5-r1.ebuild
index 57fc9d0c385..1d1770abc28 100644
--- a/app-vim/genutils/genutils-2.5-r1.ebuild
+++ b/app-vim/genutils/genutils-2.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -7,9 +7,10 @@ inherit vim-plugin
DESCRIPTION="vim plugin: library with various useful functions"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=197"
+
SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=11399 -> ${P}.zip"
LICENSE="GPL-3"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~mips ppc sparc x86"
VIM_PLUGIN_HELPTEXT=\
"This plugin provides library functions and is not intended to be used
diff --git a/app-vim/genutils/genutils-2.5.ebuild b/app-vim/genutils/genutils-2.5.ebuild
index 8cac5cf0724..a34145df707 100644
--- a/app-vim/genutils/genutils-2.5.ebuild
+++ b/app-vim/genutils/genutils-2.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -8,6 +8,7 @@ inherit vim-plugin
DESCRIPTION="vim plugin: library with various useful functions"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=197"
SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=11399 -> ${P}.zip"
+
LICENSE="GPL-3"
KEYWORDS="~alpha amd64 ~ia64 ~mips ppc sparc x86"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/genutils/
@ 2023-12-09 19:52 Arthur Zamarin
0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2023-12-09 19:52 UTC (permalink / raw
To: gentoo-commits
commit: f18c8c4a34aced79e6f32301f3432d551b39a725
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 19:52:27 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 19:52:27 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f18c8c4a
app-vim/genutils: Stabilize 2.5-r2 amd64, #919643
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-vim/genutils/genutils-2.5-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/genutils/genutils-2.5-r2.ebuild b/app-vim/genutils/genutils-2.5-r2.ebuild
index afead7157d7c..07f92bf56da0 100644
--- a/app-vim/genutils/genutils-2.5-r2.ebuild
+++ b/app-vim/genutils/genutils-2.5-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=11399 -> ${P}.zi
S="${WORKDIR}"
LICENSE="GPL-3"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
VIM_PLUGIN_HELPTEXT=\
"This plugin provides library functions and is not intended to be used
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/genutils/
@ 2023-12-09 20:06 Arthur Zamarin
0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2023-12-09 20:06 UTC (permalink / raw
To: gentoo-commits
commit: e089530a0ff7f7ede1e2896cf1487ca990477bba
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 20:05:58 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 20:05:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e089530a
app-vim/genutils: Stabilize 2.5-r2 x86, #919643
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-vim/genutils/genutils-2.5-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/genutils/genutils-2.5-r2.ebuild b/app-vim/genutils/genutils-2.5-r2.ebuild
index 07f92bf56da0..2667ef07d9ae 100644
--- a/app-vim/genutils/genutils-2.5-r2.ebuild
+++ b/app-vim/genutils/genutils-2.5-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=11399 -> ${P}.zi
S="${WORKDIR}"
LICENSE="GPL-3"
-KEYWORDS="~alpha amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~mips ~ppc ~sparc x86"
VIM_PLUGIN_HELPTEXT=\
"This plugin provides library functions and is not intended to be used
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/genutils/
@ 2023-12-09 20:13 Arthur Zamarin
0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2023-12-09 20:13 UTC (permalink / raw
To: gentoo-commits
commit: 40317aa41f0b5b039b93cc499601b40c40a2af4e
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 20:12:35 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 20:12:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40317aa4
app-vim/genutils: Stabilize 2.5-r2 sparc, #919643
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-vim/genutils/genutils-2.5-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/genutils/genutils-2.5-r2.ebuild b/app-vim/genutils/genutils-2.5-r2.ebuild
index 2667ef07d9ae..d9a4cedfefb4 100644
--- a/app-vim/genutils/genutils-2.5-r2.ebuild
+++ b/app-vim/genutils/genutils-2.5-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=11399 -> ${P}.zi
S="${WORKDIR}"
LICENSE="GPL-3"
-KEYWORDS="~alpha amd64 ~ia64 ~mips ~ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ~mips ~ppc sparc x86"
VIM_PLUGIN_HELPTEXT=\
"This plugin provides library functions and is not intended to be used
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2023-12-09 20:13 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-09 20:06 [gentoo-commits] repo/gentoo:master commit in: app-vim/genutils/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2023-12-09 20:13 Arthur Zamarin
2023-12-09 19:52 Arthur Zamarin
2021-04-19 22:41 Sam James
2021-04-19 22:41 Sam James
2018-06-06 12:32 Patrice Clement
2018-03-04 22:11 Patrice Clement
2016-03-13 1:44 Tim Harder
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox