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/cmdalias/
Date: Mon, 05 Sep 2016 21:29:08
Message-Id: 1473110937.24316e6a05df982eeb4f2e6858f6a5cf71511741.monsieurp@gentoo
1 commit: 24316e6a05df982eeb4f2e6858f6a5cf71511741
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 5 21:28:39 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 5 21:28:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24316e6a
7
8 app-vim/cmdalias: Clean up old.
9
10 Package-Manager: portage-2.2.28
11
12 app-vim/cmdalias/cmdalias-3.0.ebuild | 15 ---------------
13 1 file changed, 15 deletions(-)
14
15 diff --git a/app-vim/cmdalias/cmdalias-3.0.ebuild b/app-vim/cmdalias/cmdalias-3.0.ebuild
16 deleted file mode 100644
17 index b2163c5..00000000
18 --- a/app-vim/cmdalias/cmdalias-3.0.ebuild
19 +++ /dev/null
20 @@ -1,15 +0,0 @@
21 -# Copyright 1999-2011 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 alias creation"
28 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=746"
29 -LICENSE="GPL-2"
30 -KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
31 -IUSE=""
32 -
33 -VIM_PLUGIN_HELPTEXT=\
34 -"This plugin provides library functions and is not intended to be used
35 -directly by the user."