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

2024-04-11 Thread Arthur Zamarin
commit: 651a35bc9635d32387e07a07d537e0d8fc24f32e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Apr 11 11:24:33 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Apr 11 14:41:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=651a35bc

app-vim/tagbar: drop 2.7, EAPI6--

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

 app-vim/tagbar/tagbar-2.7.ebuild | 17 -
 1 file changed, 17 deletions(-)

diff --git a/app-vim/tagbar/tagbar-2.7.ebuild b/app-vim/tagbar/tagbar-2.7.ebuild
deleted file mode 100644
index ee0fa2befc92..
--- a/app-vim/tagbar/tagbar-2.7.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: display tags of the current file ordered by scope"
-HOMEPAGE="https://github.com/preservim/tagbar
-   https://www.vim.org/scripts/script.php?script_id=3465;
-SRC_URI="https://github.com/preservim/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="vim"
-KEYWORDS="amd64 x86"
-
-RDEPEND=">=dev-util/ctags-5.5"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"



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

2024-03-10 Thread Arthur Zamarin
commit: 3ea936ebaf85d9bef2d20f51a6ef9aa98fb74b83
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Mar 10 12:04:23 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Mar 10 12:04:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ea936eb

app-vim/tagbar: Stabilize 2.7-r1 ALLARCHES, #926657

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

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

diff --git a/app-vim/tagbar/tagbar-2.7-r1.ebuild 
b/app-vim/tagbar/tagbar-2.7-r1.ebuild
index d3ad7238cf7f..ec49071fd191 100644
--- a/app-vim/tagbar/tagbar-2.7-r1.ebuild
+++ b/app-vim/tagbar/tagbar-2.7-r1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="
 "
 SRC_URI="https://github.com/preservim/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="vim"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND=">=dev-util/ctags-5.5"
 



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

2024-01-20 Thread Conrad Kostecki
commit: 3e55f730c5f73b2e14d38a86ab74a4b50c7d9600
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sun Jan 14 18:45:32 2024 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jan 20 21:21:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e55f730

app-vim/tagbar: EAPI8 bump

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-vim/tagbar/tagbar-2.7-r1.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/app-vim/tagbar/tagbar-2.7-r1.ebuild 
b/app-vim/tagbar/tagbar-2.7-r1.ebuild
new file mode 100644
index ..d3ad7238cf7f
--- /dev/null
+++ b/app-vim/tagbar/tagbar-2.7-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: display tags of the current file ordered by scope"
+HOMEPAGE="
+   https://github.com/preservim/tagbar
+   https://www.vim.org/scripts/script.php?script_id=3465
+"
+SRC_URI="https://github.com/preservim/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="vim"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-util/ctags-5.5"
+
+VIM_PLUGIN_HELPFILES="${PN}.txt"



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

2018-12-31 Thread Patrice Clement
commit: eb444aab443bf0b248a90c2a4b66eb8319c7224f
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Dec 26 22:26:45 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Dec 31 15:55:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb444aab

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

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

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

diff --git a/app-vim/tagbar/tagbar-2.7.ebuild b/app-vim/tagbar/tagbar-2.7.ebuild
index 211696e57ae..6820a54e5e0 100644
--- a/app-vim/tagbar/tagbar-2.7.ebuild
+++ b/app-vim/tagbar/tagbar-2.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ HOMEPAGE="https://majutsushi.github.com/tagbar/
https://www.vim.org/scripts/script.php?script_id=3465;
 SRC_URI="https://github.com/majutsushi/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="vim"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND=">=dev-util/ctags-5.5"
 



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

2018-12-31 Thread Patrice Clement
commit: 65f567edbdd5349eb0c614da63cd6cfc514ec598
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Dec 26 22:26:58 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Dec 31 15:55:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f567ed

app-vim/tagbar: clean up old.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-vim/tagbar/Manifest|  1 -
 app-vim/tagbar/tagbar-2.6.1.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/app-vim/tagbar/Manifest b/app-vim/tagbar/Manifest
index 28549d813d6..0294c65e95f 100644
--- a/app-vim/tagbar/Manifest
+++ b/app-vim/tagbar/Manifest
@@ -1,2 +1 @@
-DIST tagbar-2.6.1.tar.gz 51639 BLAKE2B 
623f56dfb1ce7abde3281d9e1564e300f30cbfa9242772532025dd3d85640118b85ad3f68d20d6806ff3d994ba753722e096098231f750195569afc47635487e
 SHA512 
eb0f29dc2f08d943e1ac0c0fe97ed72a49b85e22d105815a5557e205532be379d3ce8429c5303b917c005b465a7385161ff2edc96efc0fc312178155c67a7c22
 DIST tagbar-2.7.tar.gz 59027 BLAKE2B 
