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/gitv/
Date: Fri, 03 Nov 2017 20:18:16
Message-Id: 1509740278.92733be662a5c76724adbaeae8e53ffe868e471a.monsieurp@gentoo
1 commit: 92733be662a5c76724adbaeae8e53ffe868e471a
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 2 22:57:38 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 3 20:17:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92733be6
7
8 app-vim/gitv: clean up old.
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 app-vim/gitv/Manifest | 1 -
13 app-vim/gitv/gitv-1.3.ebuild | 17 -----------------
14 2 files changed, 18 deletions(-)
15
16 diff --git a/app-vim/gitv/Manifest b/app-vim/gitv/Manifest
17 index b7b23cba469..b9244097085 100644
18 --- a/app-vim/gitv/Manifest
19 +++ b/app-vim/gitv/Manifest
20 @@ -1,2 +1 @@
21 DIST gitv-1.3.1.tar.gz 553719 SHA256 ad65999e64d1924a6c540efe7a3adebb949cf30be2dcb23a3ce41175ed21170c SHA512 e6a6773dcac18fdc36c891bd592d4dcb2eb20af6253df5886582fd223e040fb8296dc606d4fb25abd7a14f9dc1a712fe0e354821e234c8f54b1b5914af55dcbc WHIRLPOOL a200640371fce5a2af8be014b08a578a8e555a8b1a1ac1db138fe0f08cf8ffe4e36e24080043b61448f4653b0dc5d2df26ae56ec937219bb69b7159bb6e825d6
22 -DIST gitv-1.3.tar.gz 21319 SHA256 6533196f9f2688846c7f4035ab1af82713f5e0e4aaf5c18335fa5007e0ad6555 SHA512 1a13d98ae9dd3e50a559d98881b6b0a8150186573e8f9fcdd9bd5cfdba1a679ea1c02b57f7d7be712dbfb5ec1bffbc4c0e8e1330cd64acf095c88400c499bfaf WHIRLPOOL 7c99b3e697c1e92ae829ad75a85ff2c777014420ed986a93d9d23a7df96af082d0c8c8a35949b1075fcbf8a754c203dd3055e787df075352f9d0fcafce199257
23
24 diff --git a/app-vim/gitv/gitv-1.3.ebuild b/app-vim/gitv/gitv-1.3.ebuild
25 deleted file mode 100644
26 index 243f24d5289..00000000000
27 --- a/app-vim/gitv/gitv-1.3.ebuild
28 +++ /dev/null
29 @@ -1,17 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -inherit vim-plugin
36 -
37 -DESCRIPTION="vim plugin: gitk for vim"
38 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3574"
39 -SRC_URI="https://github.com/gregsexton/gitv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
40 -LICENSE="vim"
41 -KEYWORDS="amd64 x86 ~ppc-macos"
42 -
43 -VIM_PLUGIN_HELPFILES="gitv"
44 -
45 -RDEPEND="dev-vcs/git
46 - app-vim/fugitive"