[gentoo-commits] repo/gentoo:master commit in: app-vim/gitlog/

2023-12-09 Thread Arthur Zamarin
commit: b085b5b6d9ff4b73866735d028f2ec31cc9cf211
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  9 19:57:18 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  9 19:57:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b085b5b6

app-vim/gitlog: Stabilize 6.0.0-r1 x86, #919647

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-vim/gitlog/gitlog-6.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gitlog/gitlog-6.0.0-r1.ebuild 
b/app-vim/gitlog/gitlog-6.0.0-r1.ebuild
index 840ec4f0d6fa..f26c792ce2b7 100644
--- a/app-vim/gitlog/gitlog-6.0.0-r1.ebuild
+++ b/app-vim/gitlog/gitlog-6.0.0-r1.ebuild
@@ -12,6 +12,6 @@ 
SRC_URI="https://github.com/PAntoine/vimgitlog/archive/version_${PV}.tar.gz -> $
 S="${WORKDIR}/vim${PN}-version_${PV}"
 
 LICENSE="Artistic"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 VIM_PLUGIN_HELPFILES="${PN}.txt"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gitlog/

2023-12-09 Thread Michał Górny
commit: a425630f05fe1ff584faa603689bcc4e90f9fa69
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec  9 19:51:59 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec  9 19:51:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a425630f

app-vim/gitlog: Stabilize 6.0.0-r1 amd64, #919647

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gitlog/gitlog-6.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gitlog/gitlog-6.0.0-r1.ebuild 
b/app-vim/gitlog/gitlog-6.0.0-r1.ebuild
index f089417b9cc9..840ec4f0d6fa 100644
--- a/app-vim/gitlog/gitlog-6.0.0-r1.ebuild
+++ b/app-vim/gitlog/gitlog-6.0.0-r1.ebuild
@@ -12,6 +12,6 @@ 
SRC_URI="https://github.com/PAntoine/vimgitlog/archive/version_${PV}.tar.gz -> $
 S="${WORKDIR}/vim${PN}-version_${PV}"
 
 LICENSE="Artistic"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 VIM_PLUGIN_HELPFILES="${PN}.txt"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gitlog/

2022-06-10 Thread Matt Turner
commit: 76f14ae93af418a9d49c53ccc099ad158b0f14a2
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jun 10 17:43:41 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jun 10 18:07:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76f14ae9

app-vim/gitlog: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 app-vim/gitlog/Manifest|  1 -
 app-vim/gitlog/gitlog-5.1.0.ebuild | 15 ---
 2 files changed, 16 deletions(-)

diff --git a/app-vim/gitlog/Manifest b/app-vim/gitlog/Manifest
index fb1fdba0713c..87a6b83fe857 100644
--- a/app-vim/gitlog/Manifest
+++ b/app-vim/gitlog/Manifest
@@ -1,2 +1 @@
-DIST gitlog-5.1.0.tar.gz 29684 BLAKE2B 
80d48890f25015c448a8acfd9ef9fb4da8e39ec61de0741d8fd9e33858a0696336b599b81ff379e0674a084d1bc80a6562721d963b4a5e60b611ff1fd741e867
 SHA512 
1c2bd363ce5341fcdaa80955af350084903da7e7cac1e20583d05f8812ef11e562137e2ef3bd198f787a6cc1e322f7d942135341c27186a7c987cd9d631a0eeb
 DIST gitlog-6.0.0.tar.gz 33956 BLAKE2B 
5a7472db7cbf03396e3ed4e7eea417e44e538946d9432b4d94c3114b59bfeb961c6e0df4137c116f152b57986b7cbaa1aeacd59df33d709f2794f5d2607693c4
 SHA512 
17016057df69b22e72548d00bd8c253ace864f0551890f64e6b9a91c1411b1e0a479d6c04028583edf9f9c366418b50b758f60d197fe0a62a75c7799b68a4069

