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/multvals/
Date: Thu, 28 Jul 2016 21:12:47
Message-Id: 1469740355.4ad44a4fa58028409b14ab84679e96e989e4c3b1.monsieurp@gentoo
1 commit: 4ad44a4fa58028409b14ab84679e96e989e4c3b1
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 28 21:10:08 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 28 21:12:35 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ad44a4f
7
8 app-vim/multvals: Clean up old.
9
10 Package-Manager: portage-2.2.28
11
12 app-vim/multvals/multvals-3.10.ebuild | 17 -----------------
13 1 file changed, 17 deletions(-)
14
15 diff --git a/app-vim/multvals/multvals-3.10.ebuild b/app-vim/multvals/multvals-3.10.ebuild
16 deleted file mode 100644
17 index bdffb8d..0000000
18 --- a/app-vim/multvals/multvals-3.10.ebuild
19 +++ /dev/null
20 @@ -1,17 +0,0 @@
21 -# Copyright 1999-2010 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -inherit vim-plugin
26 -
27 -DESCRIPTION="vim plugin: library for helping with arrays"
28 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=171"
29 -LICENSE="GPL-2"
30 -KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
31 -IUSE=""
32 -
33 -RDEPEND="|| ( >=app-editors/vim-6.3 >=app-editors/gvim-6.3 )"
34 -
35 -VIM_PLUGIN_HELPTEXT=\
36 -"This plugin provides library functions and is not intended to be used
37 -directly by the user."