Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/
Date: Sun, 25 Mar 2018 00:17:40
Message-Id: 1521936983.5602d3060620a8778b73cc7a87ae0d187bdae3e7.radhermit@gentoo
1 commit: 5602d3060620a8778b73cc7a87ae0d187bdae3e7
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 25 00:16:23 2018 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 25 00:16:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5602d306
7
8 app-vim/gundo: remove old
9
10 app-vim/gundo/Manifest | 1 -
11 app-vim/gundo/gundo-2.6.1.ebuild | 31 -------------------------------
12 2 files changed, 32 deletions(-)
13
14 diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
15 index 43f5ac495e3..76fe806d737 100644
16 --- a/app-vim/gundo/Manifest
17 +++ b/app-vim/gundo/Manifest
18 @@ -1,2 +1 @@
19 -DIST gundo-2.6.1.tar.gz 153125 BLAKE2B c08016986dee222bd1f508776765f2f94fcef76178c5d9eea92e789b359e95d699b5540f5646b5825879f725c9ad91b7034192f807f923fde9e6d4314cbb7b5b SHA512 c8b9b20ff8ef24bd94b0adc18b2cf912cbd0a07c5a70df11be39fbe69d81306027b73d9a60c9127c658c913602a819774c7b1202a8db704677da59cb9916532b
20 DIST gundo-2.6.2.tar.bz2 144107 BLAKE2B 7915a60a77e07e49cc1a214c6e250028e61ff33e6f085960836a3e49c1562f4ff713ff4c57125f677d352ae3477bb514fd94d636ee5ba9afac5d23c4ecd70029 SHA512 e03450a1bfb0a7f5013c1493f1b25b963c2bbb37fc8fa24c1b85237bd12847c3edd7b9465caae7bdadf8923dbdcdb24930b160d7824f835417bf30725fa910b4
21
22 diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
23 deleted file mode 100644
24 index 86515acdeb8..00000000000
25 --- a/app-vim/gundo/gundo-2.6.1.ebuild
26 +++ /dev/null
27 @@ -1,31 +0,0 @@
28 -# Copyright 1999-2017 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -
31 -EAPI=5
32 -
33 -PYTHON_COMPAT=( python2_7 )
34 -
35 -inherit vim-plugin python-single-r1
36 -
37 -DESCRIPTION="vim plugin: visualize your vim undo tree"
38 -HOMEPAGE="https://sjl.bitbucket.io/gundo.vim/"
39 -SRC_URI="https://github.com/sjl/gundo.vim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
40 -
41 -LICENSE="GPL-2+"
42 -KEYWORDS="amd64 x86 ~x64-macos"
43 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
44 -
45 -RDEPEND="
46 - || (
47 - app-editors/vim[python,${PYTHON_USEDEP}]
48 - app-editors/gvim[python,${PYTHON_USEDEP}]
49 - )
50 - ${PYTHON_DEPS}"
51 -
52 -S=${WORKDIR}/${PN}.vim-${PV}
53 -
54 -VIM_PLUGIN_HELPFILES="${PN}.txt"
55 -
56 -src_prepare() {
57 - rm -r .gitignore .hg* package.sh README* site tests || die
58 -}