diff --git a/app-vim/gitlog/gitlog-5.1.0.ebuild 
b/app-vim/gitlog/gitlog-5.1.0.ebuild
deleted file mode 100644
index 4191208246b6..
--- a/app-vim/gitlog/gitlog-5.1.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: git log and diff plugin for vim"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4294 
https://github.com/PAntoine/vimgitlog/;
-SRC_URI="https://github.com/PAntoine/vimgitlog/archive/version_${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="Artistic"
-KEYWORDS="amd64 x86"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-S=${WORKDIR}/vim${PN}-version_${PV}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gitlog/

2022-06-01 Thread Jakov Smolić
commit: b8db218fb42978b3b22718eb4060d2704b450095
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Jun  2 04:01:30 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Jun  2 04:02:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8db218f

app-vim/gitlog: Stabilize 6.0.0 x86, #849197

Signed-off-by: Jakov Smolić  gentoo.org>

 app-vim/gitlog/gitlog-6.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gitlog/gitlog-6.0.0.ebuild 
b/app-vim/gitlog/gitlog-6.0.0.ebuild
index 7b5973e1a451..0b88efa27054 100644
--- a/app-vim/gitlog/gitlog-6.0.0.ebuild
+++ b/app-vim/gitlog/gitlog-6.0.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else

SRC_URI="https://github.com/PAntoine/vimgitlog/archive/version_${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~x86"
+   KEYWORDS="amd64 x86"
S=${WORKDIR}/vim${PN}-version_${PV}
 fi
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/gitlog/

2022-06-01 Thread Jakov Smolić
commit: 7e6798d4f056037458db29f873ed77446bb806d6
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Jun  2 03:57:47 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Jun  2 03:57:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e6798d4

app-vim/gitlog: Stabilize 6.0.0 amd64, #849197

Signed-off-by: Jakov Smolić  gentoo.org>

 app-vim/gitlog/gitlog-6.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/gitlog/gitlog-6.0.0.ebuild 
b/app-vim/gitlog/gitlog-6.0.0.ebuild
index 658a3cb149c8..7b5973e1a451 100644
--- a/app-vim/gitlog/gitlog-6.0.0.ebuild
+++ b/app-vim/gitlog/gitlog-6.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else

SRC_URI="https://github.com/PAntoine/vimgitlog/archive/version_${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
S=${WORKDIR}/vim${PN}-version_${PV}
 fi
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/gitlog/

2018-03-04 Thread Patrice Clement
commit: d31c83f43e9d4d7cfcabb643fd1253c07d87dc41
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Mar  4 17:28:05 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Mar  4 22:10:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d31c83f4

app-vim/gitlog: use HTTPS.

 app-vim/gitlog/gitlog-5.1.0.ebuild | 4 ++--
 app-vim/gitlog/gitlog-6.0.0.ebuild | 4 ++--
 app-vim/gitlog/gitlog-.ebuild  | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-vim/gitlog/gitlog-5.1.0.ebuild 
b/app-vim/gitlog/gitlog-5.1.0.ebuild
index f0591aa22ce..55e58752e73 100644
--- a/app-vim/gitlog/gitlog-5.1.0.ebuild
+++ b/app-vim/gitlog/gitlog-5.1.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit vim-plugin
 
 DESCRIPTION="vim plugin: git log and diff plugin for vim"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4294 
https://github.com/PAntoine/vimgitlog/;
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4294 
https://github.com/PAntoine/vimgitlog/;
 SRC_URI="https://github.com/PAntoine/vimgitlog/archive/version_${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="Artistic"
 KEYWORDS="amd64 x86"

diff --git a/app-vim/gitlog/gitlog-6.0.0.ebuild 
b/app-vim/gitlog/gitlog-6.0.0.ebuild
index df4052666bd..658a3cb149c 100644
--- a/app-vim/gitlog/gitlog-6.0.0.ebuild
+++ b/app-vim/gitlog/gitlog-6.0.0.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
@@ -15,7 +15,7 @@ else
 fi
 
 DESCRIPTION="vim plugin: git log and diff plugin for vim"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4294 