6966ee9c412b0e7c9dd562f479ab4ae3fb4574034a32e33257ce95850f2861e333682d01d605f1c39dd6675a506e1792fed8a470b08152d14046bea215292698
 SHA512 
d964d3055f1679aad86b0756cc444a4857eb29ca22f2bd3567ad6c8d073e75d0c8823109038415f5bd1d269bbf8e36da6f34d70fedee54c10f90535ef79ff3c8

diff --git a/app-vim/tagbar/tagbar-2.6.1.ebuild 
b/app-vim/tagbar/tagbar-2.6.1.ebuild
deleted file mode 100644
index a1c2e7fb7e0..000
--- a/app-vim/tagbar/tagbar-2.6.1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: display tags of the current file ordered by scope"
-HOMEPAGE="https://majutsushi.github.com/tagbar/
-   https://www.vim.org/scripts/script.php?script_id=3465;
-SRC_URI="https://github.com/majutsushi/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="vim"
-KEYWORDS="amd64 x86"
-
-RDEPEND=">=dev-util/ctags-5.5"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"



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

2018-03-10 Thread Patrice Clement
commit: a21b14e32445becf9e8cccfedad43c426672cb53
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Mar  9 14:40:22 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Mar 10 22:54:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a21b14e3

app-vim/tagbar: use HTTPS.

Closes: https://github.com/gentoo/gentoo/pull/7406

 app-vim/tagbar/tagbar-2.6.1.ebuild | 4 ++--
 app-vim/tagbar/tagbar-2.7.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-vim/tagbar/tagbar-2.6.1.ebuild 
b/app-vim/tagbar/tagbar-2.6.1.ebuild
index d82891b65ce..a1c2e7fb7e0 100644
--- a/app-vim/tagbar/tagbar-2.6.1.ebuild
+++ b/app-vim/tagbar/tagbar-2.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,7 +7,7 @@ inherit vim-plugin
 
 DESCRIPTION="vim plugin: display tags of the current file ordered by scope"
 HOMEPAGE="https://majutsushi.github.com/tagbar/
-   http://www.vim.org/scripts/script.php?script_id=3465;
+   https://www.vim.org/scripts/script.php?script_id=3465;
 SRC_URI="https://github.com/majutsushi/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="vim"
 KEYWORDS="amd64 x86"

diff --git a/app-vim/tagbar/tagbar-2.7.ebuild b/app-vim/tagbar/tagbar-2.7.ebuild
index 560f75868dd..211696e57ae 100644
--- a/app-vim/tagbar/tagbar-2.7.ebuild
+++ b/app-vim/tagbar/tagbar-2.7.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
@@ -7,7 +7,7 @@ inherit vim-plugin
 
 DESCRIPTION="vim plugin: display tags of the current file ordered by scope"
 HOMEPAGE="https://majutsushi.github.com/tagbar/
-   http://www.vim.org/scripts/script.php?script_id=3465;
+   https://www.vim.org/scripts/script.php?script_id=3465;
 SRC_URI="https://github.com/majutsushi/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="vim"
 KEYWORDS="~amd64 ~x86"



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

2017-10-08 Thread Tim Harder
commit: 4f2a1bbadb0f00a911607d0d0b68e3e74da7024b
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Oct  8 18:19:07 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Oct  8 18:22:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f2a1bba

app-vim/tagbar: version bump to 2.7

 app-vim/tagbar/Manifest  |  1 +
 app-vim/tagbar/tagbar-2.7.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/app-vim/tagbar/Manifest b/app-vim/tagbar/Manifest
index 1a12bcec0e6..0ec90507915 100644
--- a/app-vim/tagbar/Manifest
+++ b/app-vim/tagbar/Manifest
@@ -1 +1,2 @@
 DIST tagbar-2.6.1.tar.gz 51639 SHA256 
c061a7e0a45a166f4558b31e6c47b9fd701f5fa1319527b65a268ea054dea5fb SHA512 
eb0f29dc2f08d943e1ac0c0fe97ed72a49b85e22d105815a5557e205532be379d3ce8429c5303b917c005b465a7385161ff2edc96efc0fc312178155c67a7c22
 WHIRLPOOL 
d5f7b0916e1eb0faa9a7887a4249ace5f0b8e369527a89010dabfee55507516050a5e5dd2184ab43c095ff514708bf25ab6d78fea85db8821804bbe908ebbc27
+DIST tagbar-2.7.tar.gz 59027 SHA256 
955523fdb9a12aa3de2985e57884a7ec3d5dea2ebeae371a25c2e71ab0af817a SHA512 
d964d3055f1679aad86b0756cc444a4857eb29ca22f2bd3567ad6c8d073e75d0c8823109038415f5bd1d269bbf8e36da6f34d70fedee54c10f90535ef79ff3c8
 WHIRLPOOL 
