summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-08-02 11:16:22 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-08-03 09:09:26 +0200
commit1cf2ed82629ec31c1e03d96287882203415f2105 (patch)
tree7eb87754df83c02f9bf49e7bba64854467016e08
parentdev-libs/fribidi: tests fixed bug #397347 (diff)
downloadgentoo-1cf2ed8.tar.gz
gentoo-1cf2ed8.tar.bz2
gentoo-1cf2ed8.zip
app-vim/genindent: Clean up old.
-rw-r--r--app-vim/genindent/genindent-1.1.ebuild15
1 files changed, 0 insertions, 15 deletions
diff --git a/app-vim/genindent/genindent-1.1.ebuild b/app-vim/genindent/genindent-1.1.ebuild
deleted file mode 100644
index 8a3efe2c77b5..000000000000
--- a/app-vim/genindent/genindent-1.1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: library for simplifying indent files"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=678"
-LICENSE="vim"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
-IUSE=""
-
-VIM_PLUGIN_HELPTEXT=\
-"This plugin provides library functions and is not intended to be used
-directly by the user."