https://github.com/PAntoine/vimgitlog/;
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4294 
https://github.com/PAntoine/vimgitlog/;
 LICENSE="Artistic"
 
 VIM_PLUGIN_HELPFILES="${PN}.txt"

diff --git a/app-vim/gitlog/gitlog-.ebuild 
b/app-vim/gitlog/gitlog-.ebuild
index df4052666bd..658a3cb149c 100644
--- a/app-vim/gitlog/gitlog-.ebuild
+++ b/app-vim/gitlog/gitlog-.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
@@ -15,7 +15,7 @@ else
 fi
 
 DESCRIPTION="vim plugin: git log and diff plugin for vim"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4294 
https://github.com/PAntoine/vimgitlog/;
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4294 
https://github.com/PAntoine/vimgitlog/;
 LICENSE="Artistic"
 
 VIM_PLUGIN_HELPFILES="${PN}.txt"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gitlog/

2017-08-17 Thread Tim Harder
commit: a5662203122b6efb047c73f29bff853063887d38
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Aug 17 20:23:58 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Aug 17 20:27:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5662203

app-vim/gitlog: version bump to 6.0.0 and add live ebuild

 app-vim/gitlog/Manifest|  1 +
 app-vim/gitlog/gitlog-6.0.0.ebuild | 21 +
 app-vim/gitlog/gitlog-.ebuild  | 21 +
 3 files changed, 43 insertions(+)

diff --git a/app-vim/gitlog/Manifest b/app-vim/gitlog/Manifest
index 1cf498c606f..58da096310b 100644
--- a/app-vim/gitlog/Manifest
+++ b/app-vim/gitlog/Manifest
@@ -1 +1,2 @@
 DIST gitlog-5.1.0.tar.gz 29684 SHA256 
7305176d205635479a4373349ae4e3115e4f9f8f20d2ce7c8ea74da6d3c058b1 SHA512 
1c2bd363ce5341fcdaa80955af350084903da7e7cac1e20583d05f8812ef11e562137e2ef3bd198f787a6cc1e322f7d942135341c27186a7c987cd9d631a0eeb
 WHIRLPOOL 
577d8b598b44216beaa2bf95e43f313f0fb88981cae8701b39fb99dc54d2ce874818cdee8cf725f4bb059317283ffe6ffeca521e5aa5e42fd5eba9d8d4eaaf81
+DIST gitlog-6.0.0.tar.gz 33956 SHA256 
ff64dfc23278e45d8d5ae9a92f4785675db8caff1fbe303ec598f54b3d93304a SHA512 
17016057df69b22e72548d00bd8c253ace864f0551890f64e6b9a91c1411b1e0a479d6c04028583edf9f9c366418b50b758f60d197fe0a62a75c7799b68a4069
 WHIRLPOOL 
15598129669f02afb5b1be24490733b0856132392d1fbd84f64774d64c9473a5adf8a202b836a665912ca331b453009d5e3b798b470c9b4363d7e1d50d32bbb5

diff --git a/app-vim/gitlog/gitlog-6.0.0.ebuild 
b/app-vim/gitlog/gitlog-6.0.0.ebuild
new file mode 100644
index 000..df4052666bd
--- /dev/null
+++ b/app-vim/gitlog/gitlog-6.0.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/PAntoine/vimgitlog.git;
+   inherit git-r3
+else
+   
SRC_URI="https://github.com/PAntoine/vimgitlog/archive/version_${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+   S=${WORKDIR}/vim${PN}-version_${PV}
+fi
+
+DESCRIPTION="vim plugin: git log and diff plugin for vim"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4294 
https://github.com/PAntoine/vimgitlog/;
+LICENSE="Artistic"
+
+VIM_PLUGIN_HELPFILES="${PN}.txt"

