Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/genutils/
Date: Mon, 19 Apr 2021 22:42:01
Message-Id: 1618872079.7e34683428cd1fdc5148103debc9d02eba0dea89.sam@gentoo
1 commit: 7e34683428cd1fdc5148103debc9d02eba0dea89
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 19 21:59:29 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 19 22:41:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e346834
7
8 app-vim/genutils: drop 2.5
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-vim/genutils/genutils-2.5.ebuild | 21 ---------------------
13 1 file changed, 21 deletions(-)
14
15 diff --git a/app-vim/genutils/genutils-2.5.ebuild b/app-vim/genutils/genutils-2.5.ebuild
16 deleted file mode 100644
17 index a34145df707..00000000000
18 --- a/app-vim/genutils/genutils-2.5.ebuild
19 +++ /dev/null
20 @@ -1,21 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -inherit vim-plugin
27 -
28 -DESCRIPTION="vim plugin: library with various useful functions"
29 -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=197"
30 -SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=11399 -> ${P}.zip"
31 -
32 -LICENSE="GPL-3"
33 -KEYWORDS="~alpha amd64 ~ia64 ~mips ppc sparc x86"
34 -
35 -VIM_PLUGIN_HELPTEXT=\
36 -"This plugin provides library functions and is not intended to be used
37 -directly by the user."
38 -
39 -DEPEND="app-arch/unzip"
40 -
41 -S=${WORKDIR}