e8534ce2b59ef6cfe6b78c3a21fdcc88be64f5f46662686c3878bad86c42b584ebc1a5570ee74a4686180406322031991bafaa337052f898ff654c4079ae7b15

diff --git a/app-vim/tagbar/tagbar-2.7.ebuild b/app-vim/tagbar/tagbar-2.7.ebuild
new file mode 100644
index 000..560f75868dd
--- /dev/null
+++ b/app-vim/tagbar/tagbar-2.7.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: display tags of the current file ordered by scope"
+HOMEPAGE="https://majutsushi.github.com/tagbar/
+   http://www.vim.org/scripts/script.php?script_id=3465;
+SRC_URI="https://github.com/majutsushi/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="vim"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-util/ctags-5.5"
+
+VIM_PLUGIN_HELPFILES="${PN}.txt"
+
+src_prepare() {
+   rm LICENSE || die
+   default
+}



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

2016-01-16 Thread Tim Harder
commit: 321dfd4410099effc2c20344f408244dcf22e6f8
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Jan 17 00:25:31 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Jan 17 00:25:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=321dfd44

app-vim/tagbar: remove old

 app-vim/tagbar/Manifest  |  2 --
 app-vim/tagbar/tagbar-2.5.ebuild | 18 --
 app-vim/tagbar/tagbar-2.6.ebuild | 18 --
 3 files changed, 38 deletions(-)

diff --git a/app-vim/tagbar/Manifest b/app-vim/tagbar/Manifest
index 82cbfac..1a12bce 100644
--- a/app-vim/tagbar/Manifest
+++ b/app-vim/tagbar/Manifest
@@ -1,3 +1 @@
-DIST tagbar-2.5.tar.gz 44838 SHA256 
b9632c1924dbe2c4b39ecda49a61bf956e059a09cf0017995059cc85078b8ae8 SHA512 
da6491abc77fdcaf5f8ed1de82533d5d007f07d13bda67efeaf50a2a227117417a21bef92b5b05bed9ab5c0031d51ee386352581969ac714f92393de989da690
 WHIRLPOOL 
2dca052fdd03d5eb1207a4e12a4050f9a3d35b671fe2b6a786ab6ac5531e8cce7f3f28614986d57503e5369af67f6fe00a3d144df332ba6a656c88f8be76249c
 DIST tagbar-2.6.1.tar.gz 51639 SHA256 
c061a7e0a45a166f4558b31e6c47b9fd701f5fa1319527b65a268ea054dea5fb SHA512 
eb0f29dc2f08d943e1ac0c0fe97ed72a49b85e22d105815a5557e205532be379d3ce8429c5303b917c005b465a7385161ff2edc96efc0fc312178155c67a7c22
 WHIRLPOOL 
d5f7b0916e1eb0faa9a7887a4249ace5f0b8e369527a89010dabfee55507516050a5e5dd2184ab43c095ff514708bf25ab6d78fea85db8821804bbe908ebbc27
-DIST tagbar-2.6.tar.gz 51432 SHA256 
46b14e1b3059ffe7d736ae586d94978898e29d03e0cc3545110e6eb8e309e399 SHA512 
f51832805c6dd882972192186b67720b87408b78d3d13cb3577a785821fdc750e90a6415437381a259b465f31bc9ca5b4a73f09564a35d4b2bbb1c0cf9fa9fb4
 WHIRLPOOL 
cc9a1c30afea5ac3ef695010f078e5f4f95dd5d92b203ba679c37e087b59621000cbe4358e09a8c44983239dfbd50b8ba282ba2804a307978283468c6ee99759

diff --git a/app-vim/tagbar/tagbar-2.5.ebuild b/app-vim/tagbar/tagbar-2.5.ebuild
deleted file mode 100644
index 82eb811..000
--- a/app-vim/tagbar/tagbar-2.5.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: display tags of the current file ordered by scope"
-HOMEPAGE="https://majutsushi.github.com/tagbar/
-   http://www.vim.org/scripts/script.php?script_id=3465;
-SRC_URI="https://github.com/majutsushi/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="vim"
-KEYWORDS="amd64 x86"
-
-RDEPEND=">=dev-util/ctags-5.5"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"

diff --git a/app-vim/tagbar/tagbar-2.6.ebuild b/app-vim/tagbar/tagbar-2.6.ebuild
deleted file mode 100644
index 2ab9630..000
--- a/app-vim/tagbar/tagbar-2.6.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: display tags of the current file ordered by scope"
-HOMEPAGE="https://majutsushi.github.com/tagbar/
-   http://www.vim.org/scripts/script.php?script_id=3465;
-SRC_URI="https://github.com/majutsushi/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="vim"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=dev-util/ctags-5.5"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"