diff --git a/app-vim/gitlog/gitlog-.ebuild 
b/app-vim/gitlog/gitlog-.ebuild
new file mode 100644
index 000..df4052666bd
--- /dev/null
+++ b/app-vim/gitlog/gitlog-.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/PAntoine/vimgitlog.git;
+   inherit git-r3
+else
+   
SRC_URI="https://github.com/PAntoine/vimgitlog/archive/version_${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+   S=${WORKDIR}/vim${PN}-version_${PV}
+fi
+
+DESCRIPTION="vim plugin: git log and diff plugin for vim"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4294 
https://github.com/PAntoine/vimgitlog/;
+LICENSE="Artistic"
+
+VIM_PLUGIN_HELPFILES="${PN}.txt"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gitlog/

2016-11-03 Thread Patrice Clement
commit: df21830a7962a72506b41d770c6e73d196f71f74
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Nov  3 20:59:13 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Nov  3 21:00:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df21830a

app-vim/gitlog: stable for amd64+x86.

Package-Manager: portage-2.3.0

 app-vim/gitlog/gitlog-5.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gitlog/gitlog-5.1.0.ebuild 
b/app-vim/gitlog/gitlog-5.1.0.ebuild
index b8a9a41..29bfcb2 100644
--- a/app-vim/gitlog/gitlog-5.1.0.ebuild
+++ b/app-vim/gitlog/gitlog-5.1.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: git log and diff plugin for vim"
 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4294 
https://github.com/PAntoine/vimgitlog/;
 SRC_URI="https://github.com/PAntoine/vimgitlog/archive/version_${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="Artistic"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 VIM_PLUGIN_HELPFILES="${PN}.txt"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/gitlog/

2016-03-25 Thread Tim Harder
commit: fa1ce08852ab74dea79d27378de82ca81192b1a1
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Mar 26 05:21:42 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Mar 26 05:22:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa1ce088

app-vim/gitlog: initial import

 app-vim/gitlog/Manifest|  1 +
 app-vim/gitlog/gitlog-5.1.0.ebuild | 16 
 app-vim/gitlog/metadata.xml| 11 +++
 3 files changed, 28 insertions(+)

diff --git a/app-vim/gitlog/Manifest b/app-vim/gitlog/Manifest
new file mode 100644
index 000..1cf498c
--- /dev/null
+++ b/app-vim/gitlog/Manifest
@@ -0,0 +1 @@
+DIST gitlog-5.1.0.tar.gz 29684 SHA256 
7305176d205635479a4373349ae4e3115e4f9f8f20d2ce7c8ea74da6d3c058b1 SHA512 
1c2bd363ce5341fcdaa80955af350084903da7e7cac1e20583d05f8812ef11e562137e2ef3bd198f787a6cc1e322f7d942135341c27186a7c987cd9d631a0eeb
 WHIRLPOOL 
577d8b598b44216beaa2bf95e43f313f0fb88981cae8701b39fb99dc54d2ce874818cdee8cf725f4bb059317283ffe6ffeca521e5aa5e42fd5eba9d8d4eaaf81

diff --git a/app-vim/gitlog/gitlog-5.1.0.ebuild 
b/app-vim/gitlog/gitlog-5.1.0.ebuild
new file mode 100644
index 000..b8a9a41
--- /dev/null
+++ b/app-vim/gitlog/gitlog-5.1.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: git log and diff plugin for vim"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4294 
https://github.com/PAntoine/vimgitlog/;
+SRC_URI="https://github.com/PAntoine/vimgitlog/archive/version_${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="Artistic"
+KEYWORDS="~amd64 ~x86"
+
+VIM_PLUGIN_HELPFILES="${PN}.txt"
+
+S=${WORKDIR}/vim${PN}-version_${PV}

diff --git a/app-vim/gitlog/metadata.xml b/app-vim/gitlog/metadata.xml
new file mode 100644
index 000..94f21fc
--- /dev/null
+++ b/app-vim/gitlog/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+v...@gentoo.org
+Gentoo Vim Project
+  
+  
+PAntoine/vimgitlog
+  
+