summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim/detectindent')
-rw-r--r--app-vim/detectindent/Manifest2
-rw-r--r--app-vim/detectindent/detectindent-1.0.ebuild13
-rw-r--r--app-vim/detectindent/detectindent-1.0_p20110723.ebuild15
-rw-r--r--app-vim/detectindent/metadata.xml10
4 files changed, 40 insertions, 0 deletions
diff --git a/app-vim/detectindent/Manifest b/app-vim/detectindent/Manifest
new file mode 100644
index 000000000000..613df930c4c1
--- /dev/null
+++ b/app-vim/detectindent/Manifest
@@ -0,0 +1,2 @@
+DIST detectindent-1.0.tar.bz2 1919 SHA256 7ba327295df68583786221f6d87032ae8bf6d7f0eb76262b279722eb4aa35d7e SHA512 5ff01feb65f28428a9df76013d301ed703461ad0c929a3397304f0604fe776dbac4c0f441b2a15661f8f1ace4b25b04e8fc742204e550f5dad844461cba421cd WHIRLPOOL 02ea5436bb0d6413f615906aeee3281f2a72c6814eda87e1f7bfe69f69409f7ffa2e8ccdf81adef625a0366fcc07115c44379b3b6fff7db6795d0be85e506947
+DIST detectindent-1.0_p20110723.tar.bz2 2578 SHA256 8988250178495e615529e54c047cb57d03f01768506c0174e0832afca95356a5 SHA512 e0d42ef676be7c5e78a2f805b08c43e1c1c8b394434cd055afdc096cddb07ddb2ce6215b92fe977ee63ce953200dcbb9e8b55eb81793c936a7f632b0e7e559fe WHIRLPOOL fe9449590c6bb38e65835c8e2ce6248c96bc69a256878bd19e72ed62b108b02ef6c72adf2397b97769971df23ea10221472897d8d3107ed212524be946827ec1
diff --git a/app-vim/detectindent/detectindent-1.0.ebuild b/app-vim/detectindent/detectindent-1.0.ebuild
new file mode 100644
index 000000000000..bd6e19116f12
--- /dev/null
+++ b/app-vim/detectindent/detectindent-1.0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: automatically detect file indent settings"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1171"
+LICENSE="vim"
+KEYWORDS="amd64 ~hppa ~mips ppc sparc x86"
+IUSE=""
+
+VIM_PLUGIN_HELPFILES="detectindent.txt"
diff --git a/app-vim/detectindent/detectindent-1.0_p20110723.ebuild b/app-vim/detectindent/detectindent-1.0_p20110723.ebuild
new file mode 100644
index 000000000000..6fcd4fbf115c
--- /dev/null
+++ b/app-vim/detectindent/detectindent-1.0_p20110723.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: automatically detect file indent settings"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1171"
+LICENSE="vim"
+KEYWORDS="~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
+IUSE=""
+
+VIM_PLUGIN_HELPFILES="detectindent.txt"
diff --git a/app-vim/detectindent/metadata.xml b/app-vim/detectindent/metadata.xml
new file mode 100644
index 000000000000..489199d9e160
--- /dev/null
+++ b/app-vim/detectindent/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>vim</herd>
+ <longdescription lang="en">
+ Vim plugin which automatically detects indent settings for files which
+ do not have modelines.
+ </longdescription>
+</pkgmetadata>
+