Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/tagbar/
Date: Mon, 31 Dec 2018 15:55:49
Message-Id: 1546271729.65f567edbdd5349eb0c614da63cd6cfc514ec598.monsieurp@gentoo
1 commit: 65f567edbdd5349eb0c614da63cd6cfc514ec598
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 26 22:26:58 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 31 15:55:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f567ed
7
8 app-vim/tagbar: clean up old.
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-vim/tagbar/Manifest | 1 -
14 app-vim/tagbar/tagbar-2.6.1.ebuild | 17 -----------------
15 2 files changed, 18 deletions(-)
16
17 diff --git a/app-vim/tagbar/Manifest b/app-vim/tagbar/Manifest
18 index 28549d813d6..0294c65e95f 100644
19 --- a/app-vim/tagbar/Manifest
20 +++ b/app-vim/tagbar/Manifest
21 @@ -1,2 +1 @@
22 -DIST tagbar-2.6.1.tar.gz 51639 BLAKE2B 623f56dfb1ce7abde3281d9e1564e300f30cbfa9242772532025dd3d85640118b85ad3f68d20d6806ff3d994ba753722e096098231f750195569afc47635487e SHA512 eb0f29dc2f08d943e1ac0c0fe97ed72a49b85e22d105815a5557e205532be379d3ce8429c5303b917c005b465a7385161ff2edc96efc0fc312178155c67a7c22
23 DIST tagbar-2.7.tar.gz 59027 BLAKE2B 6966ee9c412b0e7c9dd562f479ab4ae3fb4574034a32e33257ce95850f2861e333682d01d605f1c39dd6675a506e1792fed8a470b08152d14046bea215292698 SHA512 d964d3055f1679aad86b0756cc444a4857eb29ca22f2bd3567ad6c8d073e75d0c8823109038415f5bd1d269bbf8e36da6f34d70fedee54c10f90535ef79ff3c8
24
25 diff --git a/app-vim/tagbar/tagbar-2.6.1.ebuild b/app-vim/tagbar/tagbar-2.6.1.ebuild
26 deleted file mode 100644
27 index a1c2e7fb7e0..00000000000
28 --- a/app-vim/tagbar/tagbar-2.6.1.ebuild
29 +++ /dev/null
30 @@ -1,17 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -inherit vim-plugin
37 -
38 -DESCRIPTION="vim plugin: display tags of the current file ordered by scope"
39 -HOMEPAGE="https://majutsushi.github.com/tagbar/
40 - https://www.vim.org/scripts/script.php?script_id=3465"
41 -SRC_URI="https://github.com/majutsushi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
42 -LICENSE="vim"
43 -KEYWORDS="amd64 x86"
44 -
45 -RDEPEND=">=dev-util/ctags-5.5"
46 -
47 -VIM_PLUGIN_HELPFILES="${PN}.txt"