Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/gitgutter/
Date: Mon, 29 Aug 2022 18:39:57
Message-Id: 1661798347.0ef4bbc9f53138600ed978f6ae91794e947522e7.asturm@gentoo
1 commit: 0ef4bbc9f53138600ed978f6ae91794e947522e7
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 17 10:55:31 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 29 18:39:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ef4bbc9
7
8 app-vim/gitgutter: drop 20180815, EAPI-6--
9
10 Closes: https://bugs.gentoo.org/830867
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-vim/gitgutter/Manifest | 1 -
14 app-vim/gitgutter/gitgutter-20180815.ebuild | 29 -----------------------------
15 2 files changed, 30 deletions(-)
16
17 diff --git a/app-vim/gitgutter/Manifest b/app-vim/gitgutter/Manifest
18 index baa65b10e5c7..ad4028ccbd7b 100644
19 --- a/app-vim/gitgutter/Manifest
20 +++ b/app-vim/gitgutter/Manifest
21 @@ -1,2 +1 @@
22 -DIST gitgutter-20180815.tar.gz 46741 BLAKE2B 85189390a2d8c5feaf8d2fabfd2c72bf79954fd1e9f2c3ffeca748e84caf13924f71ef5837ab62aef0ae003a01304305e73bbcb12dca27294c8164e960249fec SHA512 b6d3bd0f779d9afbd38df33888ab3ee0f1d8d10de0a6c5c6766f7f73a292cdd589a6774faa2871877075f6cedd29f14bba07c9a769d706e0e67d8817db86cfaa
23 DIST gitgutter-20220524.tar.gz 602709 BLAKE2B c3199ebb66076f2ba08872ac610ff3818ce9f021219777326fe76620b7a923793576e693c6960056cdba3aee102538b4394e73c2f0972b387f669caef74304a2 SHA512 fb45b40f1a555a34d99436ef9f4d44a12438427c044b156119d319d374a98f3c18e6c5649adbda24c4e7a4db5e24cea29bd16e05188187e07ca331f65f3b8bfa
24
25 diff --git a/app-vim/gitgutter/gitgutter-20180815.ebuild b/app-vim/gitgutter/gitgutter-20180815.ebuild
26 deleted file mode 100644
27 index f345ade3be41..000000000000
28 --- a/app-vim/gitgutter/gitgutter-20180815.ebuild
29 +++ /dev/null
30 @@ -1,29 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -inherit vim-plugin
36 -
37 -if [[ ${PV} == 9999* ]]; then
38 - EGIT_REPO_URI="https://github.com/airblade/vim-gitgutter.git"
39 - inherit git-r3
40 -else
41 - inherit vcs-snapshot
42 - COMMIT_HASH="50a7062909d91a290fae04219887b1b45f3138db"
43 - SRC_URI="https://github.com/airblade/vim-gitgutter/archive/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz"
44 - KEYWORDS="amd64 x86"
45 -fi
46 -
47 -DESCRIPTION="vim plugin: shows a git diff in the sign column and stages/reverts hunks"
48 -HOMEPAGE="https://github.com/airblade/vim-gitgutter/"
49 -LICENSE="MIT"
50 -VIM_PLUGIN_HELPFILES="${PN}.txt"
51 -
52 -RDEPEND="dev-vcs/git"
53 -
54 -src_prepare() {
55 - default
56 -
57 - # remove unwanted test dir
58 - rm -r test || die
59 -}