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/genindent/
Date: Wed, 03 Aug 2016 07:10:35
Message-Id: 1470208166.1cf2ed82629ec31c1e03d96287882203415f2105.monsieurp@gentoo
1 commit: 1cf2ed82629ec31c1e03d96287882203415f2105
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 2 09:16:22 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 3 07:09:26 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cf2ed82
7
8 app-vim/genindent: Clean up old.
9
10 app-vim/genindent/genindent-1.1.ebuild | 15 ---------------
11 1 file changed, 15 deletions(-)
12
13 diff --git a/app-vim/genindent/genindent-1.1.ebuild b/app-vim/genindent/genindent-1.1.ebuild
14 deleted file mode 100644
15 index 8a3efe2..0000000
16 --- a/app-vim/genindent/genindent-1.1.ebuild
17 +++ /dev/null
18 @@ -1,15 +0,0 @@
19 -# Copyright 1999-2013 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -# $Id$
22 -
23 -inherit vim-plugin
24 -
25 -DESCRIPTION="vim plugin: library for simplifying indent files"
26 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=678"
27 -LICENSE="vim"
28 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
29 -IUSE=""
30 -
31 -VIM_PLUGIN_HELPTEXT=\
32 -"This plugin provides library functions and is not intended to be used
33 -directly by the user."